Zambia Immunizations FHIR Implementation Guide
1.0.0 - STU1 Zambia flag

Zambia Immunizations FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Zambia-Immunizations/ and changes regularly. See the Directory of published versions

: Medication - HPV Vaccine Details - JSON Representation

Raw json | Download


{
  "resourceType" : "Medication",
  "id" : "HPVVaccineExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.zm/fhir/immunizations/StructureDefinition/hpv-vaccine-details"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication HPVVaccineExample</b></p><a name=\"HPVVaccineExample\"> </a><a name=\"hcHPVVaccineExample\"> </a><a name=\"HPVVaccineExample-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://id.who.int/icd11/mms J07BM01}\">J07BM01</span></p><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td></tr><tr><td style=\"display: none\">*</td><td>123</td></tr></table></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://id.who.int/icd11/mms",
        "code" : "J07BM01"
      }
    ]
  },
  "batch" : {
    "lotNumber" : "123"
  }
}