FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Patient |
| Id | Patient-Patient-Chika-Okafor.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Patient-Chika-Okafor
Last updated: 2025-11-06 23:47:00+0100
Profile: NG Patient
Chika Okafor Male, DoB: 1985-06-15 ( mobile: 08045678901)
| Active: | true | ||
| Contact Detail | Industrial Area Port Harcourt RI | ||
{
"resourceType": "Patient",
"id": "Patient-Chika-Okafor",
"meta": {
"lastUpdated": "2025-11-06T23:47: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": "MOBILE",
"display": "mobile"
}
]
},
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
"value": "08045678901"
}
],
"active": true,
"name": [
{
"family": "Okafor",
"given": [
"Chika"
]
}
],
"gender": "male",
"birthDate": "1985-06-15",
"address": [
{
"line": [
"Industrial Area"
],
"city": "Port Harcourt",
"district": "ri-emohua",
"state": "RI"
}
]
}