[
  {
    "phenotype_id": "PH3660",
    "phenotype_version_id": 8766,
    "name": "Pharmacy First - Sore throat 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 sore throat.\n\n\nIt is specific to only the strength/formulations included in the PGDs for sore throat (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:28:40.256076Z",
    "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:28:43.681774Z",
    "references": [
      {
        "url": "https://github.com/opensafely/codelist-development/issues/304",
        "title": "GitHub issue"
      }
    ],
    "signed_off": [],
    "methodology": "PGDs:   \n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-5a.\\-Sore\\-throat\\-phenoxymethylpenicillin\\-patient\\-group\\-direction\\-Pharmacy\\-First.pdf\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-5b.\\-Sore\\-throat\\-clarithromycin\\-patient\\-group\\-direction\\-Pharmacy\\-First.pdf\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-5c.\\-Sore\\-throat\\-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 = 'Phenoxymethylpenicillin' \n  AND formroute IN ('tablet.oral') \n  AND strength_num IN (250)\n)\nOR\n(\n  vtm = 'Phenoxymethylpenicillin' \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, 500)\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**\nUpdated PGDs reviewed:\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-5a.\\-sore\\-throat\\-phenoxymethylpenicillin\\-patient\\-group\\-direction\\-pharmacy\\-first.pdf\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-5b.\\-sore\\-throat\\-clarithromycin\\-patient\\-group\\-direction\\-pharmacy\\-first.pdf\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-5c.\\-sore\\-throat\\-erythromycin\\-patient\\-group\\-direction\\-pharmacy\\-first.pdf\n\n\nThese products have been removed from latest PGDs:\nErythromycin 500mg/5mL oral suspension (or oral solution)\nErythromycin 500mg/5mL sugar free oral suspension (or oral solution)\n\n\nDecision made to keep them in the codelist to capture any use prior to PGD update.\n\n\nCodelist updated using existing SQL query.\n\n",
    "coding_system": [
      {
        "name": "dm+d codes",
        "value": 23
      }
    ],
    "open_codelist_id": "opensafely/pharmacy-first-sore-throat-treatment-full-dmd-codelist",
    "source_reference": "https://www.opencodelists.org/codelist/opensafely/pharmacy-first-sore-throat-treatment-full-dmd-codelist/11c09fe5",
    "concept_information": [
      {
        "concept_id": 8943,
        "concept_version_id": 16428,
        "concept_name": "opensafely/pharmacy-first-sore-throat-treatment-full-dmd-codelist/11c09fe5",
        "coding_system": {
          "id": 23,
          "name": "dm+d codes",
          "description": "dm+d codes"
        },
        "phenotype_id": "PH3660",
        "phenotype_version_id": 8766,
        "phenotype_name": "Pharmacy First - Sore throat 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": "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": "10430511000001103",
            "description": "Phenoxymethylpenicillin 250mg tablets (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10430511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10452211000001101",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10452211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10452411000001102",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10452411000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10452611000001104",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10452611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10452811000001100",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Arrow Generics Ltd)",
            "attributes": {
              "dmd_id": "10452811000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10536411000001109",
            "description": "Erythroped A 500mg tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "10536411000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "10711000001104",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "10711000001104",
              "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": "11144611000001104",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Karib Kemi-Pharm Ltd)",
            "attributes": {
              "dmd_id": "11144611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "11533211000001107",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "11533211000001107",
              "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": "13236311000001105",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13236311000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13236511000001104",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13236511000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13237211000001100",
            "description": "Phenoxymethylpenicillin 250mg tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13237211000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13620311000001107",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Pinewood Healthcare)",
            "attributes": {
              "dmd_id": "13620311000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13620511000001101",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Pinewood Healthcare)",
            "attributes": {
              "dmd_id": "13620511000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13620711000001106",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Pinewood Healthcare)",
            "attributes": {
              "dmd_id": "13620711000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13620911000001108",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Pinewood Healthcare)",
            "attributes": {
              "dmd_id": "13620911000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13621111000001104",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Pinewood Healthcare)",
            "attributes": {
              "dmd_id": "13621111000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13621311000001102",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Pinewood Healthcare)",
            "attributes": {
              "dmd_id": "13621311000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13745611000001101",
            "description": "Clarithromycin 250mg tablets (Tillomed Laboratories Ltd)",
            "attributes": {
              "dmd_id": "13745611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13745811000001102",
            "description": "Clarithromycin 500mg tablets (Tillomed Laboratories Ltd)",
            "attributes": {
              "dmd_id": "13745811000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13765011000001103",
            "description": "Clarithromycin 250mg tablets (Apotex UK Ltd)",
            "attributes": {
              "dmd_id": "13765011000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13765211000001108",
            "description": "Clarithromycin 500mg tablets (Apotex UK Ltd)",
            "attributes": {
              "dmd_id": "13765211000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "13875411000001102",
            "description": "Erythrocin 500 tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "13875411000001102",
              "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": "14694011000001106",
            "description": "Clarithromycin 250mg tablets (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "14694011000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "14694411000001102",
            "description": "Clarithromycin 500mg tablets (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "14694411000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "14734611000001104",
            "description": "Klaricid 500 tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "14734611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "14735011000001105",
            "description": "Klaricid 250mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "14735011000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "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": "15311000001105",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "15311000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16063111000001105",
            "description": "Phenoxymethylpenicillin 250mg tablets (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "16063111000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16165811000001108",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "16165811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16166011000001106",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "16166011000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16172811000001109",
            "description": "Erythroped A 500mg tablets (Lexon (UK) Ltd)",
            "attributes": {
              "dmd_id": "16172811000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16544311000001103",
            "description": "Erythrocin 500 tablets (Stephar (U.K.) Ltd)",
            "attributes": {
              "dmd_id": "16544311000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16551711000001104",
            "description": "Klaricid 500 tablets (Stephar (U.K.) Ltd)",
            "attributes": {
              "dmd_id": "16551711000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "16572211000001101",
            "description": "Erythroped A 500mg tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "16572211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17198711000001106",
            "description": "Erythromycin 250mg gastro-resistant tablets (Sovereign Medical Ltd)",
            "attributes": {
              "dmd_id": "17198711000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "173511000001103",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "173511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17503311000001109",
            "description": "Erythrocin 500 tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "17503311000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17522411000001102",
            "description": "Clarithromycin 250mg tablets (Somex Pharma)",
            "attributes": {
              "dmd_id": "17522411000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17522611000001104",
            "description": "Clarithromycin 500mg tablets (Somex Pharma)",
            "attributes": {
              "dmd_id": "17522611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "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": "17859811000001108",
            "description": "Clarithromycin 500mg tablets (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17859811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "178911000001100",
            "description": "Erythroped Forte SF 500mg/5ml oral suspension (Advanz Pharma)",
            "attributes": {
              "dmd_id": "178911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17899311000001109",
            "description": "Erythromycin ethyl succinate 500mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "17899311000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17902311000001105",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17902311000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17902611000001100",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17902611000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17902811000001101",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17902811000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17903011000001103",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17903011000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17903311000001100",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17903311000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17903511000001106",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17903511000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17903711000001101",
            "description": "Erythromycin 250mg gastro-resistant tablets (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17903711000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17954311000001108",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17954311000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17954511000001102",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17954511000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17954711000001107",
            "description": "Phenoxymethylpenicillin 250mg tablets (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17954711000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17965211000001106",
            "description": "Clarithromycin 250mg tablets (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "17965211000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "17965511000001109",
            "description": "Clarithromycin 500mg tablets (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "17965511000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18056411000001108",
            "description": "Erythrocin 500 tablets (Lexon (UK) Ltd)",
            "attributes": {
              "dmd_id": "18056411000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18101811000001104",
            "description": "Clarithromycin 125mg/5ml oral suspension (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "18101811000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18103211000001101",
            "description": "Clarithromycin 250mg/5ml oral suspension (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "18103211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18257211000001100",
            "description": "Erythrocin 500 tablets (Necessity Supplies Ltd)",
            "attributes": {
              "dmd_id": "18257211000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18257511000001102",
            "description": "Erythroped A 500mg tablets (Necessity Supplies Ltd)",
            "attributes": {
              "dmd_id": "18257511000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18271111000001101",
            "description": "Klaricid 250mg tablets (Necessity Supplies Ltd)",
            "attributes": {
              "dmd_id": "18271111000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18271311000001104",
            "description": "Klaricid 500 tablets (Necessity Supplies Ltd)",
            "attributes": {
              "dmd_id": "18271311000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18281911000001106",
            "description": "Erythromycin 250mg gastro-resistant tablets (Strides Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "18281911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18719011000001104",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "18719011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "18719411000001108",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "18719411000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "189311000001103",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "189311000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19191611000001104",
            "description": "Erythromycin 250mg gastro-resistant tablets (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "19191611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19715011000001104",
            "description": "Clarithromycin 250mg tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "19715011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19715211000001109",
            "description": "Clarithromycin 500mg tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "19715211000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19730711000001101",
            "description": "Phenoxymethylpenicillin 250mg tablets (Medreich Plc)",
            "attributes": {
              "dmd_id": "19730711000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19733011000001108",
            "description": "Erythromycin 250mg gastro-resistant tablets (Medreich Plc)",
            "attributes": {
              "dmd_id": "19733011000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "19736211000001105",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Medreich Plc)",
            "attributes": {
              "dmd_id": "19736211000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20096711000001105",
            "description": "Clarithromycin 250mg tablets (Wockhardt UK Ltd)",
            "attributes": {
              "dmd_id": "20096711000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20097311000001109",
            "description": "Clarithromycin 500mg tablets (Wockhardt UK Ltd)",
            "attributes": {
              "dmd_id": "20097311000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20129511000001108",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "20129511000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20129711000001103",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "20129711000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20165611000001102",
            "description": "Clarithromycin 250mg tablets (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "20165611000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "20165811000001103",
            "description": "Clarithromycin 500mg tablets (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "20165811000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "209811000001108",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "209811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21038311000001109",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "21038311000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21038511000001103",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "21038511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21038711000001108",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "21038711000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21038911000001105",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "21038911000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "211000001101",
            "description": "Klaricid Paediatric 250mg/5ml oral suspension (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21532411000001101",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Ennogen Healthcare Ltd)",
            "attributes": {
              "dmd_id": "21532411000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21532611000001103",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Ennogen Healthcare Ltd)",
            "attributes": {
              "dmd_id": "21532611000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21834511000001106",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Cubic Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "21834511000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21844311000001104",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21844311000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21844511000001105",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21844511000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21844711000001100",
            "description": "Phenoxymethylpenicillin 250mg tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21844711000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21854311000001101",
            "description": "Clarithromycin 125mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21854311000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21854511000001107",
            "description": "Clarithromycin 250mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21854511000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21854711000001102",
            "description": "Clarithromycin 250mg tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21854711000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21854911000001100",
            "description": "Clarithromycin 500mg tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21854911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21863211000001102",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Cubic Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "21863211000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21935211000001101",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21935211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21975211000001103",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21975211000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21975411000001104",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21975411000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21975611000001101",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21975611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21975811000001102",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21975811000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21976011000001104",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21976011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "21976211000001109",
            "description": "Erythromycin 250mg gastro-resistant tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21976211000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "220811000001105",
            "description": "Klaricid 250mg tablets (Abbott Laboratories Ltd)",
            "attributes": {
              "dmd_id": "220811000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "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": "235411000001103",
            "description": "Rommix 250 EC tablets (Ashbourne Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "235411000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "237511000001108",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "237511000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23902711000001102",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23902711000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23902911000001100",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23902911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23903111000001109",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23903111000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23903311000001106",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23903311000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23903511000001100",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23903511000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23903711000001105",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23903711000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "23903911000001107",
            "description": "Erythromycin 250mg gastro-resistant tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "23903911000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "24099111000001103",
            "description": "Erythromycin 250mg gastro-resistant tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "24099111000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "2411000001108",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "2411000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "24389111000001103",
            "description": "Erythromycin 250mg gastro-resistant tablets (Bristol Laboratories Ltd)",
            "attributes": {
              "dmd_id": "24389111000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "24410611000001107",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "24410611000001107",
              "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": "28097111000001105",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "28097111000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "28097311000001107",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "28097311000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "28985911000001106",
            "description": "Phenoxymethylpenicillin 250mg tablets (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "28985911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "289911000001104",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "289911000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "294211000001105",
            "description": "Erythroped PI SF 125mg/5ml oral suspension (Advanz Pharma)",
            "attributes": {
              "dmd_id": "294211000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29789111000001103",
            "description": "Clarithromycin 500mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29789111000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29851811000001101",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29851811000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29852211000001109",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29852211000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29852611000001106",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29852611000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29856111000001104",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29856111000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29856311000001102",
            "description": "Erythromycin 250mg gastro-resistant tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29856311000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29856611000001107",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29856611000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "29983311000001107",
            "description": "Phenoxymethylpenicillin 250mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29983311000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30031911000001106",
            "description": "Clarithromycin 125mg/5ml oral suspension (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "30031911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30041111000001109",
            "description": "Clarithromycin 250mg/5ml oral suspension (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "30041111000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30125811000001107",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "30125811000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30611000001101",
            "description": "Erythrocin 500 tablets (Advanz Pharma)",
            "attributes": {
              "dmd_id": "30611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30761711000001102",
            "description": "Clarithromycin 125mg/5ml oral suspension (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "30761711000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30761911000001100",
            "description": "Clarithromycin 250mg/5ml oral suspension (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "30761911000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30810111000001105",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "30810111000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30825911000001105",
            "description": "Erythromycin 250mg gastro-resistant tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "30825911000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30856011000001103",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "30856011000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30856211000001108",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "30856211000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "30856411000001107",
            "description": "Phenoxymethylpenicillin 250mg tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "30856411000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "31058611000001104",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "31058611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "31058811000001100",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "31058811000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "32163811000001106",
            "description": "Erythromycin ethyl succinate 500mg tablets (Drugsrus Ltd)",
            "attributes": {
              "dmd_id": "32163811000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "322611000001104",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "322611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "323416001",
            "description": "VMP previous to 41953811000001101",
            "attributes": {
              "dmd_id": "323416001",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "323418000",
            "description": "VMP previous to 41953711000001109",
            "attributes": {
              "dmd_id": "323418000",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "323420002",
            "description": "VMP previous to 41953911000001106",
            "attributes": {
              "dmd_id": "323420002",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324178009",
            "description": "VMP previous to 41948811000001108",
            "attributes": {
              "dmd_id": "324178009",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324179001",
            "description": "VMP previous to 41949111000001108",
            "attributes": {
              "dmd_id": "324179001",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324180003",
            "description": "VMP previous to 41949311000001105",
            "attributes": {
              "dmd_id": "324180003",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324181004",
            "description": "VMP previous to 41949411000001103",
            "attributes": {
              "dmd_id": "324181004",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324191005",
            "description": "VMP previous to 36564711000001108",
            "attributes": {
              "dmd_id": "324191005",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324192003",
            "description": "VMP previous to 39107311000001103",
            "attributes": {
              "dmd_id": "324192003",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324203007",
            "description": "VMP previous to 39107211000001106",
            "attributes": {
              "dmd_id": "324203007",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324232005",
            "description": "VMP previous to 41948911000001103",
            "attributes": {
              "dmd_id": "324232005",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324233000",
            "description": "VMP previous to 41949011000001107",
            "attributes": {
              "dmd_id": "324233000",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324234006",
            "description": "VMP previous to 41949211000001102",
            "attributes": {
              "dmd_id": "324234006",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324238009",
            "description": "VMP previous to 41946311000001103",
            "attributes": {
              "dmd_id": "324238009",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324240004",
            "description": "VMP previous to 35368711000001104",
            "attributes": {
              "dmd_id": "324240004",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324244008",
            "description": "VMP previous to 41946511000001109",
            "attributes": {
              "dmd_id": "324244008",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "324250003",
            "description": "VMP previous to 37083211000001101",
            "attributes": {
              "dmd_id": "324250003",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "32489211000001105",
            "description": "Phenoxymethylpenicillin 250mg tablets (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "32489211000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "32490911000001108",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "32490911000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "32492211000001103",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "32492211000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "32506411000001108",
            "description": "Erythromycin ethyl succinate 500mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "32506411000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "32800711000001104",
            "description": "Erythromycin 250mg gastro-resistant tablets (Genesis Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "32800711000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "333711000001103",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "333711000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "348611000001104",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "348611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "35140911000001102",
            "description": "Clarithromycin 250mg tablets (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "35140911000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "35141111000001106",
            "description": "Clarithromycin 500mg tablets (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "35141111000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "35211000001107",
            "description": "Phenoxymethylpenicillin 250mg tablets (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "35211000001107",
              "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": "36846911000001107",
            "description": "Clarithromycin 250mg tablets (Torrent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "36846911000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "36847211000001101",
            "description": "Clarithromycin 500mg tablets (Torrent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "36847211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37083211000001101",
            "description": "Clarithromycin 250mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "37083211000001101",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "37149211000001103",
            "description": "Erythromycin ethyl succinate 500mg tablets (P.I.E. Pharma Ltd)",
            "attributes": {
              "dmd_id": "37149211000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37369311000001108",
            "description": "Erythrocin 250 tablets (CST Pharma Ltd)",
            "attributes": {
              "dmd_id": "37369311000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37369811000001104",
            "description": "Erythrocin 500 tablets (CST Pharma Ltd)",
            "attributes": {
              "dmd_id": "37369811000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37376611000001104",
            "description": "Erythromycin ethyl succinate 500mg tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "37376611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37402011000001108",
            "description": "Clarithromycin 250mg tablets (HEC Pharm GmbH)",
            "attributes": {
              "dmd_id": "37402011000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37402811000001102",
            "description": "Clarithromycin 500mg tablets (HEC Pharm GmbH)",
            "attributes": {
              "dmd_id": "37402811000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37772411000001102",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "37772411000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37772611000001104",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "37772611000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37772811000001100",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "37772811000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "37773011000001102",
            "description": "Phenoxymethylpenicillin 250mg tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "37773011000001102",
              "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": "38081711000001100",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Flamingo Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "38081711000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38081911000001103",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Flamingo Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "38081911000001103",
              "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": "38836811000001108",
            "description": "Clarithromycin 250mg tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38836811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38837011000001104",
            "description": "Clarithromycin 500mg tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38837011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38840411000001105",
            "description": "Clarithromycin 125mg/5ml oral suspension (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38840411000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "38840711000001104",
            "description": "Clarithromycin 250mg/5ml oral suspension (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38840711000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "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": "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": "39176911000001106",
            "description": "Phenoxymethylpenicillin 250mg tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "39176911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "39177211000001100",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "39177211000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "39177411000001101",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "39177411000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "39177611000001103",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "39177611000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "39177811000001104",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "39177811000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "392411000001109",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "392411000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "398811000001108",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "398811000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "40635711000001102",
            "description": "Erythromycin 250mg gastro-resistant tablets (NorthStar Healthcare Unlimited Company)",
            "attributes": {
              "dmd_id": "40635711000001102",
              "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": "41341211000001106",
            "description": "Phenoxymethylpenicillin 250mg tablets (Rudipharm Ltd)",
            "attributes": {
              "dmd_id": "41341211000001106",
              "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": "41946311000001103",
            "description": "Clarithromycin 250mg tablets",
            "attributes": {
              "dmd_id": "41946311000001103",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41946511000001109",
            "description": "Clarithromycin 500mg tablets",
            "attributes": {
              "dmd_id": "41946511000001109",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41948811000001108",
            "description": "Erythromycin 250mg gastro-resistant tablets",
            "attributes": {
              "dmd_id": "41948811000001108",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41948911000001103",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "41948911000001103",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41949011000001107",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "41949011000001107",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41949111000001108",
            "description": "Erythromycin ethyl succinate 500mg tablets",
            "attributes": {
              "dmd_id": "41949111000001108",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41949211000001102",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension",
            "attributes": {
              "dmd_id": "41949211000001102",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41949311000001105",
            "description": "Erythromycin stearate 250mg tablets",
            "attributes": {
              "dmd_id": "41949311000001105",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41949411000001103",
            "description": "Erythromycin stearate 500mg tablets",
            "attributes": {
              "dmd_id": "41949411000001103",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41953711000001109",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution",
            "attributes": {
              "dmd_id": "41953711000001109",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41953811000001101",
            "description": "Phenoxymethylpenicillin 250mg tablets",
            "attributes": {
              "dmd_id": "41953811000001101",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "41953911000001106",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution",
            "attributes": {
              "dmd_id": "41953911000001106",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "420411000001107",
            "description": "Phenoxymethylpenicillin 250mg tablets (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "420411000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "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": "42205211000001106",
            "description": "Clarithromycin 500mg tablets (Brown &amp; Burk UK Ltd)",
            "attributes": {
              "dmd_id": "42205211000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42455811000001101",
            "description": "Clarithromycin 250mg tablets (Krka UK Ltd)",
            "attributes": {
              "dmd_id": "42455811000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42456611000001105",
            "description": "Clarithromycin 500mg tablets (Krka UK Ltd)",
            "attributes": {
              "dmd_id": "42456611000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42591311000001106",
            "description": "Phenoxymethylpenicillin 250mg tablets (Flamingo Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "42591311000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42816811000001105",
            "description": "Clarithromycin 250mg tablets (Drugsrus Ltd)",
            "attributes": {
              "dmd_id": "42816811000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "42830211000001104",
            "description": "Clarithromycin 500mg tablets (Drugsrus Ltd)",
            "attributes": {
              "dmd_id": "42830211000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "4330011000001104",
            "description": "Erythromycin 250mg gastro-resistant tablets (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "4330011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "433911000001109",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension sugar free (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "433911000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "44154311000001102",
            "description": "Clarithromycin 500mg tablets (Quattro Pharma Ltd)",
            "attributes": {
              "dmd_id": "44154311000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "463111000001102",
            "description": "Klaricid 500 tablets (Abbott Laboratories Ltd)",
            "attributes": {
              "dmd_id": "463111000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "468911000001109",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "468911000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "469911000001101",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "469911000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "481911000001102",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "481911000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "482711000001106",
            "description": "Phenoxymethylpenicillin 250mg tablets (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "482711000001106",
              "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": "5286611000001101",
            "description": "Clarithromycin 125mg/5ml oral suspension (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5286611000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5298511000001100",
            "description": "Klaricid Paediatric 125mg/5ml oral suspension (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5298511000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5300211000001105",
            "description": "Klaricid Paediatric 250mg/5ml oral suspension (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5300211000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5377011000001108",
            "description": "Klaricid 250mg tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "5377011000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5377411000001104",
            "description": "Klaricid 500 tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "5377411000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5459011000001106",
            "description": "Clarithromycin 500mg tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5459011000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "549711000001102",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "549711000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5514211000001102",
            "description": "Clarithromycin 250mg tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5514211000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5541711000001100",
            "description": "Erythrocin 500 tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5541711000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5543211000001106",
            "description": "Erythroped A 500mg tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5543211000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5551011000001104",
            "description": "Klaricid 250mg tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5551011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "5551211000001109",
            "description": "Klaricid 500 tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5551211000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "563411000001101",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "563411000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "580111000001102",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension sugar free (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "580111000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "580811000001109",
            "description": "Erythroped A 500mg tablets (Advanz Pharma)",
            "attributes": {
              "dmd_id": "580811000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "592611000001105",
            "description": "Erythromycin ethyl succinate 250mg/5ml oral suspension sugar free (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "592611000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "604211000001105",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "604211000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "605811000001107",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "605811000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "610511000001102",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "610511000001102",
              "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": "634711000001107",
            "description": "Phenoxymethylpenicillin 250mg tablets (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "634711000001107",
              "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": "683011000001103",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "683011000001103",
              "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": "7211000001107",
            "description": "Erythromycin 250mg gastro-resistant tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "7211000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "738911000001105",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "738911000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "765311000001105",
            "description": "Phenoxymethylpenicillin 250mg tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "765311000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "766711000001101",
            "description": "Erythromycin 250mg gastro-resistant tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "766711000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "770211000001102",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "770211000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "78111000001109",
            "description": "Phenoxymethylpenicillin 250mg tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "78111000001109",
              "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": "799511000001103",
            "description": "Phenoxymethylpenicillin 250mg tablets (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "799511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "808511000001109",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "808511000001109",
              "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": "821311000001102",
            "description": "Phenoxymethylpenicillin 250mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "821311000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "838411000001100",
            "description": "Erythromycin ethyl succinate 125mg/5ml oral suspension (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "838411000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "839711000001102",
            "description": "Phenoxymethylpenicillin 250mg tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "839711000001102",
              "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": "849911000001104",
            "description": "Tenkicin 250mg tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "849911000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "871611000001108",
            "description": "Phenoxymethylpenicillin 250mg tablets (The Boots Company Plc)",
            "attributes": {
              "dmd_id": "871611000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8818911000001106",
            "description": "Clarithromycin 250mg tablets (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "8818911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8819111000001101",
            "description": "Clarithromycin 500mg tablets (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "8819111000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8825911000001106",
            "description": "Clarithromycin 250mg tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "8825911000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8826111000001102",
            "description": "Clarithromycin 500mg tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "8826111000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "887811000001107",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "887811000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "889511000001102",
            "description": "Erythromycin ethyl succinate 500mg/5ml oral suspension (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "889511000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8914911000001107",
            "description": "Clarithromycin 250mg tablets (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "8914911000001107",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8915511000001104",
            "description": "Clarithromycin 500mg tablets (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "8915511000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8927511000001103",
            "description": "Clarithromycin 250mg tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "8927511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8928611000001100",
            "description": "Clarithromycin 500mg tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "8928611000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "89511000001103",
            "description": "Erythromycin 250mg gastro-resistant tablets (Abbott Laboratories Ltd)",
            "attributes": {
              "dmd_id": "89511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8993611000001100",
            "description": "Clarithromycin 250mg tablets (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "8993611000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "8993811000001101",
            "description": "Clarithromycin 500mg tablets (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "8993811000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9033411000001103",
            "description": "Clarithromycin 250mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "9033411000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9033811000001101",
            "description": "Clarithromycin 500mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "9033811000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9038211000001105",
            "description": "Clarithromycin 250mg tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "9038211000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9038811000001106",
            "description": "Clarithromycin 500mg tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "9038811000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9042011000001104",
            "description": "Clarithromycin 125mg/5ml oral suspension (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "9042011000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9042311000001101",
            "description": "Clarithromycin 250mg/5ml oral suspension (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "9042311000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9155811000001105",
            "description": "Clarithromycin 125mg/5ml oral suspension (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "9155811000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9156111000001109",
            "description": "Clarithromycin 250mg/5ml oral suspension (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "9156111000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9157411000001102",
            "description": "Clarithromycin 125mg/5ml oral suspension (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "9157411000001102",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9157711000001108",
            "description": "Clarithromycin 250mg/5ml oral suspension (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "9157711000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "917411000001101",
            "description": "Klaricid Paediatric 125mg/5ml oral suspension (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "917411000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "919211000001106",
            "description": "Erythromycin 250mg gastro-resistant tablets (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "919211000001106",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9209211000001101",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "9209211000001101",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9209511000001103",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "9209511000001103",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9215111000001107",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free",
            "attributes": {
              "dmd_id": "9215111000001107",
              "dmd_type": "VMP"
            }
          },
          {
            "code": "9215211000001101",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free",
            "attributes": {
              "dmd_id": "9215211000001101",
              "dmd_type": "VMP"
            }
          },
          {
            "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": "9253911000001104",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9253911000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9254111000001100",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9254111000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9308011000001109",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "9308011000001109",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9308211000001104",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "9308211000001104",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "94811000001103",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "94811000001103",
              "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": "9803511000001108",
            "description": "Phenoxymethylpenicillin 250mg tablets (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9803511000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9804611000001105",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9804611000001105",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9805411000001108",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "9805411000001108",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9842311000001100",
            "description": "Phenoxymethylpenicillin 125mg/5ml oral solution sugar free (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "9842311000001100",
              "dmd_type": "AMP"
            }
          },
          {
            "code": "9842511000001106",
            "description": "Phenoxymethylpenicillin 250mg/5ml oral solution sugar free (Viatris UK Healthcare Ltd)",
            "attributes": {
              "dmd_id": "9842511000001106",
              "dmd_type": "AMP"
            }
          }
        ]
      }
    ],
    "coding_system_release": "",
    "open_codelist_version_id": "11c09fe5",
    "open_codelist_version_tag": "",
    "status": 1,
    "doi": "https://doi.org/10.48533/sapw-qv57",
    "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": 8766,
        "version_name": "Pharmacy First - Sore throat treatment full dmd codelist",
        "version_date": "2026-01-26T23:28:43.692792Z",
        "is_published": true,
        "is_latest": true
      },
      {
        "version_id": 8765,
        "version_name": "Pharmacy First - Sore throat treatment full dmd codelist",
        "version_date": "2026-01-26T23:28:40.267580Z",
        "is_published": true,
        "is_latest": false
      }
    ]
  }
]