FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | Location |
| Id | Location-example-location-knh-opd.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location example-location-knh-opd
Profile: Kenya Core Location Profile
status: Active
name: KNH Outpatient Clinic
type: Outpatient Clinic
managingOrganization: Organization Kenyatta National Hospital
{
"resourceType": "Location",
"id": "example-location-knh-opd",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "KNH Outpatient Clinic",
"type": [
{
"coding": [
{
"system": "https://fhir.dha.go.ke/ig/core/CodeSystem/LocationTypeCS",
"code": "OUTPATIENT-CLINIC",
"display": "Outpatient Clinic"
}
]
}
],
"managingOrganization": {
"reference": "Organization/example-organization-knh"
}
}