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

FHIR IG analytics

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

Profile: CH CRL Organization

identifier: id: 76010088

active: true

type: Healthcare Provider (Organization type#prov)

name: Spital Seeblick

telecom: ph: 031 409 88 60, spital@spital.ch

address: Seeblick 14 Zürich ZH 8005

Contacts

-ExtensionName
*Hans Egli

Source1

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