[
  {
    "phenotype_id": "PH3652",
    "phenotype_version_id": 8755,
    "name": "Pharmacy First - Shingles 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 shingles.\n\n\nIt is specific to only the strength/formulations included in the PGDs for shingles (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:11.841100Z",
    "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:13.921201Z",
    "references": [
      {
        "url": "https://github.com/opensafely/codelist-development/issues/299",
        "title": "GitHub issue"
      }
    ],
    "signed_off": [],
    "methodology": "PGDs: \n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-2a.\\-Shingles\\-aciclovir\\-patient\\-group\\-direction\\-Pharmacy\\-First.pdf\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-2b.\\-Shingles\\-valaciclovir\\-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(vtm = 'Aciclovir' AND \n  (\n    (\n      form IN ('Oral tablet', 'Dispersible tablet') \n      AND \n      strength_num IN (200, 400, 800)\n    )\n  )\n) \nOR\n(vtm = 'Valaciclovir' AND \n  (\n    (\n      formroute IN ('tablet.oral') \n      AND \n      strength_num IN (500)\n    )\n  )\n) \n\n```\n\n*** Reviewed and updated 20/10/2025 ***\n\n\nUpdated PGDs Sept 2025:\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-2a.\\-shingles\\-aciclovir\\-patient\\-group\\-direction\\-pharmacy\\-first.pdf\n\n\nhttps://www.england.nhs.uk/wp\\-content/uploads/2023/11/PRN01010\\-2b.\\-shingles\\-valaciclovir\\-patient\\-group\\-direction\\-pharmacy\\-first.pdf\n\n\nValaciclovir 1g tablets now included.\n\n\n\n```\nSELECT DISTINCT\ndmd_type, dmd_id, dmd_name, bnf_code\nFROM\n`chris.union_amp_vmp`\nWHERE\n(vtm = 'Aciclovir' AND \n  (\n    (\n      form IN ('Oral tablet', 'Dispersible tablet') \n      AND \n      strength_num IN (200, 400, 800)\n    )\n  )\n) \nOR\n(vtm = 'Valaciclovir' AND \n  (\n    (\n      formroute IN ('tablet.oral') \n      AND \n      strength_num IN (500, 1)\n    )\n  )\n) \n\n```\n",
    "coding_system": [
      {
        "name": "dm+d codes",
        "value": 23
      }
    ],
    "open_codelist_id": "opensafely/pharmacy-first-shingles-treatment-full-dmd-codelist",
    "source_reference": "https://www.opencodelists.org/codelist/opensafely/pharmacy-first-shingles-treatment-full-dmd-codelist/7098eccd",
    "concept_information": [
      {
        "concept_id": 8932,
        "concept_version_id": 16417,
        "concept_name": "opensafely/pharmacy-first-shingles-treatment-full-dmd-codelist/7098eccd",
        "coding_system": {
          "id": 23,
          "name": "dm+d codes",
          "description": "dm+d codes"
        },
        "phenotype_id": "PH3652",
        "phenotype_version_id": 8755,
        "phenotype_name": "Pharmacy First - Shingles treatment full dmd codelist",
        "code_attribute_header": [
          "dmd_id",
          "dmd_type",
          "bnf_code"
        ],
        "codes": [
          {
            "code": "10643011000001102",
            "description": "Aciclovir 800mg dispersible tablets (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "10643011000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "130311000001101",
            "description": "Ranovir 800mg tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "130311000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0BEACAD"
            }
          },
          {
            "code": "13102711000001101",
            "description": "Aciclovir 200mg dispersible tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13102711000001101",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "13102911000001104",
            "description": "Aciclovir 400mg dispersible tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13102911000001104",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "13103311000001105",
            "description": "Aciclovir 800mg dispersible tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "13103311000001105",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "132111000001104",
            "description": "Virovir 800mg tablets (Opus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "132111000001104",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0BCACAD"
            }
          },
          {
            "code": "13574911000001105",
            "description": "Aciclovir 800mg dispersible tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "13574911000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "138111000001101",
            "description": "Aciclovir 800mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "138111000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "14605211000001102",
            "description": "Aciclovir 800mg tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "14605211000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "14691011000001108",
            "description": "Valtrex 500mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "14691011000001108",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "14742411000001105",
            "description": "Zovirax 200mg dispersible tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "14742411000001105",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "14744511000001104",
            "description": "Zovirax 400mg dispersible tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "14744511000001104",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "14744811000001101",
            "description": "Zovirax 800mg dispersible tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "14744811000001101",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "15023511000001109",
            "description": "Valaciclovir 500mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "15023511000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "160111000001108",
            "description": "Aciclovir 200mg dispersible tablets (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "160111000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "16330111000001107",
            "description": "Valtrex 500mg tablets (Lexon (UK) Ltd)",
            "attributes": {
              "dmd_id": "16330111000001107",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "16606111000001107",
            "description": "Valaciclovir 500mg tablets (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "16606111000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "16639011000001107",
            "description": "Valaciclovir 500mg tablets (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "16639011000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "16649711000001105",
            "description": "Valaciclovir 500mg tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "16649711000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "16682411000001104",
            "description": "Zovirax 800mg dispersible tablets (Stephar (U.K.) Ltd)",
            "attributes": {
              "dmd_id": "16682411000001104",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "17690011000001106",
            "description": "Valaciclovir 500mg tablets (Alliance Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "17690011000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "17755611000001108",
            "description": "Aciclovir 200mg dispersible tablets (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17755611000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "17755811000001107",
            "description": "Aciclovir 400mg dispersible tablets (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17755811000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "17756011000001105",
            "description": "Aciclovir 800mg dispersible tablets (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "17756011000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "17913211000001106",
            "description": "Valaciclovir 500mg tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "17913211000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "17961311000001100",
            "description": "Aciclovir 200mg tablets (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "17961311000001100",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "17961511000001106",
            "description": "Aciclovir 400mg tablets (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "17961511000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "17961711000001101",
            "description": "Aciclovir 800mg tablets (Almus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "17961711000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "18176411000001102",
            "description": "Valtrex 500mg tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "18176411000001102",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "18216611000001105",
            "description": "Zovirax 200mg dispersible tablets (Necessity Supplies Ltd)",
            "attributes": {
              "dmd_id": "18216611000001105",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "18622211000001102",
            "description": "Valaciclovir 500mg tablets (Phoenix Healthcare Distribution Ltd)",
            "attributes": {
              "dmd_id": "18622211000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "18743111000001107",
            "description": "Valaciclovir 500mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "18743111000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "20911011000001105",
            "description": "Valaciclovir 500mg tablets (Sandoz Ltd)",
            "attributes": {
              "dmd_id": "20911011000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "20992411000001107",
            "description": "Valaciclovir 500mg tablets (Pfizer Ltd)",
            "attributes": {
              "dmd_id": "20992411000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "21753811000001109",
            "description": "Aciclovir 400mg tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21753811000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "21754411000001105",
            "description": "Aciclovir 200mg dispersible tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21754411000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "21754611000001108",
            "description": "Aciclovir 400mg dispersible tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21754611000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "21755511000001105",
            "description": "Aciclovir 800mg dispersible tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21755511000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "21908111000001107",
            "description": "Valaciclovir 500mg tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "21908111000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "22338611000001104",
            "description": "Valaciclovir 500mg tablets (Aptil Pharma Ltd)",
            "attributes": {
              "dmd_id": "22338611000001104",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "22583111000001108",
            "description": "Aciclovir 200mg dispersible tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "22583111000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "22583711000001109",
            "description": "Aciclovir 400mg dispersible tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "22583711000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "22586411000001108",
            "description": "Aciclovir 200mg tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "22586411000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "22586611000001106",
            "description": "Aciclovir 400mg tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "22586611000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "22586811000001105",
            "description": "Aciclovir 800mg tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "22586811000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "23511000001108",
            "description": "Aciclovir 400mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "23511000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "235911000001106",
            "description": "Aciclovir 800mg dispersible tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "235911000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "24199511000001102",
            "description": "Aciclovir 200mg tablets (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "24199511000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "24199711000001107",
            "description": "Aciclovir 400mg tablets (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "24199711000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "24199911000001109",
            "description": "Aciclovir 800mg tablets (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "24199911000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "245111000001109",
            "description": "Aciclovir 800mg dispersible tablets (Sterwin Medicines)",
            "attributes": {
              "dmd_id": "245111000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "264211000001107",
            "description": "Virovir 400mg tablets (Opus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "264211000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0BCABAC"
            }
          },
          {
            "code": "26711000001105",
            "description": "Aciclovir 800mg tablets (Wockhardt UK Ltd)",
            "attributes": {
              "dmd_id": "26711000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "26775011000001101",
            "description": "Aciclovir 200mg tablets (Tillomed Laboratories Ltd)",
            "attributes": {
              "dmd_id": "26775011000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "26775411000001105",
            "description": "Aciclovir 800mg tablets (Tillomed Laboratories Ltd)",
            "attributes": {
              "dmd_id": "26775411000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "26775811000001107",
            "description": "Aciclovir 200mg dispersible tablets (Tillomed Laboratories Ltd)",
            "attributes": {
              "dmd_id": "26775811000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "26776111000001106",
            "description": "Aciclovir 400mg dispersible tablets (Tillomed Laboratories Ltd)",
            "attributes": {
              "dmd_id": "26776111000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "26776411000001101",
            "description": "Aciclovir 800mg dispersible tablets (Tillomed Laboratories Ltd)",
            "attributes": {
              "dmd_id": "26776411000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "280711000001108",
            "description": "Aciclovir 200mg tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "280711000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "295811000001107",
            "description": "Aciclovir 200mg tablets (Sterwin Medicines)",
            "attributes": {
              "dmd_id": "295811000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "29755711000001109",
            "description": "Aciclovir 200mg dispersible tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29755711000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "29755911000001106",
            "description": "Aciclovir 200mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29755911000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "29756111000001102",
            "description": "Aciclovir 400mg dispersible tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29756111000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "29756311000001100",
            "description": "Aciclovir 400mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29756311000001100",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "29756511000001106",
            "description": "Aciclovir 800mg dispersible tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29756511000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "29756711000001101",
            "description": "Aciclovir 800mg tablets (Sigma Pharmaceuticals Plc)",
            "attributes": {
              "dmd_id": "29756711000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "29989311000001105",
            "description": "Aciclovir 200mg dispersible tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "29989311000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "29989511000001104",
            "description": "Aciclovir 400mg dispersible tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "29989511000001104",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "29989711000001109",
            "description": "Aciclovir 800mg dispersible tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "29989711000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "29989911000001106",
            "description": "Aciclovir 200mg tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "29989911000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "29990111000001102",
            "description": "Aciclovir 400mg tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "29990111000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "29990311000001100",
            "description": "Aciclovir 800mg tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "29990311000001100",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "30107111000001104",
            "description": "Valaciclovir 500mg tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "30107111000001104",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "3070711000001100",
            "description": "Aciclovir 400mg dispersible tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "3070711000001100",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "3071111000001107",
            "description": "Aciclovir 400mg dispersible tablets (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "3071111000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "3071311000001109",
            "description": "Aciclovir 400mg dispersible tablets (The Boots Company Plc)",
            "attributes": {
              "dmd_id": "3071311000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "3071611000001104",
            "description": "Zovirax 400mg dispersible tablets (GlaxoSmithKline UK Ltd)",
            "attributes": {
              "dmd_id": "3071611000001104",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0BBAHAH"
            }
          },
          {
            "code": "3071911000001105",
            "description": "Aciclovir 400mg dispersible tablets (Teva UK Ltd)",
            "attributes": {
              "dmd_id": "3071911000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "3072211000001108",
            "description": "Aciclovir 400mg dispersible tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "3072211000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "3072511000001106",
            "description": "Aciclovir 400mg dispersible tablets (Pfizer Ltd)",
            "attributes": {
              "dmd_id": "3072511000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "3072911000001104",
            "description": "Aciclovir 400mg dispersible tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "3072911000001104",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "3073211000001102",
            "description": "Aciclovir 400mg dispersible tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "3073211000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "307511000001108",
            "description": "Aciclovir 800mg dispersible tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "307511000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "30942711000001107",
            "description": "Valaciclovir 500mg tablets (Mawdsley-Brooks &amp; Company Ltd)",
            "attributes": {
              "dmd_id": "30942711000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "313011000001108",
            "description": "Aciclovir 800mg dispersible tablets (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "313011000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "324726004",
            "description": "VMP previous to 41485311000001102",
            "attributes": {
              "dmd_id": "324726004",
              "dmd_type": "VMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "324729006",
            "description": "VMP previous to 41485611000001107",
            "attributes": {
              "dmd_id": "324729006",
              "dmd_type": "VMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "324734005",
            "description": "VMP previous to 39693911000001105",
            "attributes": {
              "dmd_id": "324734005",
              "dmd_type": "VMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "324738008",
            "description": "VMP previous to 39693711000001108",
            "attributes": {
              "dmd_id": "324738008",
              "dmd_type": "VMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "324740003",
            "description": "VMP previous to 39693811000001100",
            "attributes": {
              "dmd_id": "324740003",
              "dmd_type": "VMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "324744007",
            "description": "VMP previous to 41485911000001101",
            "attributes": {
              "dmd_id": "324744007",
              "dmd_type": "VMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "324821004",
            "description": "VMP previous to 41486911000001108",
            "attributes": {
              "dmd_id": "324821004",
              "dmd_type": "VMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "32552011000001106",
            "description": "Aciclovir 400mg tablets (Tillomed Laboratories Ltd)",
            "attributes": {
              "dmd_id": "32552011000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "35187711000001108",
            "description": "Valaciclovir 500mg tablets (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "35187711000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "38106511000001109",
            "description": "Aciclovir 400mg tablets (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "38106511000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "38178811000001102",
            "description": "Aciclovir 800mg tablets (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "38178811000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "38179211000001108",
            "description": "Aciclovir 200mg tablets (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "38179211000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "38760411000001102",
            "description": "Aciclovir 200mg tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38760411000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "38761011000001102",
            "description": "Aciclovir 400mg tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38761011000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "38761611000001109",
            "description": "Aciclovir 800mg tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38761611000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "38762111000001106",
            "description": "Aciclovir 200mg dispersible tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38762111000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "38762411000001101",
            "description": "Aciclovir 400mg dispersible tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38762411000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "38762911000001109",
            "description": "Aciclovir 800mg dispersible tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "38762911000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "39656711000001108",
            "description": "Valaciclovir 500mg tablets (Pilsco Ltd)",
            "attributes": {
              "dmd_id": "39656711000001108",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "39693711000001108",
            "description": "Aciclovir 200mg dispersible tablets",
            "attributes": {
              "dmd_id": "39693711000001108",
              "dmd_type": "VMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "39693811000001100",
            "description": "Aciclovir 400mg dispersible tablets",
            "attributes": {
              "dmd_id": "39693811000001100",
              "dmd_type": "VMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "39693911000001105",
            "description": "Aciclovir 800mg dispersible tablets",
            "attributes": {
              "dmd_id": "39693911000001105",
              "dmd_type": "VMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "39836711000001103",
            "description": "Valaciclovir 500mg tablets (CST Pharma Ltd)",
            "attributes": {
              "dmd_id": "39836711000001103",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "39880511000001100",
            "description": "Valtrex 500mg tablets (CST Pharma Ltd)",
            "attributes": {
              "dmd_id": "39880511000001100",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "39924711000001101",
            "description": "Valaciclovir 500mg tablets (Medihealth (Northern) Ltd)",
            "attributes": {
              "dmd_id": "39924711000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "404611000001109",
            "description": "Aciclovir 800mg dispersible tablets (Pfizer Ltd)",
            "attributes": {
              "dmd_id": "404611000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "40476611000001102",
            "description": "Valtrex 500mg tablets (DE Pharmaceuticals)",
            "attributes": {
              "dmd_id": "40476611000001102",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "408411000001102",
            "description": "Aciclovir 200mg tablets (Wockhardt UK Ltd)",
            "attributes": {
              "dmd_id": "408411000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "40867711000001107",
            "description": "Aciclovir 200mg dispersible tablets (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "40867711000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "40867911000001109",
            "description": "Aciclovir 400mg dispersible tablets (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "40867911000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAHAH"
            }
          },
          {
            "code": "40868311000001109",
            "description": "Aciclovir 800mg dispersible tablets (Crescent Pharma Ltd)",
            "attributes": {
              "dmd_id": "40868311000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "41485311000001102",
            "description": "Aciclovir 200mg tablets",
            "attributes": {
              "dmd_id": "41485311000001102",
              "dmd_type": "VMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "41485611000001107",
            "description": "Aciclovir 400mg tablets",
            "attributes": {
              "dmd_id": "41485611000001107",
              "dmd_type": "VMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "41485911000001101",
            "description": "Aciclovir 800mg tablets",
            "attributes": {
              "dmd_id": "41485911000001101",
              "dmd_type": "VMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "41486911000001108",
            "description": "Valaciclovir 500mg tablets",
            "attributes": {
              "dmd_id": "41486911000001108",
              "dmd_type": "VMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "41755211000001105",
            "description": "Valaciclovir 500mg tablets (Aristo Pharma Ltd)",
            "attributes": {
              "dmd_id": "41755211000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "41884811000001104",
            "description": "Valaciclovir 1g tablets (Aristo Pharma Ltd)",
            "attributes": {
              "dmd_id": "41884811000001104",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAHAH"
            }
          },
          {
            "code": "41928011000001104",
            "description": "Aciclovir 200mg tablets (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "41928011000001104",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "41928211000001109",
            "description": "Aciclovir 400mg tablets (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "41928211000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "41928511000001107",
            "description": "Aciclovir 800mg tablets (Milpharm Ltd)",
            "attributes": {
              "dmd_id": "41928511000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "41968611000001101",
            "description": "Valaciclovir 1g tablets",
            "attributes": {
              "dmd_id": "41968611000001101",
              "dmd_type": "VMP",
              "bnf_code": "0503021A0AAAHAH"
            }
          },
          {
            "code": "420111000001102",
            "description": "Ranovir 400mg tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "420111000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0BEABAC"
            }
          },
          {
            "code": "42330511000001104",
            "description": "Valaciclovir 1g tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "42330511000001104",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAHAH"
            }
          },
          {
            "code": "42484911000001101",
            "description": "Valaciclovir 500mg tablets (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "42484911000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAAAA"
            }
          },
          {
            "code": "42817011000001101",
            "description": "Valaciclovir 1g tablets (Accord-UK Ltd)",
            "attributes": {
              "dmd_id": "42817011000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAHAH"
            }
          },
          {
            "code": "42889111000001108",
            "description": "Valaciclovir 500mg tablets (Necessity Supplies Ltd)",
            "attributes": {
              "dmd_id": "42889111000001108",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "43556311000001102",
            "description": "Valaciclovir 1g tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "43556311000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0AAAHAH"
            }
          },
          {
            "code": "43935111000001103",
            "description": "Valaciclovir 500mg tablets (Drugsrus Ltd)",
            "attributes": {
              "dmd_id": "43935111000001103",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "4919311000001106",
            "description": "Aciclovir 800mg tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "4919311000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAADAD"
            }
          },
          {
            "code": "494911000001100",
            "description": "Aciclovir 200mg dispersible tablets (The Boots Company Plc)",
            "attributes": {
              "dmd_id": "494911000001100",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "502411000001109",
            "description": "Aciclovir 400mg tablets (Wockhardt UK Ltd)",
            "attributes": {
              "dmd_id": "502411000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "513811000001100",
            "description": "Aciclovir 200mg tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "513811000001100",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "535611000001109",
            "description": "Aciclovir 200mg dispersible tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "535611000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "5422511000001106",
            "description": "Valaciclovir 500mg tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "5422511000001106",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "545711000001104",
            "description": "Aciclovir 200mg dispersible tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "545711000001104",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "5513011000001105",
            "description": "Valaciclovir 500mg tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5513011000001105",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "5517511000001107",
            "description": "Aciclovir 200mg tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5517511000001107",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "551911000001101",
            "description": "Zovirax 800mg dispersible tablets (GlaxoSmithKline UK Ltd)",
            "attributes": {
              "dmd_id": "551911000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0BBAEAE"
            }
          },
          {
            "code": "5595111000001108",
            "description": "Valtrex 500mg tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5595111000001108",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "5621711000001106",
            "description": "Zovirax 200mg dispersible tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "5621711000001106",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "5621911000001108",
            "description": "Zovirax 800mg dispersible tablets (Waymade Healthcare Plc)",
            "attributes": {
              "dmd_id": "5621911000001108",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "5626611000001109",
            "description": "Zovirax 200mg dispersible tablets (Dowelhurst Ltd)",
            "attributes": {
              "dmd_id": "5626611000001109",
              "dmd_type": "AMP",
              "bnf_code": "None"
            }
          },
          {
            "code": "586211000001105",
            "description": "Ranovir 200mg tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "586211000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0BEAAAB"
            }
          },
          {
            "code": "619411000001106",
            "description": "Aciclovir 200mg dispersible tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "619411000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "625711000001109",
            "description": "Aciclovir 800mg dispersible tablets (The Boots Company Plc)",
            "attributes": {
              "dmd_id": "625711000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "648111000001101",
            "description": "Aciclovir 800mg dispersible tablets (Alliance Healthcare (Distribution) Ltd)",
            "attributes": {
              "dmd_id": "648111000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "704011000001107",
            "description": "Aciclovir 800mg dispersible tablets (IVAX Pharmaceuticals UK Ltd)",
            "attributes": {
              "dmd_id": "704011000001107",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "803311000001106",
            "description": "Aciclovir 200mg dispersible tablets (Pfizer Ltd)",
            "attributes": {
              "dmd_id": "803311000001106",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "806911000001101",
            "description": "Aciclovir 800mg dispersible tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "806911000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAEAE"
            }
          },
          {
            "code": "8094111000001102",
            "description": "Aciclovir 200mg tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "8094111000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAABAB"
            }
          },
          {
            "code": "8094311000001100",
            "description": "Aciclovir 400mg tablets (Kent Pharma (UK) Ltd)",
            "attributes": {
              "dmd_id": "8094311000001100",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "826711000001109",
            "description": "Aciclovir 200mg dispersible tablets (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "826711000001109",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "846911000001108",
            "description": "Duvimex 800mg dispersible tablets (Actavis UK Ltd)",
            "attributes": {
              "dmd_id": "846911000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0BDAAAE"
            }
          },
          {
            "code": "865211000001100",
            "description": "Zovirax 200mg dispersible tablets (GlaxoSmithKline UK Ltd)",
            "attributes": {
              "dmd_id": "865211000001100",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0BBAGAG"
            }
          },
          {
            "code": "892111000001101",
            "description": "Valtrex 500mg tablets (GlaxoSmithKline UK Ltd)",
            "attributes": {
              "dmd_id": "892111000001101",
              "dmd_type": "AMP",
              "bnf_code": "0503021A0BBAAAA"
            }
          },
          {
            "code": "918711000001108",
            "description": "Aciclovir 400mg tablets (A A H Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "918711000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "924111000001108",
            "description": "Aciclovir 400mg tablets (Sterwin Medicines)",
            "attributes": {
              "dmd_id": "924111000001108",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAACAC"
            }
          },
          {
            "code": "940611000001105",
            "description": "Aciclovir 200mg dispersible tablets (Sun Pharma UK Ltd)",
            "attributes": {
              "dmd_id": "940611000001105",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0AAAGAG"
            }
          },
          {
            "code": "94611000001102",
            "description": "Virovir 200mg tablets (Opus Pharmaceuticals Ltd)",
            "attributes": {
              "dmd_id": "94611000001102",
              "dmd_type": "AMP",
              "bnf_code": "0503021C0BCAAAB"
            }
          }
        ]
      }
    ],
    "coding_system_release": "",
    "open_codelist_version_id": "7098eccd",
    "open_codelist_version_tag": "",
    "status": 1,
    "doi": "https://doi.org/10.48533/gj41-qp75",
    "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": 8755,
        "version_name": "Pharmacy First - Shingles treatment full dmd codelist",
        "version_date": "2026-01-26T23:28:13.933380Z",
        "is_published": true,
        "is_latest": true
      },
      {
        "version_id": 8754,
        "version_name": "Pharmacy First - Shingles treatment full dmd codelist",
        "version_date": "2026-01-26T23:28:11.853630Z",
        "is_published": true,
        "is_latest": false
      }
    ]
  }
]