Zambia Immunizations FHIR Implementation Guide
1.0.1 - ci-build
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.1 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
{
"resourceType" : "Medication",
"id" : "CovaxVaccineExample",
"meta" : {
"profile" : [
🔗 "http://moh.gov.zm/fhir/immunizations/StructureDefinition/covax-vaccine-details"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication CovaxVaccineExample</b></p><a name=\"CovaxVaccineExample\"> </a><a name=\"hcCovaxVaccineExample\"> </a><a name=\"CovaxVaccineExample-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://id.who.int/icd11/mms XM1G90}\">XM1G90</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" : "XM1G90"
}
]
},
"batch" : {
"lotNumber" : "123"
}
}