FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Immunization |
| Id | Immunization-00234455-e5f6-4789-a123-456789abcdef.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization 00234455-e5f6-4789-a123-456789abcdef
Profile: NG Immunization
status: Completed
vaccineCode: Rotavirus 1
patient: Suleiman Bala Male, DoB: 2019-09-05 ( birthcert)
occurrence: 2025-09-10 10:05:00+0100
manufacturer: Organization Gwagwalada Model PHC
lotNumber: ROTA25-0045
expirationDate: 2026-04-30
route: Oral
doseQuantity: 2 mL (Details: UCUM codemL = 'mL')
| Actor |
| Practitioner Hauwa Garba |
{
"resourceType": "Immunization",
"id": "00234455-e5f6-4789-a123-456789abcdef",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-immunization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-vaccine-local",
"code": "IMMZ.Z.DE7",
"display": "Rotavirus 1"
}
]
},
"patient": {
"reference": "Patient/NgPatient-003"
},
"occurrenceDateTime": "2025-09-10T10:05:00+01:00",
"manufacturer": {
"reference": "Organization/NgOrganization-003"
},
"lotNumber": "ROTA25-0045",
"expirationDate": "2026-04-30",
"route": {
"text": "Oral"
},
"doseQuantity": {
"value": 2,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"performer": [
{
"actor": {
"reference": "Practitioner/NgPractitioner-003"
}
}
]
}