FHIR IG analytics| Package | ng.gov.nphcda.immunization |
| Resource Type | Patient |
| Id | Patient-patient-002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Patient: Ifeoma Okeke (female), born 1985-08-25
Identifiers: MRN: LAG-234-8890, Phone: +234-802-555-7890
Address: Surulere, Lagos State, Nigeria
{
"resourceType": "Patient",
"id": "patient-002",
"meta": {
"lastUpdated": "2025-08-16T12:00:00Z",
"profile": [
"https://nphcda.gov.ng/ig/StructureDefinition/NgImmPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "https://nphcda.gov.ng/ig/ValueSet/patient-identifier-cs",
"code": "MRN"
}
]
},
"system": "https://nphcda.gov.ng/ig/ValueSet/patient-identifier-cs",
"value": "ASOK-MRN-2025-219"
},
{
"type": {
"coding": [
{
"system": "https://nphcda.gov.ng/ig/ValueSet/patient-identifier-cs",
"code": "MOBILE"
}
]
},
"system": "https://nphcda.gov.ng/ig/ValueSet/patient-identifier-cs",
"value": "08021234567"
}
],
"active": true,
"name": [
{
"family": "Bello",
"given": [
"Amina"
]
}
],
"gender": "female",
"birthDate": "2023-04-02",
"address": [
{
"line": [
"House 4, Angwan Rimi"
],
"city": "Gindiri",
"district": "kd-giwa",
"state": "KD"
}
],
"contact": [
{
"relationship": [
{
"text": "MOTHER"
}
],
"name": {
"family": "Bello",
"given": [
"Fatima"
]
},
"telecom": [
{
"system": "phone",
"value": "08035551234"
}
]
}
]
}