CH ELM (R4)
1.5.0 - release Switzerland flag

CH ELM (R4), published by Federal Office of Public Health FOPH. This guide is not an authorized publication; it is the continuous build for version 1.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-elm/ and changes regularly. See the Directory of published versions

: 1Org - Kantonsspital ABC - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "1Org-KsAbc",
  "extension" : [
    {
      "url" : "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-ext-department",
      "valueString" : "Abteilung 2"
    }
  ],
  "identifier" : [
    {
      "system" : "urn:oid:2.16.756.5.45",
      "value" : "A99684215"
    }
  ],
  "name" : "Kantonsspital ABC",
  "address" : [
    {
      "line" : [
        "Aortastrasse 22"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Aortastrasse"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "22"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString" : "18"
            }
          ]
        }
      ],
      "city" : "Bern",
      "postalCode" : "3000"
    }
  ]
}