FHIR IG analytics| Package | zm-core |
| Resource Type | Organization |
| Id | Organization-ExampleZMCoreOrganization.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ExampleZMCoreOrganization
ZM-Core Facility Registry Status: Operational
identifier: http://hapi.moh.gov.zm/fhir/sid/hmis-facility-code/50060042, http://hapi.moh.gov.zm/fhir/sid/dhis2-organisation-unit-uid/HvCdWhbVEvI, http://hapi.moh.gov.zm/fhir/sid/smartcare-facility-id/5b00f2acd13f48b783ef90cb1f32e068, http://hapi.moh.gov.zm/fhir/sid/ihris-facility-id/facility|1022
active: true
type: Hospital - Level 1, Government of the Republic of Zambia
name: Chilenje First Level Hospital
| Purpose | Telecom | Address |
| General enquiries | +260 211 123456 | Lusaka Lusaka Province ZM |
{
"resourceType": "Organization",
"id": "ExampleZMCoreOrganization",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-facility-organization"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-facility-registry-status",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hapi.moh.gov.zm/fhir/CodeSystem/facility-registry-status",
"code": "operational",
"display": "Operational"
}
]
}
}
],
"identifier": [
{
"system": "http://hapi.moh.gov.zm/fhir/sid/hmis-facility-code",
"value": "50060042"
},
{
"system": "http://hapi.moh.gov.zm/fhir/sid/dhis2-organisation-unit-uid",
"value": "HvCdWhbVEvI"
},
{
"system": "http://hapi.moh.gov.zm/fhir/sid/smartcare-facility-id",
"value": "5b00f2acd13f48b783ef90cb1f32e068"
},
{
"system": "http://hapi.moh.gov.zm/fhir/sid/ihris-facility-id",
"value": "facility|1022"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://hapi.moh.gov.zm/fhir/CodeSystem/facility-type",
"code": "hospital-level-1",
"display": "Hospital - Level 1"
}
]
},
{
"coding": [
{
"system": "http://hapi.moh.gov.zm/fhir/CodeSystem/facility-ownership",
"code": "grz",
"display": "Government of the Republic of Zambia"
}
]
}
],
"name": "Chilenje First Level Hospital",
"contact": [
{
"purpose": {
"text": "General enquiries"
},
"telecom": [
{
"system": "phone",
"value": "+260 211 123456"
}
],
"address": {
"city": "Lusaka",
"district": "Lusaka",
"state": "Lusaka Province",
"country": "ZM"
}
}
]
}