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

FHIR IG analytics

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

Profile: CH CRL Organization

identifier: id: 76010130

active: true

type: Healthcare Provider (Organization type#prov)

name: Spital Minium

telecom: ph: 031 512 75 98, spital@minimum.ch

address: Bergstrasse 10 Zürich 8001

Contacts

-ExtensionName
*Hans Muster

Source1

{
  "resourceType": "Organization",
  "id": "SpitalMinimum",
  "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": "76010130"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Spital Minium",
  "telecom": [
    {
      "system": "phone",
      "value": "031 512 75 98"
    },
    {
      "system": "email",
      "value": "spital@minimum.ch"
    }
  ],
  "address": [
    {
      "line": [
        "Bergstrasse 10"
      ],
      "city": "Zürich",
      "postalCode": "8001"
    }
  ],
  "contact": [
    {
      "extension": [
        {
          "url": "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-organization-contact-functionofcontactperson",
          "valueString": "Doctor"
        }
      ],
      "name": {
        "family": "Muster",
        "given": [
          "Hans"
        ]
      }
    }
  ]
}