FHIR IG analytics| Package | ke.fhir.patient-summary |
| Resource Type | Location |
| Id | Location-NairobiClinic.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location NairobiClinic
Profile: Location Profile - KPS
name: Nairobi West Clinic
type: Hospital
address: Ngong Road, Nairobi, Kenya
{
"resourceType": "Location",
"id": "NairobiClinic",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Nairobi West Clinic",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
}
]
}
],
"address": {
"text": "Ngong Road, Nairobi, Kenya",
"city": "Nairobi",
"country": "Kenya"
}
}