FHIR IG analytics| Package | zm-core |
| Resource Type | Location |
| Id | Location-ExampleZMCoreLocation.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location ExampleZMCoreLocation
Profile: ZM-Core Location Profile
identifier: http://hapi.moh.gov.zm/fhir/sid/facility-id/HF001
status: Active
name: University Teaching Hospital
mode: Instance
type: Hospital
address: Lusaka ZM
managingOrganization: Organization Chilenje First Level Hospital
{
"resourceType": "Location",
"id": "ExampleZMCoreLocation",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hapi.moh.gov.zm/fhir/sid/facility-id",
"value": "HF001"
}
],
"status": "active",
"name": "University Teaching Hospital",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
}
]
}
],
"address": {
"city": "Lusaka",
"country": "ZM"
},
"managingOrganization": {
"reference": "Organization/ExampleZMCoreOrganization"
}
}