Vital Records Medicolegal Death Investigation (MDI) FHIR Implementation Guide
2.0.0-snapshot1 - Pre-publication Snapshot version of STU2 United States of America flag

This page is part of the Medicolegal Death Investigation (MDI) (v2.0.0-snapshot1: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: Location - Death - Freeman address string - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="location-death-string"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Location </b><a name="location-death-string"> </a><a name="hclocation-death-string"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">ResourceLocation &quot;location-death-string&quot; </p><p style="margin-bottom: 0px">Profile: <a href="https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-death-location.html">Death Location</a></p></div><p><b>identifier</b>: <code>http://www.acme.org/location</code>/29</p><p><b>status</b>: active</p><p><b>name</b>: Atlanta GA Death Location - Freeman (address string)</p><p><b>type</b>: Death Location <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://build.fhir.org/ig/HL7/vrdr/CodeSystem-vrdr-location-type-cs.html">Location Type</a>#death)</span></p><p><b>address</b>: 400 Windstream Street, Atlanta, GA(home)</p></div>
  </text>
  <identifier>
    <system value="http://www.acme.org/location"/>
    <value value="29"/>
  </identifier>
  <status value="active"/>
  <name value="Atlanta GA Death Location - Freeman (address string)"/>
  <type>
    <coding>
      <system
              value="http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs"/>
      <code value="death"/>
    </coding>
  </type>
  <address>
    <use value="home"/>
    <type value="physical"/>
    <text value="400 Windstream Street, Atlanta, GA"/>
  </address>
</Location>