{
  "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
  }
}