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
This content is an example of the NG-Imm-C5 RegisterClient Logical Model and is not a FHIR Resource
{
"resourceType": "https://nphcda.gov.ng/ig/StructureDefinition/register-client-model",
"name": {
"family": "Okafor",
"given": "Amaka"
},
"weightAtBirth": {
"value": 3.2,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
},
"address": {
"residentialAddress": "No. 12 Independence Layout",
"houseNumber": "12",
"village": "Independence",
"town": "Enugu",
"ward": {
"coding": [
{
"code": "en-agwu",
"system": "http://nphcda.gov.ng/ValueSet/NGWardsVS",
"display": "Agwu"
}
]
},
"lga": {
"coding": [
{
"code": "en-awgu",
"system": "http://nphcda.gov.ng/ValueSet/NGLGAsVS",
"display": "Awgu LGA"
}
]
},
"state": {
"coding": [
{
"code": "EN",
"system": "http://nphcda.gov.ng/ValueSet/NGStatesVS",
"display": "Enugu"
}
]
}
},
"contact": [
{
"name": {
"family": "Okafor",
"given": "Ngozi"
},
"telecom": [
{
"system": "phone",
"value": "+2348012345678"
}
],
"relationship": {
"text": "Mother"
}
}
],
"otherChildren": [
{
"name": "Chidi Okafor",
"birthYear": 2019,
"sex": {
"coding": [
{
"code": "male",
"system": "http://nphcda.gov.ng/ValueSet/NGGenderVS",
"display": "Male"
}
]
}
}
],
"identifier": "CLI-2025-0001",
"sex": {
"coding": [
{
"code": "female",
"system": "http://nphcda.gov.ng/ValueSet/NGGenderVS",
"display": "Female"
}
]
},
"dateOfBirth": "2021-05-12",
"ageInYears": 4,
"healthStatus": {
"coding": [
{
"code": "healthy",
"system": "http://nphcda.gov.ng/ValueSet/NGSiblingHealthStatusVS",
"display": "Healthy"
}
]
},
"hivStatus": {
"coding": [
{
"code": "negative",
"system": "http://nphcda.gov.ng/ValueSet/NGHivStatusVS",
"display": "Negative"
}
]
},
"pregnancyStatus": {
"coding": [
{
"code": "notpregnant",
"system": "http://nphcda.gov.ng/ValueSet/NGPregnancyStatusVS",
"display": "Not Pregnant"
}
]
}
}