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

FHIR IG analytics

Packagech.fhir.ig.ch-crl
Resource TypeOrganization
IdOrganization-AbteilungMinimum.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 "AbteilungMinimum"

Profile: CH CRL Organization Department

identifier: id: 76010130

active: true

type: Clinical oncology (SNOMED CT#394592004)

name: Abteilung Minium

telecom: abteilung@minimum.ch

address: Bergstrasse 10 Zürich 8001

partOf: Organization/SpitalMinimum "Spital Minium"


Source1

{
  "resourceType": "Organization",
  "id": "AbteilungMinimum",
  "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": "76010130"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394592004",
          "display": "Clinical oncology"
        }
      ]
    }
  ],
  "name": "Abteilung Minium",
  "telecom": [
    {
      "system": "email",
      "value": "abteilung@minimum.ch"
    }
  ],
  "address": [
    {
      "line": [
        "Bergstrasse 10"
      ],
      "city": "Zürich",
      "postalCode": "8001"
    }
  ],
  "partOf": {
    "reference": "Organization/SpitalMinimum"
  }
}