FHIR IG analytics| Package | fhir.kisumuhie |
| Resource Type | Patient |
| Id | Patient-KisumuPatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient KisumuPatientExample
Profile: Patient - Kisumu Patient
Achieng Grace Odhiambo Female, DoB: 1990-04-23 ( http://moh.kenya/identifier/nationalID-no#12345678)
| Active: | true | Marital Status: | Married | ||
| Other Ids: |
| ||||
| Contact Detail |
| ||||
| Links: |
| ||||
{
"resourceType": "Patient",
"id": "KisumuPatientExample",
"meta": {
"profile": [
"http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://moh.kenya/identifier/nationalID-no",
"value": "12345678"
},
{
"system": "http://moh.kenya/identifier/NUPI",
"value": "NUPI-00123456789"
},
{
"system": "http://moh.kenya/identifier/passport-No",
"value": "KE1234567"
},
{
"system": "http://moh.kenya/identifier/birthCertificate-No",
"value": "BC-19900423-XYZ"
},
{
"system": "http://moh.kenya/identifier/birthNotification-No",
"value": "BN-19900423-XYZ"
}
],
"active": true,
"name": [
{
"family": "Odhiambo",
"given": [
"Achieng",
"Grace"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+254712345678"
}
],
"gender": "female",
"birthDate": "1990-04-23",
"address": [
{
"text": "Nyamasaria, Kisumu East, Kisumu County, Kenya",
"line": [
"Milimani Estate",
"Hse 13"
],
"city": "Nyamasaria",
"district": "Kisumu East",
"state": "Kisumu",
"postalCode": "40100",
"country": "Kenya"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M"
}
]
},
"managingOrganization": {
"reference": "Organization/ksm-organization-example"
}
}