FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Patient |
| Id | Patient-NgPatient-002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient NgPatient-002
Last updated: 2025-11-04 09:10:00+0000
Profile: NG Patient
Musa Abdullahi Male, DoB: 1987-07-06 ( nin)
| Active: | true | ||
| Other Ids: |
| ||
| Contact Detail | No. 8 Lafia Road Kano KN | ||
| : |
| ||
{
"resourceType": "Patient",
"id": "NgPatient-002",
"meta": {
"lastUpdated": "2025-11-04T09:10: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": "12345678901"
},
{
"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": "KNH-2025-33445"
},
{
"type": {
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
"code": "INSUR"
}
]
},
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
"value": "NHIA-0011223344"
},
{
"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": "08031234567"
}
],
"active": true,
"name": [
{
"family": "Abdullahi",
"given": [
"Musa"
]
}
],
"gender": "male",
"birthDate": "1987-07-06",
"address": [
{
"line": [
"No. 8 Lafia Road"
],
"city": "Kano",
"district": "kn-kano-municipal",
"state": "KN"
}
],
"contact": [
{
"relationship": [
{
"text": "Sister"
}
],
"name": {
"family": "Abdullahi",
"given": [
"Zainab"
]
},
"telecom": [
{
"system": "phone",
"value": "+2348031112233"
}
],
"address": {
"city": "Kano",
"district": "kn-kano-municipal",
"state": "KN"
}
}
]
}