FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeLocation
IdLocation-loc-brno-hospital.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location loc-brno-hospital

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


Source1

{
  "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"
  }
}