[
  {
    "phenotype_id": "PH3644",
    "phenotype_version_id": 8745,
    "name": "Pharmacy First - Impetigo 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 impetigo.\n\n\nIt is specific to only the strength/formulations included in the PGDs for impetigo (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:49.470712Z",
    "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:53.106783Z",
    "references": [
      {
        "url": "https://github.com/opensafely/codelist-development/issues/300",
        "title": "GitHub issue"
      }
    ],
    "signed_off": [],
    "methodology": "PGDs:\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-3a.\\-Impetigo\\-hydrogen\\-peroxide\\-cream\\-protocol\\-Pharmacy\\-First.pdf\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-3b.\\-Impetigo\\-fusidic\\-acid\\-cream\\-patient\\-group\\-direction\\-Pharmacy\\-First.pdf\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-3c.\\-Impetigo\\-flucloxacillin\\-patient\\-group\\-direction\\-Pharmacy\\-First.pdf\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-3d.\\-Impetigo\\-clarithromycin\\-patient\\-group\\-direction\\-Pharmacy\\-First.pdf\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-3e.\\-Impetigo\\-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\ndmd_type, dmd_id, dmd_name, bnf_code\nFROM\n`chris.union_amp_vmp`\nWHERE\n(\n  vtm = 'Hydrogen peroxide'\n  AND\n  formroute IN ('cream.cutaneous')\n  AND\n  strength_num = 10 -- 10 here corresponds to 1% cream\n)\nOR\n(\n  vtm = 'Fusidic acid'\n  AND\n  formroute IN ('cream.cutaneous')\n  AND\n  strength_num = 20 -- 20 here corresponds to 2% cream\n)\nOR\n(\n  vtm = 'Flucloxacillin'\n  AND formroute IN ('capsule.oral') \n  AND strength_num IN (250, 500) \n)\nOR\n(\n  vtm = 'Flucloxacillin'\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)\nOR\n(\n  vtm = 'Clarithromycin'\n  AND formroute IN ('tablet.oral')\n  AND strength_num IN (250)\n)\nOR\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)\nOR\n(\n  ingredient = 372694001 -- use ingredient code for erythromycin base substance here not vtm as a number of different erythromycin salts\n  AND\n  ingredient_count = 1\n  AND\n  formroute IN ('tablet.oral', 'tabletgastro-resistant.oral')\n  AND\n  strength_num IN (250, 500)\n)\nOR\n(\n  ingredient = 372694001 -- use ingredient code for erythromycin base substance here not vtm as a number of different erythromycin salts\n  AND\n  ingredient_count = 1\n  AND\n  formroute IN ('solution.oral', 'suspension.oral')\n  AND \n  (((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**  \n\nUpdated PGDs reviewed:  \n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-3a.\\-impetigo\\-hydrogen\\-peroxide\\-cream\\-protocol\\-pharmacy\\-first.pdf\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-3b.\\-Impetigo\\-fusidic\\-acid\\-cream\\-patient\\-group\\-direction\\-Pharmacy\\-First.pdf\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-3c.\\-impetigo\\-flucloxacillin\\-patient\\-group\\-direction\\-pharmacy\\-first.pdf\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-3d.\\-impetigo\\-clarithromycin\\-patient\\-group\\-direction\\-pharmacy\\-first.pdf\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-3e.\\-impetigo\\-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\nExisting SQL query used to capture updated product list\n\n",
    "coding_system": [
      {
        "name": "dm+d codes",
        "value": 23
      }
    ],
    "open_codelist_id": "opensafely/pharmacy-first-impetigo-treatment-full-dmd-codelist",
    "source_reference": "https://www.opencodelists.org/codelist/opensafely/pharmacy-first-impetigo-treatment-full-dmd-codelist/20051342",
    "concept_information": [
      {
        "concept_id": 8922,
        "concept_version_id": 16407,
        "concept_name": "opensafely/pharmacy-first-impetigo-treatment-full-dmd-codelist/20051342",
        "coding_system": {
          "id": 23,
          "name": "dm+d codes",
          "description": "dm+d codes"
        },
        "phenotype_id": "PH3644",
        "phenotype_version_id": 8745,
        "phenotype_name": "Pharmacy First - Impetigo 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": "103311000001100",
            "description": "Flucloxacillin 125mg/5ml oral solution (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "103311000001100",
              "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": "10407811000001107",
            "description": "Flucloxacillin 250mg capsules (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10407811000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10408011000001100",
            "description": "Flucloxacillin 500mg capsules (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10408011000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10454211000001105",
            "description": "Flucloxacillin 125mg/5ml oral solution (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10454211000001105",
              "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": "11268511000001102",
            "description": "Flucloxacillin 250mg/5ml oral solution (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "11268511000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "120711000001100",
            "description": "Flucloxacillin 250mg capsules (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "120711000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "126311000001101",
            "description": "Erythromycin 250mg gastro-resistant tablets (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "126311000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13225711000001103",
            "description": "Clarithromycin 250mg/5ml oral suspension (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13225711000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "135511000001102",
            "description": "Flucloxacillin 250mg capsules (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "135511000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13578111000001101",
            "description": "Flucloxacillin 125mg/5ml oral solution (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "13578111000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13578311000001104",
            "description": "Flucloxacillin 250mg/5ml oral solution (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "13578311000001104",
              "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": "13765011000001103",
            "description": "Clarithromycin 250mg tablets (Apotex UK Ltd)",
            "attributes": {
              "dmd_id": "13765011000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "138411000001106",
            "description": "Flucloxacillin 125mg/5ml oral solution (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "138411000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13875411000001102",
            "description": "Erythrocin 500 tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "13875411000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13881811000001105",
            "description": "Fucidin 20mg/g cream (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "13881811000001105",
              "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": "14244911000001100",
            "description": "Fucidin 20mg/g cream (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "14244911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "14694011000001106",
            "description": "Clarithromycin 250mg tablets (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "14694011000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "14735011000001105",
            "description": "Klaricid 250mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "14735011000001105",
              "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": "15087311000001100",
            "description": "Flucloxacillin 250mg capsules (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "15087311000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "15087511000001106",
            "description": "Flucloxacillin 500mg capsules (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "15087511000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16050611000001101",
            "description": "Flucloxacillin 250mg capsules (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "16050611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16050911000001107",
            "description": "Flucloxacillin 500mg capsules (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "16050911000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16086311000001101",
            "description": "Flucloxacillin 250mg/5ml oral solution (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "16086311000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16086611000001106",
            "description": "Flucloxacillin 250mg/5ml oral solution sugar free (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "16086611000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16086911000001100",
            "description": "Flucloxacillin 125mg/5ml oral solution sugar free (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "16086911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16089611000001103",
            "description": "Flucloxacillin 125mg/5ml oral solution sugar free",
            "attributes": {
              "dmd_id": "16089611000001103",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "16089711000001107",
            "description": "Flucloxacillin 250mg/5ml oral solution sugar free",
            "attributes": {
              "dmd_id": "16089711000001107",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "16172811000001109",
            "description": "Erythroped A 500mg tablets (Lexon (UK) Ltd)",
            "attributes": {
              "dmd_id": "16172811000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16247911000001103",
            "description": "Flucloxacillin 125mg/5ml oral solution sugar free (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "16247911000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16248111000001100",
            "description": "Flucloxacillin 250mg/5ml oral solution sugar free (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "16248111000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16443111000001108",
            "description": "Flucloxacillin 125mg/5ml oral solution sugar free (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "16443111000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16443611000001100",
            "description": "Flucloxacillin 250mg/5ml oral solution sugar free (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "16443611000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16544311000001103",
            "description": "Erythrocin 500 tablets (Stephar (U.K.) Ltd)",
            "attributes": {
              "dmd_id": "16544311000001103",
              "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": "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": "17859611000001109",
            "description": "Clarithromycin 250mg tablets (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17859611000001109",
              "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": "17908511000001102",
            "description": "Flucloxacillin 250mg capsules (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17908511000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17908811000001104",
            "description": "Flucloxacillin 500mg capsules (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17908811000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17965211000001106",
            "description": "Clarithromycin 250mg tablets (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "17965211000001106",
              "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": "18107711000001103",
            "description": "Flucloxacillin 125mg/5ml oral solution (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "18107711000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18107911000001101",
            "description": "Flucloxacillin 250mg/5ml oral solution (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "18107911000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18156111000001105",
            "description": "Fucidin 20mg/g cream (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "18156111000001105",
              "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": "18281911000001106",
            "description": "Erythromycin 250mg gastro-resistant tablets (Strides Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "18281911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18722811000001105",
            "description": "Flucloxacillin 250mg/5ml oral solution (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "18722811000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19191611000001104",
            "description": "Erythromycin 250mg gastro-resistant tablets (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "19191611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19193011000001107",
            "description": "Flucloxacillin 250mg capsules (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "19193011000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19193211000001102",
            "description": "Flucloxacillin 500mg capsules (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "19193211000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19193411000001103",
            "description": "Flucloxacillin 125mg/5ml oral solution (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "19193411000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "194111000001102",
            "description": "Flucloxacillin 250mg capsules (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "194111000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19715011000001104",
            "description": "Clarithromycin 250mg tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "19715011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19728911000001100",
            "description": "Flucloxacillin 250mg capsules (Medreich Plc)",
            "attributes": {
              "dmd_id": "19728911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19729111000001105",
            "description": "Flucloxacillin 500mg capsules (Medreich Plc)",
            "attributes": {
              "dmd_id": "19729111000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19733011000001108",
            "description": "Erythromycin 250mg gastro-resistant tablets (Medreich Plc)",
            "attributes": {
              "dmd_id": "19733011000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20096711000001105",
            "description": "Clarithromycin 250mg tablets (Wockhardt UK Ltd)",
            "attributes": {
              "dmd_id": "20096711000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20136411000001100",
            "description": "Flucloxacillin 125mg/5ml oral solution (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "20136411000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20137211000001102",
            "description": "Flucloxacillin 250mg/5ml oral solution (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "20137211000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20165611000001102",
            "description": "Clarithromycin 250mg tablets (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "20165611000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "207211000001101",
            "description": "Flucloxacillin 125mg/5ml oral solution (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "207211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "211000001101",
            "description": "Klaricid Paediatric 250mg/5ml oral suspension (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21158011000001104",
            "description": "Fusidic acid 2% cream (Advanz Pharma)",
            "attributes": {
              "dmd_id": "21158011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21218711000001105",
            "description": "Fusidic acid 2% cream (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "21218711000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21229911000001109",
            "description": "Fusidic acid 2% cream (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "21229911000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21233611000001102",
            "description": "Fusidic acid 2% cream (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "21233611000001102",
              "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": "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": "21996911000001108",
            "description": "Flucloxacillin 250mg capsules (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21996911000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21997211000001102",
            "description": "Flucloxacillin 500mg capsules (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21997211000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21997511000001104",
            "description": "Flucloxacillin 125mg/5ml oral solution sugar free (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21997511000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21997711000001109",
            "description": "Flucloxacillin 250mg/5ml oral solution sugar free (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21997711000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21997911000001106",
            "description": "Flucloxacillin 125mg/5ml oral solution (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21997911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21998111000001109",
            "description": "Flucloxacillin 250mg/5ml oral solution (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21998111000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "220311000001101",
            "description": "Flucloxacillin 250mg capsules (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "220311000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "220811000001105",
            "description": "Klaricid 250mg tablets (Abbott Laboratories Ltd)",
            "attributes": {
              "dmd_id": "220811000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "22706111000001100",
            "description": "Flucloxacillin sodium 125mg/5ml oral suspension (Medreich Plc)",
            "attributes": {
              "dmd_id": "22706111000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "22751511000001108",
            "description": "Flucloxacillin sodium 125mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "22751511000001108",
              "dmd_type": "VMP"
            }
          },
          {
            "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": "23189811000001102",
            "description": "Flucloxacillin 125mg/5ml oral solution (Medreich Plc)",
            "attributes": {
              "dmd_id": "23189811000001102",
              "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": "23907811000001108",
            "description": "Flucloxacillin 250mg capsules (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23907811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23908511000001109",
            "description": "Flucloxacillin 500mg capsules (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23908511000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23919811000001102",
            "description": "Fusidic acid 2% cream (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "23919811000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23979011000001102",
            "description": "Flucloxacillin 125mg/5ml oral solution sugar free (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23979011000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23979211000001107",
            "description": "Flucloxacillin 250mg/5ml oral solution sugar free (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23979211000001107",
              "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": "251311000001107",
            "description": "Fluclomix 250 capsules (Ashbourne Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "251311000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "27126211000001105",
            "description": "Flucloxacillin 125mg/5ml oral solution sugar free (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "27126211000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "27126411000001109",
            "description": "Flucloxacillin 250mg/5ml oral solution sugar free (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "27126411000001109",
              "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": "28096311000001109",
            "description": "Flucloxacillin 125mg/5ml oral solution sugar free (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "28096311000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "28096511000001103",
            "description": "Flucloxacillin 250mg/5ml oral solution sugar free (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "28096511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "28932311000001108",
            "description": "Fusidic acid 2% cream (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "28932311000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "289411000001107",
            "description": "Flucloxacillin 500mg capsules (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "289411000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "294211000001105",
            "description": "Erythroped PI SF 125mg/5ml oral suspension (Advanz Pharma)",
            "attributes": {
              "dmd_id": "294211000001105",
              "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": "29867911000001107",
            "description": "Fusidic acid 2% cream (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29867911000001107",
              "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": "30056311000001101",
            "description": "Fusidic acid 2% cream (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "30056311000001101",
              "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": "30130811000001104",
            "description": "Flucloxacillin 250mg capsules (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "30130811000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30131011000001101",
            "description": "Flucloxacillin 500mg capsules (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "30131011000001101",
              "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": "3111000001109",
            "description": "Flucloxacillin 500mg capsules (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "3111000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "32163811000001106",
            "description": "Erythromycin ethyl succinate 500mg tablets (Drugsrus Ltd)",
            "attributes": {
              "dmd_id": "32163811000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "323464005",
            "description": "VMP previous to 39692111000001101",
            "attributes": {
              "dmd_id": "323464005",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "323465006",
            "description": "VMP previous to 39692211000001107",
            "attributes": {
              "dmd_id": "323465006",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "323474008",
            "description": "VMP previous to 41950411000001106",
            "attributes": {
              "dmd_id": "323474008",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "323484009",
            "description": "VMP previous to 41949911000001106",
            "attributes": {
              "dmd_id": "323484009",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "323485005",
            "description": "VMP previous to 41950311000001104",
            "attributes": {
              "dmd_id": "323485005",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "323496002",
            "description": "VMP previous to 41950011000001102",
            "attributes": {
              "dmd_id": "323496002",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "32407211000001103",
            "description": "Fusidic acid 2% cream (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "32407211000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "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": "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": "32611000001100",
            "description": "Flucloxacillin 500mg capsules (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "32611000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "32800711000001104",
            "description": "Erythromycin 250mg gastro-resistant tablets (Genesis Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "32800711000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "332825002",
            "description": "VMP previous to 41898711000001103",
            "attributes": {
              "dmd_id": "332825002",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "333211000001105",
            "description": "Flucloxacillin 250mg capsules (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "333211000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "333421008",
            "description": "VMP previous to 41901511000001106",
            "attributes": {
              "dmd_id": "333421008",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "337811000001100",
            "description": "Flucloxacillin 125mg/5ml oral solution (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "337811000001100",
              "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": "35368711000001104",
            "description": "Clarithromycin 125mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "35368711000001104",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "35996611000001100",
            "description": "Erythromycin 250mg gastro-resistant tablets (Ennogen Healthcare International Ltd)",
            "attributes": {
              "dmd_id": "35996611000001100",
              "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": "36738011000001105",
            "description": "Flucloxacillin 500mg capsules (Noumed Life Sciences Ltd)",
            "attributes": {
              "dmd_id": "36738011000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "36846911000001107",
            "description": "Clarithromycin 250mg tablets (Torrent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "36846911000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37080611000001108",
            "description": "Fusidic acid 2% cream (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "37080611000001108",
              "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": "37506211000001106",
            "description": "Flucloxacillin 250mg capsules (Noumed Life Sciences Ltd)",
            "attributes": {
              "dmd_id": "37506211000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37732211000001103",
            "description": "Flucloxacillin 250mg/5ml oral solution sugar free (Novelgenix Therapeutics Ltd)",
            "attributes": {
              "dmd_id": "37732211000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37732411000001104",
            "description": "Flucloxacillin 125mg/5ml oral solution sugar free (Novelgenix Therapeutics Ltd)",
            "attributes": {
              "dmd_id": "37732411000001104",
              "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": "38076711000001103",
            "description": "Flucloxacillin 250mg/5ml oral solution (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "38076711000001103",
              "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": "38619411000001101",
            "description": "Flucloxacillin 125mg/5ml oral solution sugar free (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "38619411000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38619611000001103",
            "description": "Flucloxacillin 250mg/5ml oral solution sugar free (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "38619611000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38836811000001108",
            "description": "Clarithromycin 250mg tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38836811000001108",
              "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": "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": "38914811000001104",
            "description": "Flucloxacillin 125mg/5ml oral solution (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38914811000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38915011000001109",
            "description": "Flucloxacillin 250mg capsules (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38915011000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38915211000001104",
            "description": "Flucloxacillin 500mg capsules (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38915211000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38915411000001100",
            "description": "Flucloxacillin 125mg/5ml oral solution sugar free (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38915411000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38915611000001102",
            "description": "Flucloxacillin 250mg/5ml oral solution (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38915611000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38915811000001103",
            "description": "Flucloxacillin 250mg/5ml oral solution sugar free (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38915811000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38927811000001102",
            "description": "Fusidic acid 2% cream (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38927811000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "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": "39692111000001101",
            "description": "Flucloxacillin 250mg capsules",
            "attributes": {
              "dmd_id": "39692111000001101",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "39692211000001107",
            "description": "Flucloxacillin 500mg capsules",
            "attributes": {
              "dmd_id": "39692211000001107",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "398811000001108",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "398811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "401911000001101",
            "description": "Flucloxacillin 500mg capsules (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "401911000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "40635711000001102",
            "description": "Erythromycin 250mg gastro-resistant tablets (NorthStar Healthcare Unlimited Company)",
            "attributes": {
              "dmd_id": "40635711000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "40754011000001105",
            "description": "Flucloxacillin 250mg/5ml oral solution (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "40754011000001105",
              "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": "415511000001109",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "415511000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "41885211000001104",
            "description": "Flucloxacillin 500mg capsules (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "41885211000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "41885411000001100",
            "description": "Flucloxacillin 250mg capsules (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "41885411000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "41898711000001103",
            "description": "Fusidic acid 2% cream",
            "attributes": {
              "dmd_id": "41898711000001103",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41901511000001106",
            "description": "Hydrogen peroxide 1% cream",
            "attributes": {
              "dmd_id": "41901511000001106",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41946311000001103",
            "description": "Clarithromycin 250mg tablets",
            "attributes": {
              "dmd_id": "41946311000001103",
              "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": "41949911000001106",
            "description": "Flucloxacillin 125mg/5ml oral solution",
            "attributes": {
              "dmd_id": "41949911000001106",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41950011000001102",
            "description": "Flucloxacillin 125mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "41950011000001102",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41950311000001104",
            "description": "Flucloxacillin 250mg/5ml oral solution",
            "attributes": {
              "dmd_id": "41950311000001104",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41950411000001106",
            "description": "Flucloxacillin 250mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "41950411000001106",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "42203711000001100",
            "description": "Clarithromycin 250mg tablets (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "42203711000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42204811000001106",
            "description": "Erythromycin 250mg gastro-resistant tablets (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "42204811000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42455811000001101",
            "description": "Clarithromycin 250mg tablets (Krka UK Ltd)",
            "attributes": {
              "dmd_id": "42455811000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42544011000001102",
            "description": "Flucloxacillin 500mg capsules (Flamingo Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "42544011000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42816811000001105",
            "description": "Clarithromycin 250mg tablets (Drugsrus Ltd)",
            "attributes": {
              "dmd_id": "42816811000001105",
              "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": "43990411000001108",
            "description": "Flucloxacillin 500mg capsules (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "43990411000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "44158611000001102",
            "description": "Flucloxacillin 250mg capsules (Flamingo Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "44158611000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "442211000001107",
            "description": "Floxapen 250mg/5ml syrup (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "442211000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "45167611000001101",
            "description": "Flucloxacillin 500mg capsules (Rudipharm Ltd)",
            "attributes": {
              "dmd_id": "45167611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "45167811000001102",
            "description": "Flucloxacillin 250mg capsules (Rudipharm Ltd)",
            "attributes": {
              "dmd_id": "45167811000001102",
              "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": "471111000001107",
            "description": "Floxapen 250mg capsules (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "471111000001107",
              "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": "4835611000001101",
            "description": "Flucloxacillin 250mg/5ml oral solution (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "4835611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "4876911000001102",
            "description": "Crystacide 1% cream (Reig Jofre UK Ltd)",
            "attributes": {
              "dmd_id": "4876911000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "499611000001105",
            "description": "Fluclomix 500 capsules (Ashbourne Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "499611000001105",
              "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": "513711000001108",
            "description": "Flucloxacillin 125mg/5ml oral solution (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "513711000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5264311000001103",
            "description": "Fucidin 20mg/g cream (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "5264311000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5286611000001101",
            "description": "Clarithromycin 125mg/5ml oral suspension (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5286611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5292911000001109",
            "description": "Fucidin 20mg/g cream (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5292911000001109",
              "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": "5377011000001108",
            "description": "Klaricid 250mg tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "5377011000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5464111000001104",
            "description": "Fusidic acid 2% cream (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5464111000001104",
              "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": "563411000001101",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "563411000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "568111000001102",
            "description": "Flucloxacillin 500mg capsules (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "568111000001102",
              "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": "590311000001104",
            "description": "Flucloxacillin 500mg capsules (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "590311000001104",
              "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": "626611000001105",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "626611000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "627011000001100",
            "description": "Flucloxacillin 250mg capsules (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "627011000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "629811000001103",
            "description": "Flucloxacillin 500mg capsules (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "629811000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "654811000001103",
            "description": "Erythromycin 250mg gastro-resistant tablets (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "654811000001103",
              "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": "699911000001102",
            "description": "Flucloxacillin 250mg capsules (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "699911000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "703911000001109",
            "description": "Ladropen 500mg capsules (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "703911000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "719411000001101",
            "description": "Flucloxacillin 125mg/5ml oral solution (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "719411000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "7211000001107",
            "description": "Erythromycin 250mg gastro-resistant tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "7211000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "746511000001103",
            "description": "Flucloxacillin 125mg/5ml oral solution (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "746511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "748211000001100",
            "description": "Ladropen 250mg capsules (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "748211000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "766711000001101",
            "description": "Erythromycin 250mg gastro-resistant tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "766711000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "767311000001102",
            "description": "Flucloxacillin 125mg/5ml oral solution (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "767311000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "770011000001107",
            "description": "Flucloxacillin 500mg capsules (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "770011000001107",
              "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": "811111000001105",
            "description": "Floxapen 125mg/5ml syrup (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "811111000001105",
              "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": "818211000001108",
            "description": "Fucidin 20mg/g cream (LEO Pharma)",
            "attributes": {
              "dmd_id": "818211000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "833311000001104",
            "description": "Flucloxacillin 500mg capsules (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "833311000001104",
              "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": "850811000001102",
            "description": "Flucloxacillin 250mg capsules (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "850811000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8818911000001106",
            "description": "Clarithromycin 250mg tablets (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "8818911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8825911000001106",
            "description": "Clarithromycin 250mg tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "8825911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "888011000001100",
            "description": "Floxapen 500mg capsules (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "888011000001100",
              "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": "8927511000001103",
            "description": "Clarithromycin 250mg tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "8927511000001103",
              "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": "9033411000001103",
            "description": "Clarithromycin 250mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "9033411000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9038211000001105",
            "description": "Clarithromycin 250mg tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "9038211000001105",
              "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": "916911000001106",
            "description": "Flucloxacillin 250mg capsules (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "916911000001106",
              "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": "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": "9795911000001100",
            "description": "Erythromycin 250mg gastro-resistant tablets (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9795911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9798411000001103",
            "description": "Flucloxacillin 250mg capsules (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9798411000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9798911000001106",
            "description": "Flucloxacillin 500mg capsules (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9798911000001106",
              "dmd_type": "AMP"
            }
          }
        ]
      }
    ],
    "coding_system_release": "",
    "open_codelist_version_id": "20051342",
    "open_codelist_version_tag": "",
    "status": 1,
    "doi": "https://doi.org/10.48533/gars-rk40",
    "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": 8745,
        "version_name": "Pharmacy First - Impetigo treatment full dmd codelist",
        "version_date": "2026-01-26T23:27:53.120789Z",
        "is_published": true,
        "is_latest": true
      },
      {
        "version_id": 8744,
        "version_name": "Pharmacy First - Impetigo treatment full dmd codelist",
        "version_date": "2026-01-26T23:27:49.481842Z",
        "is_published": true,
        "is_latest": false
      }
    ]
  }
]