CH ELM (R4)
1.3.1 - 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.3.1 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

: Org: Orderer with BER and UIDB - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "Organization-OrdererWithBERUIDB",
  "identifier" : [
    {
      "system" : "urn:oid:2.16.756.5.35",
      "value" : "CHE109322551"
    },
    {
      "system" : "urn:oid:2.16.756.5.45",
      "value" : "A62088168"
    }
  ],
  "name" : "Praxis Dr. Hauser",
  "address" : [
    {
      "line" : [
        "Hauptstrasse 10"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Hauptstrasse"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "10"
            }
          ]
        }
      ],
      "city" : "Solothurn",
      "postalCode" : "4500"
    }
  ]
}