FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | Organization |
| Id | Organization-example-organization-knh.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example-organization-knh
Profile: KenyaCore Organization Profile
identifier: https://fhir.sha.go.ke/fhir/license/provider-license/PL-2024-00123 (use: official, )
active: true
type: Hospital
name: Kenyatta National Hospital
telecom: +254202726300
address: Nairobi
{
"resourceType": "Organization",
"id": "example-organization-knh",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://fhir.sha.go.ke/fhir/license/provider-license",
"value": "PL-2024-00123"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "https://fhir.dha.go.ke/ig/core/CodeSystem/OrganizationTypeCS",
"code": "HOSPITAL",
"display": "Hospital"
}
]
}
],
"name": "Kenyatta National Hospital",
"telecom": [
{
"system": "phone",
"value": "+254202726300"
}
],
"address": [
{
"city": "Nairobi",
"district": "Nairobi"
}
]
}