Zimbabwe EPI IG
0.1.0 - ci-build
Zimbabwe (ZWE)
Zimbabwe EPI IG, published by MOH Zimbabwe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mohcc/fhir-zw-epi-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "immunization1",
"meta" : {
"profile" : [
🔗 "http://mohcc.gov.zw/fhir/epi/StructureDefinition/zw-immunization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization immunization1</b></p><a name=\"immunization1\"> </a><a name=\"hcimmunization1\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-zw-immunization.html\">Zimbabwe Immunization</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 19}\">BCG</span></p><p><b>patient</b>: <code>zw-patient-example</code></p><p><b>occurrence</b>: 1985-06-15</p><p><b>primarySource</b>: true</p><p><b>location</b>: <code>location1</code></p><p><b>lotNumber</b>: BCG-2026-001</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><code>practitioner1</code></td></tr></table></div>"
},
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/cvx",
"code" : "19"
}
],
"text" : "BCG"
},
"patient" : {
"reference" : "zw-patient-example"
},
"occurrenceDateTime" : "1985-06-15",
"primarySource" : true,
"location" : {
"reference" : "location1"
},
"lotNumber" : "BCG-2026-001",
"performer" : [
{
"actor" : {
"reference" : "practitioner1"
}
}
]
}