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

FHIR IG analytics

Packagech.fhir.ig.ch-ems
Resource TypeLocation
IdLocation-1-Einsatzort.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Location",
  "id": "1-Einsatzort",
  "name": "Waldrand",
  "address": {
    "city": "Zürich",
    "postalCode": "8044",
    "country": "CH"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "257710009",
        "display": "Street (environment)"
      }
    ],
    "text": "Strasse / öffentlicher Raum"
  },
  "position": {
    "longitude": 8.553192,
    "latitude": 47.392115
  }
}