CH ELM (R4)
1.9.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.9.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

: 1Pract - Giacometti - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "1cPract-KsAbc",
  "name" : [
    {
      "family" : "Giacometti",
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
              "valueCode" : "unknown"
            }
          ]
        }
      ]
    }
  ],
  "address" : [
    {
      "city" : "Bern",
      "postalCode" : "3000"
    }
  ]
}