FHIR IG analytics| Package | zw.fhir.ig.epi |
| Resource Type | Immunization |
| Id | Immunization-immunization1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization immunization1
Profile: Zimbabwe Immunization
status: Completed
vaccineCode: BCG
patient: zw-patient-example
occurrence: 1985-06-15
primarySource: true
location: location1
lotNumber: BCG-2026-001
| Actor |
practitioner1 |
{
"resourceType": "Immunization",
"id": "immunization1",
"meta": {
"profile": [
"http://mohcc.gov.zw/fhir/epi/StructureDefinition/zw-immunization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}
]
}