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

FHIR IG analytics

Packagemyhealth.eu.fhir.core
Resource TypeLocation
IdLocation-c9d0e1f2-a3b4-5678-cdef-789012345678.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

Cardiology Ward - University Hospital Berlin

Source1

{
  "resourceType": "Location",
  "id": "c9d0e1f2-a3b4-5678-cdef-789012345678",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/core/StructureDefinition/location-myhealtheu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/location-ids",
      "value": "LOC-CARDIO-001"
    }
  ],
  "name": "Cardiology Ward",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "CARD",
          "display": "Cardiology clinic"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+49-30-1234568"
    }
  ],
  "address": {
    "line": [
      "Charitéplatz 1"
    ],
    "city": "Berlin",
    "postalCode": "10117",
    "country": "DE"
  },
  "managingOrganization": {
    "reference": "Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"
  }
}