CH_CRL (v0.2.0)

This page is part of the CH-CRL (R4) (v0.2.0: STU Draft) 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" : "SpitalSeeblickDoktorPatho",
  "meta" : {
    "profile" : [
      "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: SpitalSeeblickDoktorPatho</p><p><b>meta</b>: </p><p><b>identifier</b>: 76010088</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/organization-type code 'prov' = 'Healthcare Provider', given as 'Healthcare Provider'})</span></p><p><b>name</b>: Spital Seeblick</p><p><b>telecom</b>: ph: 031 409 88 60, spital@spital.ch</p><p><b>address</b>: Seeblick 14 Zürich ZH 8005 </p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Name</b></td></tr><tr><td>*</td><td/><td>Doktor Patho </td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.756.5.45",
      "value" : "76010088"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Spital Seeblick",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "031 409 88 60"
    },
    {
      "system" : "email",
      "value" : "spital@spital.ch"
    }
  ],
  "address" : [
    {
      "line" : [
        "Seeblick 14"
      ],
      "city" : "Zürich",
      "state" : "ZH",
      "postalCode" : "8005"
    }
  ],
  "contact" : [
    {
      "extension" : [
        {
          "url" : "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-organization-contact-functionofcontactperson",
          "valueString" : "Pathologe"
        }
      ],
      "name" : {
        "family" : "Patho",
        "given" : [
          "Doktor"
        ]
      }
    }
  ]
}