CH EMS (R4)
1.9.0-cibuild - ci-build Switzerland flag

CH EMS (R4), published by IVR Interverband für Rettungswesen. This guide is not an authorized publication; it is the continuous build for version 1.9.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-ems/ and changes regularly. See the Directory of published versions

: 2 Einsatzort - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "2-Einsatzort",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location 2-Einsatzort</b></p><a name=\"2-Einsatzort\"> </a><a name=\"hc2-Einsatzort\"> </a><a name=\"2-Einsatzort-en-US\"> </a><p><b>name</b>: Sternen Oerlikon</p><p><b>address</b>: Schaffhauserstr. 350 Zürich 8050 CH </p></div>"
  },
  "name" : "Sternen Oerlikon",
  "address" : {
    "line" : [
      "Schaffhauserstr. 350"
    ],
    "city" : "Zürich",
    "postalCode" : "8050",
    "country" : "CH"
  }
}