FHIR IG analytics| Package | fhir.kisumuhie |
| Resource Type | Organization |
| Id | Organization-ksm-organization-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ksm-organization-example
Profile: Service Provider - Facility
identifier: http://moh.kenya/identifier/kmfl-code/12456
active: true
name: Kisumu County Referral Hospital
| Address |
| Kisumu-Busia Road Kisumu Kisumu Kenya |
{
"resourceType": "Organization",
"id": "ksm-organization-example",
"meta": {
"profile": [
"http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://moh.kenya/identifier/kmfl-code",
"value": "12456"
}
],
"active": true,
"name": "Kisumu County Referral Hospital",
"contact": [
{
"address": {
"line": [
"Kisumu-Busia Road"
],
"city": "Kisumu",
"district": "Kisumu Central",
"state": "Kisumu",
"country": "Kenya"
}
}
]
}