{
  "resourceType": "Location",
  "id": "example-death-location",
  "name": "Example Hospital",
  "description": "Example Hospital Wing B",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/ValueSet/v3-ServiceDeliveryLocationRoleType",
        "code": "HOSP",
        "display": "Hospital"
      }
    ]
  },
  "address": {
    "line": [
      "8 Example Street"
    ],
    "city": "Bedford",
    "district": "Middlesex",
    "state": "Massachusetts",
    "postalCode": "01730",
    "country": "United States"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/ValueSet/location-physical-type",
        "code": "wa",
        "display": "Ward"
      }
    ]
  }
}