CH_CRL (v0.2.1)

This page is part of the CH-CRL (R4) (v0.2.1: STU) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions


{
  "resourceType" : "Organization",
  "id" : "AbteilungGastro",
  "meta" : {
    "profile" : [
      "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-organization-department"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: AbteilungGastro</p><p><b>meta</b>: </p><p><b>identifier</b>: 76010088</p><p><b>active</b>: true</p><p><b>type</b>: Gastroenterology <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '394584008' = '394584008', given as 'Gastroenterology'})</span></p><p><b>name</b>: Abteilung Gastroenterologie</p><p><b>telecom</b>: gastro@spital.ch</p><p><b>address</b>: Bergstrasse 11 Zürich 8002 </p><p><b>partOf</b>: <a href=\"Organization-SpitalSeeblickDoktorGastro.html\">Generated Summary: id: SpitalSeeblickDoktorGastro; 76010088; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: Spital Seeblick; ph: 031 409 88 60, spital@spital.ch</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.756.5.45",
      "value" : "76010088"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394584008",
          "display" : "Gastroenterology"
        }
      ]
    }
  ],
  "name" : "Abteilung Gastroenterologie",
  "telecom" : [
    {
      "system" : "email",
      "value" : "gastro@spital.ch"
    }
  ],
  "address" : [
    {
      "line" : [
        "Bergstrasse 11"
      ],
      "city" : "Zürich",
      "postalCode" : "8002"
    }
  ],
  "partOf" : {
    "reference" : "Organization/SpitalSeeblickDoktorGastro"
  }
}