NPHCDA Immunization FHIR IG
1.0.0 - ci-build
NPHCDA Immunization FHIR IG, published by https://nphcda.gov.ng. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/ImmunizationIG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "ExampleNgImmImmunizationNotDone",
"meta" : {
"profile" : [
🔗 "http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmImmunization"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ExampleNgImmImmunizationNotDone</b></p><a name=\"ExampleNgImmImmunizationNotDone\"> </a><a name=\"hcExampleNgImmImmunizationNotDone\"> </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-NgImmImmunization.html\">NG-Imm Immunization</a></p></div><p><b>NG-Imm Digital Signature</b>: signed-by-nurse-chinedu</p><p><b>NG-Imm Session Type</b>: <span title=\"Codes:{http://nphcda.gov.ng/fhir/CodeSystem/ng-session-type outreach}\">outreach</span></p><p><b>NG-Imm Vaccine Contraindications</b>: <span title=\"Codes:{http://snomed.info/sct 386661006}\">Fever</span></p><p><b>identifier</b>: <code>https://nphcda.gov.ng/imm-registry</code>/IMM-2025-0010</p><p><b>status</b>: Not Done</p><p><b>statusReason</b>: <span title=\"Codes:{http://nphcda.gov.ng/fhir/ValueSet/ng-immunization-notdone-reasons fever}\">fever</span></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 130}\">Pentavalent Vaccine</span></p><p><b>patient</b>: <a href=\"Patient/NgImmPatient-004\">Patient/NgImmPatient-004</a></p><p><b>occurrence</b>: 2025-06-20 09:30:00+0100</p><p><b>manufacturer</b>: <a href=\"Organization/gavi-vax-001\">GAVI Partner Vax Ltd</a></p><p><b>lotNumber</b>: PENTA-2025-BATCH99</p><p><b>expirationDate</b>: 2025-11-30</p><p><b>site</b>: <span title=\"Codes:\">RA</span></p><p><b>route</b>: <span title=\"Codes:\">intramuscular</span></p><p><b>doseQuantity</b>: 0.5 mL</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Adminstering Provider</span></td><td><a href=\"Practitioner/nurse-chinedu\">Nurse Chinedu Umeh</a></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://nphcda.gov.ng/ig/immunization/StructureDefinition/signature",
"valueString" : "signed-by-nurse-chinedu"
},
{
"url" : "http://nphcda.gov.ng/ig/immunization/StructureDefinition/session-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://nphcda.gov.ng/fhir/CodeSystem/ng-session-type",
"code" : "outreach"
}
]
}
},
{
"url" : "http://nphcda.gov.ng/ig/immunization/StructureDefinition/contraindications",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "386661006",
"display" : "Fever"
}
]
}
}
],
"identifier" : [
{
"system" : "https://nphcda.gov.ng/imm-registry",
"value" : "IMM-2025-0010"
}
],
"status" : "not-done",
"statusReason" : {
"coding" : [
{
"system" : "http://nphcda.gov.ng/fhir/ValueSet/ng-immunization-notdone-reasons",
"code" : "fever"
}
]
},
"vaccineCode" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/cvx",
"code" : "130",
"display" : "Pentavalent"
}
],
"text" : "Pentavalent Vaccine"
},
"patient" : {
"reference" : "Patient/NgImmPatient-004"
},
"occurrenceDateTime" : "2025-06-20T09:30:00+01:00",
"manufacturer" : {
"reference" : "Organization/gavi-vax-001",
"display" : "GAVI Partner Vax Ltd"
},
"lotNumber" : "PENTA-2025-BATCH99",
"expirationDate" : "2025-11-30",
"site" : {
"coding" : [
{
"code" : "RA"
}
]
},
"route" : {
"coding" : [
{
"code" : "intramuscular"
}
]
},
"doseQuantity" : {
"value" : 0.5,
"unit" : "mL"
},
"performer" : [
{
"function" : {
"text" : "Adminstering Provider"
},
"actor" : {
"reference" : "Practitioner/nurse-chinedu",
"display" : "Nurse Chinedu Umeh"
}
}
]
}