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