Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Benpen 3 g powder for injection, 1 vial (fully coded medication information: brand name, generic name, item form and strength) - JSON Representation

Raw json | Download


{
  "resourceType" : "Medication",
  "id" : "benpen-01",
  "meta" : //  Able to support fully coded medication information: brand name, generic name, item form and strength  
  {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medication-core-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication </b><a name=\"benpen-01\"> </a><a name=\"hcbenpen-01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceMedication &quot;benpen-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-medication-core-1.html\">ADHA Core Medication</a></p></div><p><b>code</b>: BENZYLPENICILLIN <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://build.fhir.org/ig/hl7au/au-fhir-base/CodeSystem-pbs-item-external.html\">PBS Item Codes</a>#02647H; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#21332011000036106 &quot;benzylpenicillin&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#3539011000036105 &quot;Benpen&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#32753011000036104 &quot;benzylpenicillin 3 g injection, 1 vial&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#32328011000036106 &quot;Benpen 3 g powder for injection, 1 vial&quot;)</span></p><p><b>manufacturer</b>: <span><code>http://pbs.gov.au/code/manufacturer</code>/CS</span></p><p><b>form</b>: Injection <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#129011000036109 &quot;injection&quot;)</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td>benzylpenicillin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1849011000036104)</span></td><td>3 g/1 unit</td></tr></table></div>"
  },
  "code" : {
    "coding" : [
      {
        "extension" : [
          // Medication generic name (PBS Item Code Display)
          {
            "url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
            "valueCoding" : {
              "system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
              "code" : "UPD",
              "display" : "Unbranded product with no strengths or form"
            }
          }
        ],
        "system" : "http://pbs.gov.au/code/item",
        "code" : "02647H",
        "display" : "BENZYLPENICILLIN"
      },
      {
        "extension" : [
          // Medication generic name (SNOMED)
          {
            "url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
            "valueCoding" : {
              "system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
              "code" : "UPD",
              "display" : "Unbranded product with no strengths or form"
            }
          }
        ],
        "system" : "http://snomed.info/sct",
        "code" : "21332011000036106",
        "display" : "benzylpenicillin"
      },
      {
        "extension" : [
          // Medication brand name (TP Preferred Term)
          {
            "url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
            "valueCoding" : {
              "system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
              "code" : "BPD",
              "display" : "Branded product with no strengths or form"
            }
          }
        ],
        "system" : "http://snomed.info/sct",
        "code" : "3539011000036105",
        "display" : "Benpen"
      },
      {
        "extension" : [
          // Medication form and strength (MPP Preferred Term)
          {
            "url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
            "valueCoding" : {
              "system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
              "code" : "UPDSF",
              "display" : "Unbranded product with strengths and form"
            }
          }
        ],
        "system" : "http://snomed.info/sct",
        "code" : "32753011000036104",
        "display" : "benzylpenicillin 3 g injection, 1 vial"
      },
      {
        "extension" : [
          //  Branded Medication form and strength (TPP Preferred Term)
          {
            "url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
            "valueCoding" : {
              "system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
              "code" : "BPDSF",
              "display" : "Branded product with strengths and form"
            }
          }
        ],
        "system" : "http://snomed.info/sct",
        "code" : "32328011000036106",
        "display" : "Benpen 3 g powder for injection, 1 vial"
      }
    ]
  },
  "manufacturer" : {
    "identifier" : {
      "system" : "http://pbs.gov.au/code/manufacturer",
      "value" : "CS"
    }
  },
  "form" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "129011000036109",
        "display" : "injection"
      }
    ],
    "text" : "Injection"
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "1849011000036104",
            "display" : "benzylpenicillin"
          }
        ]
      },
      "strength" : {
        "numerator" : {
          "value" : 3,
          "unit" : "g"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "unit"
        }
      }
    }
  ]
}