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

FHIR IG analytics

Packagech.fhir.ig.ch-epreg
Resource TypeOrganization
IdOrganization-fbe019f1-6574-40be-940f-d03da0c743db.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: Organization fbe019f1-6574-40be-940f-d03da0c743db

Language: de-CH

name: Geburtsklinik 'Willkommen auf der Welt'

telecom: geburtsklinik@example.com, +41 79 555 55 55, +41 55 555 55 55

address: Klinikstrasse 1 Musterhausen 8888 Schweiz


Source1

{
  "resourceType": "Organization",
  "id": "fbe019f1-6574-40be-940f-d03da0c743db",
  "language": "de-CH",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "Geburtsklinik 'Willkommen auf der Welt'",
  "telecom": [
    {
      "system": "email",
      "value": "geburtsklinik@example.com"
    },
    {
      "system": "phone",
      "value": "+41 79 555 55 55",
      "use": "mobile"
    },
    {
      "system": "phone",
      "value": "+41 55 555 55 55",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Klinikstrasse 1"
      ],
      "city": "Musterhausen",
      "postalCode": "8888",
      "country": "Schweiz"
    }
  ]
}