FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Patient |
| Id | Patient-00114455-e5f6-4789-a123-456789abcdef.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient 00114455-e5f6-4789-a123-456789abcdef
Last updated: 2025-11-04 08:30:00+0000
Profile: NG Patient
Kemi Adebayo Female, DoB: 1995-02-14 ( nin)
| Active: | true | ||
| Other Ids: |
| ||
| Contact Detail | 15 Ajayi Street Ikeja LA | ||
| : |
| ||
{
"resourceType": "Patient",
"id": "00114455-e5f6-4789-a123-456789abcdef",
"meta": {
"lastUpdated": "2025-11-04T08:30: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": "NIN"
}
]
},
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
"value": "23456789012"
},
{
"type": {
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
"code": "MRN"
}
]
},
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
"value": "ASO-2025-0098"
},
{
"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": "08051234567"
}
],
"active": true,
"name": [
{
"family": "Adebayo",
"given": [
"Kemi"
]
}
],
"gender": "female",
"birthDate": "1995-02-14",
"address": [
{
"line": [
"15 Ajayi Street"
],
"city": "Ikeja",
"district": "la-ikeja",
"state": "LA"
}
],
"contact": [
{
"relationship": [
{
"text": "Mother"
}
],
"name": {
"family": "Adebayo",
"given": [
"Funke"
]
},
"telecom": [
{
"system": "phone",
"value": "+2348059988776"
}
],
"address": {
"city": "Ikeja",
"district": "la-ikeja",
"state": "LA"
}
}
]
}