[
  {
    "phenotype_id": "PH3636",
    "phenotype_version_id": 8736,
    "name": "Pharmacy First - Acute Otitis Media treatment full dmd codelist",
    "definition": "This codelist was taken from [OpenCodelists](https://www.opencodelists.org/), created by [OpenSAFELY](https://www.opensafely.org/). We recommend viewing this Phenotype on the OpenCodelist website to view the most recent version.\n\n\nThis codelist is used to identify supply of any medication included in the Pharmacy First Patient Group Directions for treatment of acute otitis media.\n\n\nIt is specific to only the strength/formulations included in the PGDs for acute otitis media (including both brands and generics).\n\n\n© University of Oxford for the Bennett Institute for Applied Data Science 2025\\. This work may be copied freely for non\\-commercial research and study.\n\n",
    "implementation": null,
    "publications": null,
    "validation": null,
    "citation_requirements": null,
    "created": "2026-01-26T23:27:28.522604Z",
    "author": "OpenSAFELY",
    "collections": [
      {
        "name": "OpenCodelist",
        "value": 31
      },
      {
        "name": "Phenotype Library",
        "value": 18
      }
    ],
    "tags": null,
    "organisation": {
      "id": 1,
      "slug": "opensafely",
      "name": "OpenSAFELY"
    },
    "world_access": 1,
    "updated": "2026-01-26T23:27:32.507977Z",
    "references": [
      {
        "url": "https://github.com/opensafely/codelist-development/issues/301",
        "title": "GitHub issue"
      }
    ],
    "signed_off": [],
    "methodology": "PGDs:   \n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-7a.\\-Acute\\-otitis\\-media\\-phenazone\\-lidocaine\\-ear\\-drops\\-patient\\-group\\-direction\\-Pharmacy\\-First.pdf\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-7b.\\-Acute\\-otitis\\-media\\-amoxicillin\\-patient\\-group\\-direction\\-Pharmacy\\-First.pdf \n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-7c.\\-Acute\\-otitis\\-media\\-clarithromycin\\-patient\\-group\\-direction\\-Pharmacy\\-First.pdf \n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-7d.\\-Acute\\-otitis\\-media\\-erythromycin\\-patient\\-group\\-direction\\-Pharmacy\\-First.pdf\n\n\nThe following SQL code was used to build the codelist natively in dmd to ensure products without a corresponding BNF code were also included.\n\n\n\n```\nSELECT DISTINCT\n  dmd_type, dmd_id, dmd_name, bnf_code\nFROM\n  `chris.union_amp_vmp`\nWHERE\n  (\n    vtm = 'Phenazone + Lidocaine'\n    AND formroute IN ('solutiondrops.auricular')\n  )\n  OR\n  (\n    vtm = 'Amoxicillin'\n    AND formroute IN ('capsule.oral')\n    AND strength_num IN (250, 500)\n  )\n  OR\n  (\n    vtm = 'Amoxicillin'\n    AND formroute IN ('solution.oral', 'suspension.oral')\n    AND (((5/strength_den)*strength_num) IN (125, 250, 500)) -- strength is often expressed as mg/ml - this calculation converts to dose per 5ml as expressed in inclusion criteria\n  )\n  OR\n  (\n    vtm = 'Clarithromycin'\n    AND formroute IN ('tablet.oral')\n    AND strength_num IN (250, 500)\n  )\n  OR\n  (\n    vtm = 'Clarithromycin'\n    AND formroute IN ('solution.oral', 'suspension.oral')\n    AND (((5/strength_den)*strength_num) IN (125, 250)) -- strength is often expressed as mg/ml - this calculation converts to dose per 5ml as expressed in inclusion criteria\n  )\n  OR\n  (\n    ingredient = 372694001 -- use ingredient code for erythromycin base substance here not vtm as a number of different erythromycin salts\n    AND ingredient_count = 1 -- as using ingredient code check it isn't a combo product\n    AND formroute IN ('tablet.oral', 'tabletgastro-resistant.oral')\n    AND strength_num IN (250, 500)\n  )\n  OR\n  (\n    ingredient = 372694001 -- use ingredient code for erythromycin base substance here not vtm as a number of different erythromycin salts\n    AND ingredient_count = 1 -- as using ingredient code check it isn't a combo product\n    AND formroute IN ('solution.oral', 'suspension.oral')\n    AND (((5/strength_den)*strength_num) IN (125, 250, 500)) -- strength is often expressed as mg/ml - this calculation converts to dose per 5ml as expressed in inclusion criteria\n  )\n\n```\n\n**Updated 20/10/2025**\nUpdated PGDs reviewed:  \n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-7a.\\-acute\\-otitis\\-media\\-phenazone\\-lidocaine\\-ear\\-drops\\-patient\\-group\\-direction\\-pharmacy\\-first.pdf  \n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-7b.\\-acute\\-otitis\\-media\\-amoxicillin\\-patient\\-group\\-direction\\-pharmacy\\-first.pdf  \n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-7c.\\-acute\\-otitis\\-media\\-clarithromycin\\-patient\\-group\\-direction\\-pharmacy\\-first.pdf  \n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-7d.\\-acute\\-otitis\\-media\\-erythromycin\\-patient\\-group\\-direction\\-pharmacy\\-first.pdf \n\n\nThese products have been removed from latest PGDs:  \n\nErythromycin 500mg/5mL oral suspension (or oral solution)  \n\nErythromycin 500mg/5mL sugar free oral suspension (or oral solution) \n\n\nDecision made to keep them in the codelist to capture any use prior to PGD update.\n\n\nCodelist updated using existing SQL query.\n\n",
    "coding_system": [
      {
        "name": "dm+d codes",
        "value": 23
      }
    ],
    "open_codelist_id": "opensafely/pharmacy-first-acute-otitis-media-treatment-full-dmd-codelist",
    "source_reference": "https://www.opencodelists.org/codelist/opensafely/pharmacy-first-acute-otitis-media-treatment-full-dmd-codelist/4758f9d4",
    "concept_information": [
      {
        "concept_id": 8913,
        "concept_version_id": 16398,
        "concept_name": "opensafely/pharmacy-first-acute-otitis-media-treatment-full-dmd-codelist/4758f9d4",
        "coding_system": {
          "id": 23,
          "name": "dm+d codes",
          "description": "..."
        },
        "phenotype_id": "PH3636",
        "phenotype_version_id": 8736,
        "phenotype_name": "Pharmacy First - Acute Otitis Media treatment full dmd codelist",
        "code_attribute_header": [
          "dmd_id",
          "dmd_type"
        ],
        "codes": [
          {
            "code": "10060511000001100",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Abbott Laboratories Ltd)",
            "attributes": {
              "dmd_id": "10060511000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10060711000001105",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Abbott Laboratories Ltd)",
            "attributes": {
              "dmd_id": "10060711000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10060911000001107",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Abbott Laboratories Ltd)",
            "attributes": {
              "dmd_id": "10060911000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10307311000001109",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Focus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "10307311000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10307511000001103",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Focus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "10307511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10307711000001108",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Focus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "10307711000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10308011000001107",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Focus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "10308011000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10308311000001105",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Focus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "10308311000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10308511000001104",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Focus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "10308511000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10380511000001103",
            "description": "Amoxicillin 250mg capsules (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10380511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10381311000001104",
            "description": "Amoxicillin 500mg capsules (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10381311000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "103911000001104",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "103911000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10406411000001108",
            "description": "Erythromycin 250mg gastro-resistant tablets (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10406411000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10426911000001105",
            "description": "Amoxicillin 125mg/5ml oral suspension (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10426911000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10427411000001100",
            "description": "Amoxicillin 250mg/5ml oral suspension (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10427411000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10428011000001105",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10428011000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10428411000001101",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10428411000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10460611000001105",
            "description": "Amoxil 500mg capsules (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "10460611000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10536411000001109",
            "description": "Erythroped A 500mg tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "10536411000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10833311000001107",
            "description": "Clarithromycin 125mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "10833311000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10833511000001101",
            "description": "Clarithromycin 250mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "10833511000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "108811000001104",
            "description": "Erythroped SF 250mg/5ml oral suspension (Advanz Pharma)",
            "attributes": {
              "dmd_id": "108811000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "11020911000001106",
            "description": "Erythromycin 250mg gastro-resistant tablets (Dr Reddy's Laboratories (UK) Ltd)",
            "attributes": {
              "dmd_id": "11020911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "116511000001101",
            "description": "Amoxicillin 500mg capsules (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "116511000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "121011000001106",
            "description": "Amix 500 capsules (Ashbourne Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "121011000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "126311000001101",
            "description": "Erythromycin 250mg gastro-resistant tablets (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "126311000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "12948011000001101",
            "description": "Amoxicillin 250mg capsules (Boston Healthcare Ltd)",
            "attributes": {
              "dmd_id": "12948011000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "12948211000001106",
            "description": "Amoxicillin 500mg capsules (Boston Healthcare Ltd)",
            "attributes": {
              "dmd_id": "12948211000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "130111000001103",
            "description": "Galenamox 500mg capsules (Galen Ltd)",
            "attributes": {
              "dmd_id": "130111000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13110911000001100",
            "description": "Amoxicillin 250mg capsules (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13110911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13111311000001106",
            "description": "Amoxicillin 500mg capsules (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13111311000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13112111000001104",
            "description": "Amoxicillin 125mg/5ml oral suspension (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13112111000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13112511000001108",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13112511000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13112811000001106",
            "description": "Amoxicillin 250mg/5ml oral suspension (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13112811000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13113311000001107",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13113311000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13225711000001103",
            "description": "Clarithromycin 250mg/5ml oral suspension (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13225711000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13620311000001107",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Pinewood Healthcare)",
            "attributes": {
              "dmd_id": "13620311000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13620511000001101",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Pinewood Healthcare)",
            "attributes": {
              "dmd_id": "13620511000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13620711000001106",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Pinewood Healthcare)",
            "attributes": {
              "dmd_id": "13620711000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13620911000001108",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Pinewood Healthcare)",
            "attributes": {
              "dmd_id": "13620911000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13621111000001104",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Pinewood Healthcare)",
            "attributes": {
              "dmd_id": "13621111000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13621311000001102",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Pinewood Healthcare)",
            "attributes": {
              "dmd_id": "13621311000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13745611000001101",
            "description": "Clarithromycin 250mg tablets (Tillomed Laboratories Ltd)",
            "attributes": {
              "dmd_id": "13745611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13745811000001102",
            "description": "Clarithromycin 500mg tablets (Tillomed Laboratories Ltd)",
            "attributes": {
              "dmd_id": "13745811000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13765011000001103",
            "description": "Clarithromycin 250mg tablets (Apotex UK Ltd)",
            "attributes": {
              "dmd_id": "13765011000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13765211000001108",
            "description": "Clarithromycin 500mg tablets (Apotex UK Ltd)",
            "attributes": {
              "dmd_id": "13765211000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13811000001100",
            "description": "Amoxicillin 500mg capsules (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "13811000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13827911000001101",
            "description": "Amoxil 500mg capsules (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "13827911000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13875411000001102",
            "description": "Erythrocin 500 tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "13875411000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "14193111000001109",
            "description": "Amoxil 500mg capsules (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "14193111000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "14222611000001101",
            "description": "Erythrocin 500 tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "14222611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "14223111000001103",
            "description": "Erythroped A 500mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "14223111000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "143211000001100",
            "description": "Amoxicillin 125mg/5ml oral suspension (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "143211000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "144711000001109",
            "description": "Amoxicillin 125mg/5ml oral suspension (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "144711000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "145611000001104",
            "description": "Amoxicillin 250mg capsules (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "145611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "14694011000001106",
            "description": "Clarithromycin 250mg tablets (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "14694011000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "14694411000001102",
            "description": "Clarithromycin 500mg tablets (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "14694411000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "14734611000001104",
            "description": "Klaricid 500 tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "14734611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "14735011000001105",
            "description": "Klaricid 250mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "14735011000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "14811000001102",
            "description": "Respillin 500mg capsules (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "14811000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "15065511000001104",
            "description": "Amoxicillin 250mg/5ml oral suspension (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "15065511000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "15080411000001108",
            "description": "Clarithromycin 125mg/5ml oral suspension (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "15080411000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "15080711000001102",
            "description": "Clarithromycin 250mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "15080711000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "15080911000001100",
            "description": "Clarithromycin 250mg/5ml oral suspension (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "15080911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "15122711000001104",
            "description": "Amoxicillin 250mg capsules (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "15122711000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "15122911000001102",
            "description": "Amoxicillin 500mg capsules (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "15122911000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "159311000001109",
            "description": "Amoxicillin 125mg/5ml oral suspension (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "159311000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "15981611000001108",
            "description": "Amoxicillin 250mg capsules (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "15981611000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "15981911000001102",
            "description": "Amoxicillin 500mg capsules (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "15981911000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "15984311000001100",
            "description": "Amoxicillin 125mg/5ml oral suspension (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "15984311000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "15984511000001106",
            "description": "Amoxicillin 250mg/5ml oral suspension (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "15984511000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "15984711000001101",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "15984711000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "15984911000001104",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "15984911000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "161011000001103",
            "description": "Respillin 250mg capsules (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "161011000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16138011000001103",
            "description": "Amoxil 500mg capsules (Lexon (UK) Ltd)",
            "attributes": {
              "dmd_id": "16138011000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16172811000001109",
            "description": "Erythroped A 500mg tablets (Lexon (UK) Ltd)",
            "attributes": {
              "dmd_id": "16172811000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16261411000001105",
            "description": "Amoxil 500mg capsules (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "16261411000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16540411000001104",
            "description": "Amoxil 500mg capsules (Stephar (U.K.) Ltd)",
            "attributes": {
              "dmd_id": "16540411000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16544311000001103",
            "description": "Erythrocin 500 tablets (Stephar (U.K.) Ltd)",
            "attributes": {
              "dmd_id": "16544311000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16551711000001104",
            "description": "Klaricid 500 tablets (Stephar (U.K.) Ltd)",
            "attributes": {
              "dmd_id": "16551711000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16572211000001101",
            "description": "Erythroped A 500mg tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "16572211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17198711000001106",
            "description": "Erythromycin 250mg gastro-resistant tablets (Sovereign Medical Ltd)",
            "attributes": {
              "dmd_id": "17198711000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "173511000001103",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "173511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17503311000001109",
            "description": "Erythrocin 500 tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "17503311000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17522411000001102",
            "description": "Clarithromycin 250mg tablets (Somex Pharma)",
            "attributes": {
              "dmd_id": "17522411000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17522611000001104",
            "description": "Clarithromycin 500mg tablets (Somex Pharma)",
            "attributes": {
              "dmd_id": "17522611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17584311000001105",
            "description": "Amoxil 500mg capsules (Necessity Supplies Ltd)",
            "attributes": {
              "dmd_id": "17584311000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17627611000001109",
            "description": "Erythrolar 500mg tablets (Ennogen Pharma Ltd)",
            "attributes": {
              "dmd_id": "17627611000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17628011000001101",
            "description": "Erythrolar 250mg tablets (Ennogen Pharma Ltd)",
            "attributes": {
              "dmd_id": "17628011000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "177211000001105",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "177211000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17779911000001102",
            "description": "Amoxicillin 250mg capsules (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17779911000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17780311000001103",
            "description": "Amoxicillin 500mg capsules (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17780311000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17781111000001106",
            "description": "Amoxicillin 125mg/5ml oral suspension (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17781111000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17781711000001107",
            "description": "Amoxicillin 250mg/5ml oral suspension (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17781711000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17781911000001109",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17781911000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17782111000001101",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17782111000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17859611000001109",
            "description": "Clarithromycin 250mg tablets (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17859611000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17859811000001108",
            "description": "Clarithromycin 500mg tablets (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17859811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "178911000001100",
            "description": "Erythroped Forte SF 500mg/5ml oral suspension (Advanz Pharma)",
            "attributes": {
              "dmd_id": "178911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17899311000001109",
            "description": "Erythromycin ethyl succinate 500mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "17899311000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17902311000001105",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17902311000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17902611000001100",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17902611000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17902811000001101",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17902811000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17903011000001103",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17903011000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17903311000001100",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17903311000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17903511000001106",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17903511000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17903711000001101",
            "description": "Erythromycin 250mg gastro-resistant tablets (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17903711000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17965211000001106",
            "description": "Clarithromycin 250mg tablets (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "17965211000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17965511000001109",
            "description": "Clarithromycin 500mg tablets (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "17965511000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18056411000001108",
            "description": "Erythrocin 500 tablets (Lexon (UK) Ltd)",
            "attributes": {
              "dmd_id": "18056411000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18101811000001104",
            "description": "Clarithromycin 125mg/5ml oral suspension (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "18101811000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18103211000001101",
            "description": "Clarithromycin 250mg/5ml oral suspension (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "18103211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18145411000001107",
            "description": "Amoxicillin 250mg capsules (Wockhardt UK Ltd)",
            "attributes": {
              "dmd_id": "18145411000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18146111000001108",
            "description": "Amoxicillin 500mg capsules (Wockhardt UK Ltd)",
            "attributes": {
              "dmd_id": "18146111000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "181511000001108",
            "description": "Amoxicillin 500mg capsules (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "181511000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18257211000001100",
            "description": "Erythrocin 500 tablets (Necessity Supplies Ltd)",
            "attributes": {
              "dmd_id": "18257211000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18257511000001102",
            "description": "Erythroped A 500mg tablets (Necessity Supplies Ltd)",
            "attributes": {
              "dmd_id": "18257511000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18271111000001101",
            "description": "Klaricid 250mg tablets (Necessity Supplies Ltd)",
            "attributes": {
              "dmd_id": "18271111000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18271311000001104",
            "description": "Klaricid 500 tablets (Necessity Supplies Ltd)",
            "attributes": {
              "dmd_id": "18271311000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18281911000001106",
            "description": "Erythromycin 250mg gastro-resistant tablets (Strides Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "18281911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18458211000001102",
            "description": "Amoxicillin 500mg capsules (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "18458211000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "190111000001106",
            "description": "Galenamox 250mg/5ml oral suspension (Galen Ltd)",
            "attributes": {
              "dmd_id": "190111000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19187411000001106",
            "description": "Amoxicillin 250mg capsules (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "19187411000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19187611000001109",
            "description": "Amoxicillin 500mg capsules (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "19187611000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19191611000001104",
            "description": "Erythromycin 250mg gastro-resistant tablets (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "19191611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19211000001104",
            "description": "Amoram 500mg capsules (LPC Medical (UK) Ltd)",
            "attributes": {
              "dmd_id": "19211000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "196111000001109",
            "description": "Almodan 125mg/5ml syrup (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "196111000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19715011000001104",
            "description": "Clarithromycin 250mg tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "19715011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19715211000001109",
            "description": "Clarithromycin 500mg tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "19715211000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19725711000001109",
            "description": "Amoxicillin 250mg capsules (Medreich Plc)",
            "attributes": {
              "dmd_id": "19725711000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19726111000001102",
            "description": "Amoxicillin 500mg capsules (Medreich Plc)",
            "attributes": {
              "dmd_id": "19726111000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19733011000001108",
            "description": "Erythromycin 250mg gastro-resistant tablets (Medreich Plc)",
            "attributes": {
              "dmd_id": "19733011000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "200311000001108",
            "description": "Amoxicillin 125mg/5ml oral suspension (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "200311000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20096711000001105",
            "description": "Clarithromycin 250mg tablets (Wockhardt UK Ltd)",
            "attributes": {
              "dmd_id": "20096711000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20097311000001109",
            "description": "Clarithromycin 500mg tablets (Wockhardt UK Ltd)",
            "attributes": {
              "dmd_id": "20097311000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "2011000001104",
            "description": "Galenamox 250mg capsules (Galen Ltd)",
            "attributes": {
              "dmd_id": "2011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20165611000001102",
            "description": "Clarithromycin 250mg tablets (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "20165611000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20165811000001103",
            "description": "Clarithromycin 500mg tablets (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "20165811000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "203311000001102",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "203311000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "211000001101",
            "description": "Klaricid Paediatric 250mg/5ml oral suspension (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "213311000001100",
            "description": "Amoxicillin 250mg/5ml oral suspension (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "213311000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21764811000001100",
            "description": "Amoxicillin 250mg capsules (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21764811000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21765611000001103",
            "description": "Amoxicillin 500mg capsules (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21765611000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21766511000001109",
            "description": "Amoxicillin 125mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21766511000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21775811000001105",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21775811000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21776011000001108",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21776011000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21776211000001103",
            "description": "Amoxicillin 250mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21776211000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21854311000001101",
            "description": "Clarithromycin 125mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21854311000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21854511000001107",
            "description": "Clarithromycin 250mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21854511000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21854711000001102",
            "description": "Clarithromycin 250mg tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21854711000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21854911000001100",
            "description": "Clarithromycin 500mg tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21854911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21935211000001101",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21935211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21975211000001103",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21975211000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21975411000001104",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21975411000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21975611000001101",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21975611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21975811000001102",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21975811000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21976011000001104",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21976011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21976211000001109",
            "description": "Erythromycin 250mg gastro-resistant tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21976211000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "220811000001105",
            "description": "Klaricid 250mg tablets (Abbott Laboratories Ltd)",
            "attributes": {
              "dmd_id": "220811000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "222511000001108",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "222511000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "22608411000001104",
            "description": "Amoxicillin 250mg capsules (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "22608411000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "22608811000001102",
            "description": "Amoxicillin 500mg capsules (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "22608811000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "22609411000001107",
            "description": "Amoxicillin 125mg/5ml oral suspension (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "22609411000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "22609611000001105",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "22609611000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "22609811000001109",
            "description": "Amoxicillin 250mg/5ml oral suspension (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "22609811000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "22610011000001109",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "22610011000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "228311000001104",
            "description": "Amoxicillin 250mg capsules (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "228311000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "22878811000001100",
            "description": "Erythrocin 500 tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "22878811000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "231611000001103",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "231611000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "234411000001104",
            "description": "Amoxil 125mg/5ml syrup sucrose free (GlaxoSmithKline UK Ltd)",
            "attributes": {
              "dmd_id": "234411000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23477711000001105",
            "description": "Amoxicillin 250mg capsules (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "23477711000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "235411000001103",
            "description": "Rommix 250 EC tablets (Ashbourne Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "235411000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "237511000001108",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "237511000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23902711000001102",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23902711000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23902911000001100",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23902911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23903111000001109",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23903111000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23903311000001106",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23903311000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23903511000001100",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23903511000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23903711000001105",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23903711000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23903911000001107",
            "description": "Erythromycin 250mg gastro-resistant tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23903911000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "24099111000001103",
            "description": "Erythromycin 250mg gastro-resistant tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "24099111000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "2411000001108",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "2411000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "24389111000001103",
            "description": "Erythromycin 250mg gastro-resistant tablets (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "24389111000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "252511000001109",
            "description": "Amix 250 oral suspension (Ashbourne Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "252511000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "256911000001103",
            "description": "Amoxicillin 250mg/5ml oral suspension (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "256911000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "264811000001108",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "264811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "268011000001106",
            "description": "Amoxicillin 500mg capsules (Pfizer Ltd)",
            "attributes": {
              "dmd_id": "268011000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "273611000001101",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "273611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "274611000001103",
            "description": "Erythrocin 250 tablets (Advanz Pharma)",
            "attributes": {
              "dmd_id": "274611000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "284811000001105",
            "description": "Amoram 250mg/5ml oral suspension (LPC Medical (UK) Ltd)",
            "attributes": {
              "dmd_id": "284811000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "28943411000001109",
            "description": "Amoxicillin 125mg/5ml oral suspension (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "28943411000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "28943611000001107",
            "description": "Amoxicillin 250mg/5ml oral suspension (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "28943611000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "294211000001105",
            "description": "Erythroped PI SF 125mg/5ml oral suspension (Advanz Pharma)",
            "attributes": {
              "dmd_id": "294211000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29764511000001106",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29764511000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29765011000001104",
            "description": "Amoxicillin 250mg capsules (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29765011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29765211000001109",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29765211000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29769211000001107",
            "description": "Amoxicillin 500mg capsules (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29769211000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29769411000001106",
            "description": "Amoxicillin 125mg/5ml oral suspension (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29769411000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29789111000001103",
            "description": "Clarithromycin 500mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29789111000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29851811000001101",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29851811000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29852211000001109",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29852211000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29852611000001106",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29852611000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29856111000001104",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29856111000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29856311000001102",
            "description": "Erythromycin 250mg gastro-resistant tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29856311000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29856611000001107",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29856611000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29993011000001108",
            "description": "Amoxicillin 250mg capsules (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "29993011000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29993211000001103",
            "description": "Amoxicillin 500mg capsules (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "29993211000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29993911000001107",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "29993911000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30031911000001106",
            "description": "Clarithromycin 125mg/5ml oral suspension (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "30031911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30041111000001109",
            "description": "Clarithromycin 250mg/5ml oral suspension (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "30041111000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30125811000001107",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "30125811000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30611000001101",
            "description": "Erythrocin 500 tablets (Advanz Pharma)",
            "attributes": {
              "dmd_id": "30611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30761711000001102",
            "description": "Clarithromycin 125mg/5ml oral suspension (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "30761711000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30761911000001100",
            "description": "Clarithromycin 250mg/5ml oral suspension (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "30761911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30810111000001105",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "30810111000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30825911000001105",
            "description": "Erythromycin 250mg gastro-resistant tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "30825911000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "311000001109",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "311000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "32163811000001106",
            "description": "Erythromycin ethyl succinate 500mg tablets (Drugsrus Ltd)",
            "attributes": {
              "dmd_id": "32163811000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "323509004",
            "description": "VMP previous to 39732311000001104",
            "attributes": {
              "dmd_id": "323509004",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "323510009",
            "description": "VMP previous to 39732411000001106",
            "attributes": {
              "dmd_id": "323510009",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "323730005",
            "description": "VMP previous to 35901911000001104",
            "attributes": {
              "dmd_id": "323730005",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "323732002",
            "description": "VMP previous to 41940811000001105",
            "attributes": {
              "dmd_id": "323732002",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "323733007",
            "description": "VMP previous to 41941111000001109",
            "attributes": {
              "dmd_id": "323733007",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "323734001",
            "description": "VMP previous to 35368511000001109",
            "attributes": {
              "dmd_id": "323734001",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "323740008",
            "description": "VMP previous to 39021911000001105",
            "attributes": {
              "dmd_id": "323740008",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324178009",
            "description": "VMP previous to 41948811000001108",
            "attributes": {
              "dmd_id": "324178009",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324179001",
            "description": "VMP previous to 41949111000001108",
            "attributes": {
              "dmd_id": "324179001",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324180003",
            "description": "VMP previous to 41949311000001105",
            "attributes": {
              "dmd_id": "324180003",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324181004",
            "description": "VMP previous to 41949411000001103",
            "attributes": {
              "dmd_id": "324181004",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324191005",
            "description": "VMP previous to 36564711000001108",
            "attributes": {
              "dmd_id": "324191005",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324192003",
            "description": "VMP previous to 39107311000001103",
            "attributes": {
              "dmd_id": "324192003",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324203007",
            "description": "VMP previous to 39107211000001106",
            "attributes": {
              "dmd_id": "324203007",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324232005",
            "description": "VMP previous to 41948911000001103",
            "attributes": {
              "dmd_id": "324232005",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324233000",
            "description": "VMP previous to 41949011000001107",
            "attributes": {
              "dmd_id": "324233000",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324234006",
            "description": "VMP previous to 41949211000001102",
            "attributes": {
              "dmd_id": "324234006",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324238009",
            "description": "VMP previous to 41946311000001103",
            "attributes": {
              "dmd_id": "324238009",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324240004",
            "description": "VMP previous to 35368711000001104",
            "attributes": {
              "dmd_id": "324240004",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324244008",
            "description": "VMP previous to 41946511000001109",
            "attributes": {
              "dmd_id": "324244008",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324250003",
            "description": "VMP previous to 37083211000001101",
            "attributes": {
              "dmd_id": "324250003",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "32506411000001108",
            "description": "Erythromycin ethyl succinate 500mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "32506411000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "325811000001107",
            "description": "Amoxicillin 250mg capsules (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "325811000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "32800711000001104",
            "description": "Erythromycin 250mg gastro-resistant tablets (Genesis Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "32800711000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "328211000001104",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "328211000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "329011000001104",
            "description": "Amoxicillin 125mg/5ml oral suspension (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "329011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "33680711000001103",
            "description": "Amoxicillin 250mg capsules (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "33680711000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "33680911000001101",
            "description": "Amoxicillin 500mg capsules (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "33680911000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "348611000001104",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "348611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "35140911000001102",
            "description": "Clarithromycin 250mg tablets (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "35140911000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "35141111000001106",
            "description": "Clarithromycin 500mg tablets (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "35141111000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "35368511000001109",
            "description": "Amoxicillin 125mg/1.25ml oral suspension paediatric",
            "attributes": {
              "dmd_id": "35368511000001109",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "35368711000001104",
            "description": "Clarithromycin 125mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "35368711000001104",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "35591111000001108",
            "description": "Amoxicillin 250mg capsules (RX Farma)",
            "attributes": {
              "dmd_id": "35591111000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "35591411000001103",
            "description": "Amoxicillin 500mg capsules (RX Farma)",
            "attributes": {
              "dmd_id": "35591411000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "35591711000001109",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (RX Farma)",
            "attributes": {
              "dmd_id": "35591711000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "35591911000001106",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (RX Farma)",
            "attributes": {
              "dmd_id": "35591911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "35852011000001108",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Medreich Plc)",
            "attributes": {
              "dmd_id": "35852011000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "35852611000001101",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Medreich Plc)",
            "attributes": {
              "dmd_id": "35852611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "35901911000001104",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free",
            "attributes": {
              "dmd_id": "35901911000001104",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "35902011000001106",
            "description": "VMP previous to 39021911000001105",
            "attributes": {
              "dmd_id": "35902011000001106",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "35996611000001100",
            "description": "Erythromycin 250mg gastro-resistant tablets (Ennogen Healthcare International Ltd)",
            "attributes": {
              "dmd_id": "35996611000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "361711000001108",
            "description": "Amoxicillin 250mg capsules (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "361711000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "364011000001109",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "364011000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "364211000001104",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "364211000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "36564711000001108",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free",
            "attributes": {
              "dmd_id": "36564711000001108",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "36621611000001102",
            "description": "Clarithromycin 125mg/5ml oral suspension (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "36621611000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "36621811000001103",
            "description": "Clarithromycin 250mg/5ml oral suspension (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "36621811000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "36693511000001106",
            "description": "Amoxicillin 500mg capsules (Noumed Life Sciences Ltd)",
            "attributes": {
              "dmd_id": "36693511000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "36846911000001107",
            "description": "Clarithromycin 250mg tablets (Torrent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "36846911000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "36847211000001101",
            "description": "Clarithromycin 500mg tablets (Torrent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "36847211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "36932811000001108",
            "description": "Amoxicillin 250mg capsules (Flamingo Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "36932811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "36933111000001107",
            "description": "Amoxicillin 500mg capsules (Flamingo Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "36933111000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37033411000001105",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "37033411000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37083211000001101",
            "description": "Clarithromycin 250mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "37083211000001101",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "37149211000001103",
            "description": "Erythromycin ethyl succinate 500mg tablets (P.I.E. Pharma Ltd)",
            "attributes": {
              "dmd_id": "37149211000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37369311000001108",
            "description": "Erythrocin 250 tablets (CST Pharma Ltd)",
            "attributes": {
              "dmd_id": "37369311000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37369811000001104",
            "description": "Erythrocin 500 tablets (CST Pharma Ltd)",
            "attributes": {
              "dmd_id": "37369811000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37376611000001104",
            "description": "Erythromycin ethyl succinate 500mg tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "37376611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37402011000001108",
            "description": "Clarithromycin 250mg tablets (HEC Pharm GmbH)",
            "attributes": {
              "dmd_id": "37402011000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37402811000001102",
            "description": "Clarithromycin 500mg tablets (HEC Pharm GmbH)",
            "attributes": {
              "dmd_id": "37402811000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37911311000001102",
            "description": "Erythromycin stearate 250mg tablets (Key Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "37911311000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37911611000001107",
            "description": "Erythromycin stearate 500mg tablets (Key Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "37911611000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38073211000001103",
            "description": "Erythromycin 250mg gastro-resistant tablets (Noumed Life Sciences Ltd)",
            "attributes": {
              "dmd_id": "38073211000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38215511000001102",
            "description": "Erythromycin stearate 250mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "38215511000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38215811000001104",
            "description": "Erythromycin stearate 500mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "38215811000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38785511000001105",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38785511000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38785711000001100",
            "description": "Amoxicillin 125mg/5ml oral suspension (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38785711000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38787311000001107",
            "description": "Amoxicillin 250mg capsules (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38787311000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38787511000001101",
            "description": "Amoxicillin 250mg/5ml oral suspension (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38787511000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38787711000001106",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38787711000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38787911000001108",
            "description": "Amoxicillin 500mg capsules (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38787911000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38836811000001108",
            "description": "Clarithromycin 250mg tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38836811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38837011000001104",
            "description": "Clarithromycin 500mg tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38837011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38840411000001105",
            "description": "Clarithromycin 125mg/5ml oral suspension (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38840411000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38840711000001104",
            "description": "Clarithromycin 250mg/5ml oral suspension (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38840711000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "388611000001105",
            "description": "Amoxil 250mg capsules (GlaxoSmithKline UK Ltd)",
            "attributes": {
              "dmd_id": "388611000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38889611000001109",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38889611000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38889811000001108",
            "description": "Erythromycin 250mg gastro-resistant tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38889811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38890011000001106",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38890011000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38890211000001101",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38890211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38890411000001102",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38890411000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "389311000001106",
            "description": "Amoxil 125mg/1.25ml paediatric oral suspension (GlaxoSmithKline UK Ltd)",
            "attributes": {
              "dmd_id": "389311000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "39021911000001105",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free",
            "attributes": {
              "dmd_id": "39021911000001105",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "39107211000001106",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free",
            "attributes": {
              "dmd_id": "39107211000001106",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "39107311000001103",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free",
            "attributes": {
              "dmd_id": "39107311000001103",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "39150411000001103",
            "description": "Otigo 40mg/g / 10mg/g ear drops (Renascience Pharma Ltd)",
            "attributes": {
              "dmd_id": "39150411000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "39150711000001109",
            "description": "Phenazone 40mg/g / Lidocaine 10mg/g ear drops",
            "attributes": {
              "dmd_id": "39150711000001109",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "39339111000001109",
            "description": "Amoxicillin 500mg/5ml oral suspension sugar free (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "39339111000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "39732311000001104",
            "description": "Amoxicillin 250mg capsules",
            "attributes": {
              "dmd_id": "39732311000001104",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "39732411000001106",
            "description": "Amoxicillin 500mg capsules",
            "attributes": {
              "dmd_id": "39732411000001106",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "39879711000001105",
            "description": "Amoxicillin 500mg/5ml oral suspension sugar free (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "39879711000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "398811000001108",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "398811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "40346311000001103",
            "description": "Amoxicillin 500mg/5ml oral suspension sugar free (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "40346311000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "40635711000001102",
            "description": "Erythromycin 250mg gastro-resistant tablets (NorthStar Healthcare Unlimited Company)",
            "attributes": {
              "dmd_id": "40635711000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "406811000001101",
            "description": "Amoxicillin 500mg capsules (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "406811000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "40924711000001104",
            "description": "Erythromycin stearate 250mg tablets (Ennogen Healthcare International Ltd)",
            "attributes": {
              "dmd_id": "40924711000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "40926011000001106",
            "description": "Erythromycin stearate 500mg tablets (Ennogen Healthcare International Ltd)",
            "attributes": {
              "dmd_id": "40926011000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "41097111000001104",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Flamingo Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "41097111000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "41098311000001101",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Flamingo Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "41098311000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "413911000001103",
            "description": "Amoxicillin 250mg capsules (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "413911000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "415511000001109",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "415511000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "416211000001100",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "416211000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "41940811000001105",
            "description": "Amoxicillin 125mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "41940811000001105",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41941111000001109",
            "description": "Amoxicillin 250mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "41941111000001109",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41941311000001106",
            "description": "Amoxicillin 500mg/5ml oral suspension sugar free",
            "attributes": {
              "dmd_id": "41941311000001106",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41946311000001103",
            "description": "Clarithromycin 250mg tablets",
            "attributes": {
              "dmd_id": "41946311000001103",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41946511000001109",
            "description": "Clarithromycin 500mg tablets",
            "attributes": {
              "dmd_id": "41946511000001109",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41948811000001108",
            "description": "Erythromycin 250mg gastro-resistant tablets",
            "attributes": {
              "dmd_id": "41948811000001108",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41948911000001103",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "41948911000001103",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41949011000001107",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "41949011000001107",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41949111000001108",
            "description": "Erythromycin ethyl succinate 500mg tablets",
            "attributes": {
              "dmd_id": "41949111000001108",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41949211000001102",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "41949211000001102",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41949311000001105",
            "description": "Erythromycin stearate 250mg tablets",
            "attributes": {
              "dmd_id": "41949311000001105",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41949411000001103",
            "description": "Erythromycin stearate 500mg tablets",
            "attributes": {
              "dmd_id": "41949411000001103",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "42011000001106",
            "description": "Amoram 125mg/5ml oral suspension (LPC Medical (UK) Ltd)",
            "attributes": {
              "dmd_id": "42011000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42203411000001106",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "42203411000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42203711000001100",
            "description": "Clarithromycin 250mg tablets (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "42203711000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42203911000001103",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "42203911000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42204811000001106",
            "description": "Erythromycin 250mg gastro-resistant tablets (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "42204811000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42205211000001106",
            "description": "Clarithromycin 500mg tablets (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "42205211000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42455811000001101",
            "description": "Clarithromycin 250mg tablets (Krka UK Ltd)",
            "attributes": {
              "dmd_id": "42455811000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42456611000001105",
            "description": "Clarithromycin 500mg tablets (Krka UK Ltd)",
            "attributes": {
              "dmd_id": "42456611000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42816811000001105",
            "description": "Clarithromycin 250mg tablets (Drugsrus Ltd)",
            "attributes": {
              "dmd_id": "42816811000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42830211000001104",
            "description": "Clarithromycin 500mg tablets (Drugsrus Ltd)",
            "attributes": {
              "dmd_id": "42830211000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "4330011000001104",
            "description": "Erythromycin 250mg gastro-resistant tablets (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "4330011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "433911000001109",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "433911000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "44154311000001102",
            "description": "Clarithromycin 500mg tablets (Quattro Pharma Ltd)",
            "attributes": {
              "dmd_id": "44154311000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "45167311000001106",
            "description": "Amoxicillin 500mg capsules (Rudipharm Ltd)",
            "attributes": {
              "dmd_id": "45167311000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "45171711000001107",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Rudipharm Ltd)",
            "attributes": {
              "dmd_id": "45171711000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "458811000001108",
            "description": "Amoxicillin 250mg capsules (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "458811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "463111000001102",
            "description": "Klaricid 500 tablets (Abbott Laboratories Ltd)",
            "attributes": {
              "dmd_id": "463111000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "468911000001109",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "468911000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "469911000001101",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "469911000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "481911000001102",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "481911000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "500511000001107",
            "description": "Amoram 250mg capsules (LPC Medical (UK) Ltd)",
            "attributes": {
              "dmd_id": "500511000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "506011000001101",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "506011000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "520311000001108",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "520311000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5286611000001101",
            "description": "Clarithromycin 125mg/5ml oral suspension (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5286611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5298511000001100",
            "description": "Klaricid Paediatric 125mg/5ml oral suspension (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5298511000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5300211000001105",
            "description": "Klaricid Paediatric 250mg/5ml oral suspension (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5300211000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5334311000001104",
            "description": "Amoxil 500mg capsules (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "5334311000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "53711000001102",
            "description": "Amoxicillin 500mg capsules (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "53711000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5377011000001108",
            "description": "Klaricid 250mg tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "5377011000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5377411000001104",
            "description": "Klaricid 500 tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "5377411000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5459011000001106",
            "description": "Clarithromycin 500mg tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5459011000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "548011000001109",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "548011000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "549011000001104",
            "description": "Amoxicillin 125mg/5ml oral suspension (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "549011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "549711000001102",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "549711000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5514211000001102",
            "description": "Clarithromycin 250mg tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5514211000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5541711000001100",
            "description": "Erythrocin 500 tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5541711000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5543211000001106",
            "description": "Erythroped A 500mg tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5543211000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5551011000001104",
            "description": "Klaricid 250mg tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5551011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5551211000001109",
            "description": "Klaricid 500 tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5551211000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "555611000001105",
            "description": "Amoxicillin 250mg/5ml oral suspension (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "555611000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "558111000001107",
            "description": "Amoxicillin 250mg capsules (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "558111000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "563411000001101",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "563411000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "568411000001107",
            "description": "Amoxicillin 250mg/5ml oral suspension (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "568411000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "580111000001102",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "580111000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "580811000001109",
            "description": "Erythroped A 500mg tablets (Advanz Pharma)",
            "attributes": {
              "dmd_id": "580811000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "592611000001105",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "592611000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "605811000001107",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "605811000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "623711000001108",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "623711000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "626611000001105",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "626611000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "634511000001102",
            "description": "Amoxicillin 125mg/5ml oral suspension (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "634511000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "644811000001100",
            "description": "Amix 250 capsules (Ashbourne Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "644811000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "654811000001103",
            "description": "Erythromycin 250mg gastro-resistant tablets (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "654811000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "668411000001104",
            "description": "Amoxicillin 500mg capsules (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "668411000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "673011000001105",
            "description": "Amoxicillin 250mg/5ml oral suspension (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "673011000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "682211000001102",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "682211000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "687011000001109",
            "description": "Erythromycin 250mg gastro-resistant tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "687011000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "689511000001108",
            "description": "Erythromycin 250mg gastro-resistant tablets (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "689511000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "689711000001103",
            "description": "Amoxil 250mg/5ml syrup sucrose free (GlaxoSmithKline UK Ltd)",
            "attributes": {
              "dmd_id": "689711000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "693411000001108",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "693411000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "69611000001101",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "69611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "709111000001109",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "709111000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "709311000001106",
            "description": "Amoxil 500mg capsules (GlaxoSmithKline UK Ltd)",
            "attributes": {
              "dmd_id": "709311000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "7211000001107",
            "description": "Erythromycin 250mg gastro-resistant tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "7211000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "730511000001101",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "730511000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "7339611000001107",
            "description": "Amoxident 250 capsules (Britannia Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "7339611000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "7339811000001106",
            "description": "Amoxident 500 capsules (Britannia Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "7339811000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "739011000001101",
            "description": "Amoxicillin 250mg capsules (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "739011000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "756511000001100",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "756511000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "766711000001101",
            "description": "Erythromycin 250mg gastro-resistant tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "766711000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "767611000001107",
            "description": "Amoxicillin 250mg/5ml oral suspension (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "767611000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "769817000",
            "description": "VMP previous to 41941311000001106",
            "attributes": {
              "dmd_id": "769817000",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "774011000001100",
            "description": "Amix 125 oral suspension (Ashbourne Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "774011000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "784711000001108",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "784711000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "78611000001101",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "78611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "789411000001103",
            "description": "Erythromycin 250mg gastro-resistant tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "789411000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "79111000001102",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "79111000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "802011000001104",
            "description": "Amoxicillin 500mg capsules (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "802011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "816211000001107",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "816211000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "816511000001105",
            "description": "Amoxicillin 500mg capsules (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "816511000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "819911000001107",
            "description": "Amoxicillin 250mg/5ml oral suspension (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "819911000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "828811000001100",
            "description": "Amoxicillin 250mg/5ml oral suspension (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "828811000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "830011000001107",
            "description": "Amoxicillin 250mg/5ml oral suspension (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "830011000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "833211000001107",
            "description": "Amoxicillin 250mg capsules (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "833211000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "838411000001100",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "838411000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "840611000001104",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "840611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "845911000001101",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "845911000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "848711000001105",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "848711000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "856111000001107",
            "description": "Amoxicillin 125mg/5ml oral suspension (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "856111000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "860211000001109",
            "description": "Amoxicillin 125mg/5ml oral suspension (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "860211000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "874611000001105",
            "description": "Galenamox 125mg/5ml oral suspension (Galen Ltd)",
            "attributes": {
              "dmd_id": "874611000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8818911000001106",
            "description": "Clarithromycin 250mg tablets (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "8818911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8819111000001101",
            "description": "Clarithromycin 500mg tablets (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "8819111000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8825911000001106",
            "description": "Clarithromycin 250mg tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "8825911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8826111000001102",
            "description": "Clarithromycin 500mg tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "8826111000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "88811000001107",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "88811000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "889511000001102",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "889511000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8914911000001107",
            "description": "Clarithromycin 250mg tablets (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "8914911000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8915511000001104",
            "description": "Clarithromycin 500mg tablets (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "8915511000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8927511000001103",
            "description": "Clarithromycin 250mg tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "8927511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8928611000001100",
            "description": "Clarithromycin 500mg tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "8928611000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "89511000001103",
            "description": "Erythromycin 250mg gastro-resistant tablets (Abbott Laboratories Ltd)",
            "attributes": {
              "dmd_id": "89511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8993611000001100",
            "description": "Clarithromycin 250mg tablets (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "8993611000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8993811000001101",
            "description": "Clarithromycin 500mg tablets (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "8993811000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9033411000001103",
            "description": "Clarithromycin 250mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "9033411000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9033811000001101",
            "description": "Clarithromycin 500mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "9033811000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9038211000001105",
            "description": "Clarithromycin 250mg tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "9038211000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9038811000001106",
            "description": "Clarithromycin 500mg tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "9038811000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9042011000001104",
            "description": "Clarithromycin 125mg/5ml oral suspension (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "9042011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9042311000001101",
            "description": "Clarithromycin 250mg/5ml oral suspension (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "9042311000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9155811000001105",
            "description": "Clarithromycin 125mg/5ml oral suspension (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "9155811000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9156111000001109",
            "description": "Clarithromycin 250mg/5ml oral suspension (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "9156111000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9157411000001102",
            "description": "Clarithromycin 125mg/5ml oral suspension (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "9157411000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9157711000001108",
            "description": "Clarithromycin 250mg/5ml oral suspension (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "9157711000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "917411000001101",
            "description": "Klaricid Paediatric 125mg/5ml oral suspension (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "917411000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "919211000001106",
            "description": "Erythromycin 250mg gastro-resistant tablets (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "919211000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9252611000001100",
            "description": "Clarithromycin 125mg/5ml oral suspension (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9252611000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9253011000001103",
            "description": "Clarithromycin 250mg/5ml oral suspension (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9253011000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "930411000001106",
            "description": "Amoxicillin 500mg capsules (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "930411000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "930911000001103",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "930911000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9547411000001109",
            "description": "Clarithromycin 125mg/5ml oral suspension (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "9547411000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9547911000001101",
            "description": "Clarithromycin 250mg/5ml oral suspension (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "9547911000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9785311000001100",
            "description": "Amoxicillin 250mg capsules (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9785311000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9785911000001104",
            "description": "Amoxicillin 500mg capsules (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9785911000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9786511000001104",
            "description": "Amoxicillin 125mg/5ml oral suspension (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9786511000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9786911000001106",
            "description": "Amoxicillin 250mg/5ml oral suspension (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9786911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9787111000001106",
            "description": "Amoxicillin 125mg/5ml oral suspension sugar free (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9787111000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9787311000001108",
            "description": "Amoxicillin 250mg/5ml oral suspension sugar free (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9787311000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9795911000001100",
            "description": "Erythromycin 250mg gastro-resistant tablets (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9795911000001100",
              "dmd_type": "AMP"
            }
          }
        ]
      }
    ],
    "coding_system_release": "",
    "open_codelist_version_id": "4758f9d4",
    "open_codelist_version_tag": "",
    "status": 1,
    "doi": "https://doi.org/10.48533/84nj-vf20",
    "is_deleted": false,
    "publish_status": 2,
    "owner": "ieuan.scanlon",
    "template": {
      "id": 3,
      "name": "OpenCodelists Phenotype",
      "description": "OpenSafely's OpenCodelist Phenotype, visit https://www.opencodelists.org/ to learn more",
      "version_id": 1
    },
    "versions": [
      {
        "version_id": 8736,
        "version_name": "Pharmacy First - Acute Otitis Media treatment full dmd codelist",
        "version_date": "2026-01-26T23:27:32.520765Z",
        "is_published": true,
        "is_latest": true
      },
      {
        "version_id": 8735,
        "version_name": "Pharmacy First - Acute Otitis Media treatment full dmd codelist",
        "version_date": "2026-01-26T23:27:28.533296Z",
        "is_published": true,
        "is_latest": false
      }
    ]
  }
]