FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Patient |
| Id | Patient-NgPatient-PreAuth-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient NgPatient-PreAuth-001
Last updated: 2024-10-15 09:00:00+0100
Profile: NG Patient
Chika Okafor Male, DoB: 1990-04-21 ( nin)
| Active: | true | ||
| Other Id: | mobile/08031112233 | ||
| Contact Detail | 21 Industrial Area Port Harcourt RI | ||
{
"resourceType": "Patient",
"id": "NgPatient-PreAuth-001",
"meta": {
"lastUpdated": "2024-10-15T09:00:00+01:00",
"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": "23456565514"
},
{
"type": {
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
"code": "MOBILE",
"display": "mobile"
}
]
},
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
"value": "08031112233"
}
],
"active": true,
"name": [
{
"family": "Okafor",
"given": [
"Chika"
]
}
],
"gender": "male",
"birthDate": "1990-04-21",
"address": [
{
"line": [
"21 Industrial Area"
],
"city": "Port Harcourt",
"district": "ri-emohua",
"state": "RI"
}
]
}