NPHCDA Immunization FHIR IG
0.7.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 0.7.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/NPHCDA-ImmunizationIG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "patient-001",
"meta" : {
"lastUpdated" : "2025-08-16T12:00:00Z",
"profile" : [
🔗 "http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPatient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Patient</b>: Emeka Chinedu (male), born 2023-05-12</p><p><b>Identifiers</b>: MRN: ASOK-MRN-2025-001</p><p><b>Address</b>: No 10, Independence Layout, Enugu State, Nigeria</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs",
"code" : "NIN"
}
]
},
"value" : "12345678901"
},
{
"type" : {
"coding" : [
{
"system" : "http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs",
"code" : "MRN"
}
]
},
"value" : "ASOK-MRN-2025-001"
},
{
"type" : {
"coding" : [
{
"system" : "http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs",
"code" : "IMMNO"
}
]
},
"value" : "NPHCDA-IMM-00123456"
},
{
"type" : {
"coding" : [
{
"system" : "http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs",
"code" : "BIRTHCERT"
}
]
},
"value" : "BCN-2020-90876"
},
{
"type" : {
"coding" : [
{
"system" : "http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs",
"code" : "MOBILE"
}
]
},
"value" : "08031234567"
},
{
"type" : {
"coding" : [
{
"system" : "http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs",
"code" : "INSUR"
}
]
},
"value" : "NHIA-PL-2025-112233"
}
],
"active" : true,
"name" : [
{
"family" : "Okafor",
"given" : [
"Chinedu",
"Emeka"
]
}
],
"gender" : "male",
"birthDate" : "2020-05-15",
"address" : [
{
"line" : [
"No 10, Independence Layout"
],
"city" : "Enugu",
"district" : "en-aninri",
"state" : "EN"
}
],
"contact" : [
{
"relationship" : [
{
"text" : "MOTHER"
}
],
"name" : {
"family" : "Okafor",
"given" : [
"Ngozi"
]
},
"telecom" : [
{
"system" : "phone",
"value" : "08039876543"
}
],
"address" : {
"line" : [
"No 10, Independence Layout"
],
"city" : "Enugu",
"district" : "en-aninri",
"state" : "EN"
}
}
],
"link" : [
{
"other" : {
🔗 "reference" : "RelatedPerson/relatedperson-001"
},
"type" : "seealso"
}
]
}