FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Patient |
| Id | Patient-NgPatient-003.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient NgPatient-003
Last updated: 2025-11-04 11:45:00+0000
Profile: NG Patient
Suleiman Bala Male, DoB: 2019-09-05 ( birthcert)
| Active: | true | ||
| Other Id: | mobile/08123456789 | ||
| Contact Detail | Plot 7, Mabushi Abuja FC | ||
| : |
| ||
{
"resourceType": "Patient",
"id": "NgPatient-003",
"meta": {
"lastUpdated": "2025-11-04T11:45:00Z",
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
"code": "BIRTHCERT"
}
]
},
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
"value": "NPC-FCT-2019-004321"
},
{
"type": {
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
"code": "MOBILE"
}
]
},
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
"value": "08123456789"
}
],
"active": true,
"name": [
{
"family": "Bala",
"given": [
"Suleiman"
]
}
],
"gender": "male",
"birthDate": "2019-09-05",
"address": [
{
"line": [
"Plot 7, Mabushi"
],
"city": "Abuja",
"district": "fc-municipal",
"state": "FC"
}
],
"contact": [
{
"relationship": [
{
"text": "MOTHER"
}
],
"name": {
"family": "Bala",
"given": [
"Aisha"
]
},
"telecom": [
{
"system": "phone",
"value": "+2348122223344"
}
],
"address": {
"city": "Abuja",
"district": "fc-municipal",
"state": "FC"
}
}
]
}