FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-crl
Resource TypeOrganization
IdOrganization-AbteilungGastro.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative

Resource "AbteilungGastro"

Profile: CH CRL Organization Department

identifier: id: 76010088

active: true

type: Gastroenterology (SNOMED CT#394584008)

name: Abteilung Gastroenterologie

telecom: gastro@spital.ch

address: Bergstrasse 11 Zürich 8002

partOf: Organization/SpitalSeeblickDoktorGastro "Spital Seeblick"


Source1

{
  "resourceType": "Organization",
  "id": "AbteilungGastro",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-organization-department"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}