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

This page is part of the US Situational Awareness Framework for Reporting (US SAFR) Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Organization - Submitting Hospital Organization Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="MemorialHospitalOrganization"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/safr/StructureDefinition/us-safr-submitting-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization MemorialHospitalOrganization</b></p><a name="MemorialHospitalOrganization"> </a><a name="hcMemorialHospitalOrganization"> </a><a name="MemorialHospitalOrganization-en-US"> </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="StructureDefinition-us-safr-submitting-organization.html">US SAFR Submitting Organization</a></p></div><p><b>identifier</b>: <a href="http://terminology.hl7.org/6.2.0/NamingSystem-npi.html" title="National Provider Identifier">United States National Provider Identifier</a>/9941339100, <code>https://www.cdc.gov/nhsn/OrgID</code>/?ngen-9?</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span></p><p><b>name</b>: Memorial Hospital</p><p><b>telecom</b>: <a href="tel:+1-555-123-4567">+1-555-123-4567</a></p><p><b>address</b>: 123 Healthcare Drive Springfield IL 62701 USA </p></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="9941339100"/>
  </identifier>
  <identifier>
    <system value="https://www.cdc.gov/nhsn/OrgID"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
  </type>
  <name value="Memorial Hospital"/>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-123-4567"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="123 Healthcare Drive"/>
    <city value="Springfield"/>
    <state value="IL"/>
    <postalCode value="62701"/>
    <country value="USA"/>
  </address>
</Organization>