FHIR IG analytics| Package | ng.gov.nphcda.immunization |
| Resource Type | Immunization |
| Id | Immunization-immunization-003.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization immunization-003
Profile: NG-Imm Immunization
status: Completed
vaccineCode: Inactivated Polio Vaccine (IPV 2)
patient: Amina Bello Female, DoB: 2023-04-02 ( MRN)
occurrence: 2025-08-12 09:00:00+0100
lotNumber: OPV-LOT-2025-045
expirationDate: 2027-06-30
site: left hand
route: Swallow, oral
doseQuantity: 2 drops (Details: UCUM code{drops} = '{drops}')
| Function | Actor |
| Vaccinator | Practitioner Musa Abdullahi |
{
"resourceType": "Immunization",
"id": "immunization-003",
"meta": {
"profile": [
"https://nphcda.gov.ng/ig/StructureDefinition/NgImmImmunization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "https://nphcda.gov.ng/ig/CodeSystem/ng-vaccine-local",
"code": "IMMZ.Z.DE17",
"display": "Inactivated Polio Vaccine (IPV 2)"
}
]
},
"patient": {
"reference": "Patient/patient-002"
},
"occurrenceDateTime": "2025-08-12T09:00:00+01:00",
"lotNumber": "OPV-LOT-2025-045",
"expirationDate": "2027-06-30",
"site": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
"code": "LH",
"display": "left hand"
}
]
},
"route": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
"code": "PO",
"display": "Swallow, oral"
}
]
},
"doseQuantity": {
"value": 2,
"unit": "drops",
"system": "http://unitsofmeasure.org",
"code": "{drops}"
},
"performer": [
{
"function": {
"text": "Vaccinator"
},
"actor": {
"reference": "Practitioner/practitioner-002"
}
}
]
}