FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | Location |
| Id | Location-loc-brno-hospital.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location loc-brno-hospital
Profile: Location (CZ core)
status: Active
name: Mestska nemocnice Brno
description: Hlavni areal Mestske nemocnice Brno
telecom: +420543111222
address: Kvetna 15, 60200 Brno, Ceska republika(work)
physicalType: Building
managingOrganization: Organization Mestska nemocnice Brno
{
"resourceType": "Location",
"id": "loc-brno-hospital",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/cz-location-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Mestska nemocnice Brno",
"description": "Hlavni areal Mestske nemocnice Brno",
"telecom": [
{
"system": "phone",
"value": "+420543111222",
"use": "work"
}
],
"address": {
"use": "work",
"type": "both",
"text": "Kvetna 15, 60200 Brno, Ceska republika",
"line": [
"Kvetna 15"
],
"city": "Brno",
"postalCode": "60200",
"country": "CZ"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "bu"
}
]
},
"managingOrganization": {
"reference": "Organization/d4545f84-0d58-4f6f-a50a-2f2ea2ea4dc4"
}
}