CH EKM (R4)
0.0.1 - ci-build Switzerland flag

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

: ChEkmOrganizationBrokerExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ChEkmOrganizationBrokerExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ChEkmOrganizationBrokerExample</b></p><a name=\"ChEkmOrganizationBrokerExample\"> </a><a name=\"hcChEkmOrganizationBrokerExample\"> </a><p><b>identifier</b>: <a href=\"http://fhir.ch/ig/ch-term/3.3.0/NamingSystem-gln.html\" title=\"Each healthcare partner (natural or legal person) is referenced with a unique code of type GLN (former name: EAN code) of the [GS1](https://www.gs1.ch/de/home) system, see [refdata](https://www.refdata.ch/).\">GLN</a>/7601000435333, <a href=\"http://fhir.ch/ig/ch-term/3.3.0/NamingSystem-ber.html\" title=\"The Business and Enterprise Register (BER) contains all enterprises and business in private and public law which are domiciled and exercise an economic activity in Switzerland.                       French: (REE) Registre des entreprises et des établissements.                        German: (BUR) Betriebs- und Unternehmensregister,                       Italian: (RIS) Registro delle imprese e degli stabilimenti.\">BER</a>/A99085500</p><p><b>name</b>: DataSan AG</p><p><b>telecom</b>: <a href=\"tel:+35436544332\">+35 43 654 43 32</a>, <a href=\"mailto:input@output.org\">input@output.org</a></p><p><b>address</b>: Bitstrasse 128 Gatiburg 1010 </p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.51.1.3",
      "value" : "7601000435333"
    },
    {
      "system" : "urn:oid:2.16.756.5.45",
      "value" : "A99085500"
    }
  ],
  "name" : "DataSan AG",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+35 43 654 43 32"
    },
    {
      "system" : "email",
      "value" : "input@output.org"
    }
  ],
  "address" : [
    {
      "line" : [
        "Bitstrasse 128"
      ],
      "city" : "Gatiburg",
      "postalCode" : "1010"
    }
  ]
}