{
  "resourceType" : "Medication",
  "id" : "benzylpenicillin-01",
  "meta" : {
    "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 class=\"res-header-id\"><b>Generated Narrative: Medication benzylpenicillin-01</b></p><a name=\"benzylpenicillin-01\"> </a><a name=\"hcbenzylpenicillin-01\"> </a><a name=\"benzylpenicillin-01-en-AU\"> </a><p><b>code</b>: <span title=\"Codes:{http://pbs.gov.au/code/item 02647H}, {http://snomed.info/sct 21332011000036106}, {http://snomed.info/sct 32753011000036104}\">BENZYLPENICILLIN</span></p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 129011000036109}\">Injection</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><span title=\"Codes:{http://snomed.info/sct 1849011000036104}\">benzylpenicillin</span></td><td>3 g/1 unit</td></tr></table></div>"
  },
  "code" : {
    "coding" : [{
      "extension" : [{
        "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" : [{
        "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" : [{
        "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"
    }]
  },
  "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"
      }
    }
  }]
}