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

: ChEkmOrganizationLabExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ChEkmOrganizationLabExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ChEkmOrganizationLabExample</b></p><a name=\"ChEkmOrganizationLabExample\"> </a><a name=\"hcChEkmOrganizationLabExample\"> </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>/7601000435111, <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>/A99082200</p><p><b>name</b>: LabSan GmbH</p><p><b>telecom</b>: <a href=\"tel:+36879876543\">+36 87 987 65 43</a>, <a href=\"mailto:patho@automation.org\">patho@automation.org</a></p><p><b>address</b>: Petriweg 88 Rumplikon 7575 </p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.51.1.3",
      "value" : "7601000435111"
    },
    {
      "system" : "urn:oid:2.16.756.5.45",
      "value" : "A99082200"
    }
  ],
  "name" : "LabSan GmbH",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+36 87 987 65 43"
    },
    {
      "system" : "email",
      "value" : "patho@automation.org"
    }
  ],
  "address" : [
    {
      "line" : [
        "Petriweg 88"
      ],
      "city" : "Rumplikon",
      "postalCode" : "7575"
    }
  ]
}