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

FHIR IG analytics

Packagech.fhir.ig.ch-etoc
Resource TypeLocation
IdLocation-LocationHospitalStay.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: Location LocationHospitalStay

name: Innere Medizin Happy Hospital

telecom: +41 44 412 65 56

address: Kantonsstrasse 133 Zürich 8000 Schweiz


Source1

{
  "resourceType": "Location",
  "id": "LocationHospitalStay",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "Innere Medizin Happy Hospital",
  "telecom": [
    {
      "system": "phone",
      "value": "+41 44 412 65 56"
    }
  ],
  "address": {
    "line": [
      "Kantonsstrasse 133"
    ],
    "city": "Zürich",
    "postalCode": "8000",
    "country": "Schweiz"
  }
}