FHIR IG analytics| Package | zm-core |
| Resource Type | Immunization |
| Id | Immunization-ExampleZMCoreImmunization.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization ExampleZMCoreImmunization
Profile: ZM-Core Immunization Profile
status: Completed
vaccineCode: BCG vaccine
lotNumber: BCG-LOT-001
patient: John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)
occurrence: 2026-08-08 10:00:00+0200
primarySource: true
location: Location University Teaching Hospital
route: Intradermal route
doseQuantity: 0.05 mL (Details: UCUM codemL = 'mL')
| Actor |
| Practitioner Mary Chipo Phiri (official) |
| DoseNumber |
| 1 |
{
"resourceType": "Immunization",
"id": "ExampleZMCoreImmunization",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-immunization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"vaccineCode": {
"text": "BCG vaccine"
},
"lotNumber": "BCG-LOT-001",
"patient": {
"reference": "Patient/ExampleZMCorePatient"
},
"encounter": {
"reference": "Encounter/ExampleZMCoreEncounter"
},
"occurrenceDateTime": "2026-08-08T10:00:00+02:00",
"primarySource": true,
"location": {
"reference": "Location/ExampleZMCoreLocation"
},
"route": {
"text": "Intradermal route"
},
"doseQuantity": {
"value": 0.05,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"performer": [
{
"actor": {
"reference": "Practitioner/ExampleZMCorePractitioner"
}
}
],
"protocolApplied": [
{
"doseNumber": "1"
}
]
}