US Situational Awareness Framework for Reporting (US SAFR) Implementation Guide
1.0.0 - STU 1 ballot United States of America flag

US Situational Awareness Framework for Reporting (US SAFR) Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-safr/ and changes regularly. See the Directory of published versions

: Location - Hospital Facility Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="MemorialHospitalFacility"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location MemorialHospitalFacility</b></p><a name="MemorialHospitalFacility"> </a><a name="hcMemorialHospitalFacility"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/qicore/STU6/StructureDefinition-qicore-location.html">QICore Location</a></p></div><p><b>identifier</b>: <code>http://example.org/fhir/location-identifier</code>/MEM-MAIN</p><p><b>status</b>: Active</p><p><b>name</b>: Memorial Hospital Main Campus</p><p><b>description</b>: Main hospital campus including ICU, ED, and Pediatric units</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}">Hospital</span></p><p><b>address</b>: 123 Healthcare Drive Springfield IL 62701 USA </p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}">Building</span></p><p><b>managingOrganization</b>: <a href="Bundle-HRDMeasureReportBundle.html#urn-uuid-4c83e586-1277-4132-9b4e-3d1c14d38981">Bundle: type = collection; timestamp = 2025-03-05 08:15:00-0500</a></p></div>
  </text>
  <identifier>
    <system value="http://example.org/fhir/location-identifier"/>
    <value value="MEM-MAIN"/>
  </identifier>
  <status value="active"/>
  <name value="Memorial Hospital Main Campus"/>
  <description
               value="Main hospital campus including ICU, ED, and Pediatric units"/>
  <mode value="instance"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="HOSP"/>
      <display value="Hospital"/>
    </coding>
  </type>
  <address>
    <line value="123 Healthcare Drive"/>
    <city value="Springfield"/>
    <state value="IL"/>
    <postalCode value="62701"/>
    <country value="USA"/>
  </address>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <version value="2.0.1"/>
      <code value="bu"/>
      <display value="Building"/>
    </coding>
  </physicalType>
  <managingOrganization>
    <reference value="urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38981"/>
  </managingOrganization>
</Location>