FHIR IG analytics| Package | fhir.kenyaPSIG |
| Resource Type | Patient |
| Id | Patient-PatientKPS.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientKPS
Profile: Patient Profile - KPS version: 0.1.0
Amina Mohamed Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#NationalIdIdentifierNamingSystem#12345678)
| Contact Detail |
| ||
| Next-of-Kin: |
| ||
{
"resourceType": "Patient",
"id": "PatientKPS",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-patient|0.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://moh.kenya/identifier/nationalID-no",
"value": "12345678"
}
],
"name": [
{
"family": "Mohamed",
"given": [
"Amina"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+254700123456",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1992-03-25",
"address": [
{
"line": [
"Limuru Road"
],
"city": "Parklands",
"district": "Westlands",
"state": "Nairobi",
"postalCode": "00100",
"country": "KE"
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N"
}
]
}
],
"name": {
"family": "Abdullahi",
"given": [
"Fatuma"
]
},
"telecom": [
{
"system": "phone",
"value": "+254711223344",
"use": "mobile"
}
]
}
]
}