HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.2 - STU 2 United States of America flag

This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: RR Routing Entity Organization Example: Health Authority West Routing Entity - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="organization-rr-routing-entity-haw"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/rr-routing-entity-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization organization-rr-routing-entity-haw</b></p><a name="organization-rr-routing-entity-haw"> </a><a name="hcorganization-rr-routing-entity-haw"> </a><a name="organization-rr-routing-entity-haw-en-US"> </a><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/43214321</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{urn:oid:2.16.840.1.114222.4.5.232 RR7}">Routing Entity</span></p><p><b>name</b>: Health Authority West Routing Entity</p><p><b>telecom</b>: <a href="tel:+1-555-555-3555">+1-555-555-3555</a>, <a href="mailto:mail@healthauthoritywest.gov">mail@healthauthoritywest.gov</a></p><p><b>address</b>: 7777 Health Authority Drive Ann Arbor MI 99999 </p></div>
  </text>
  <identifier>
    <system value="http://hl7.org.fhir/sid/us-npi"/>
    <value value="43214321"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="urn:oid:2.16.840.1.114222.4.5.232"/>
      <code value="RR7"/>
      <display value="Routing Entity"/>
    </coding>
  </type>
  <name value="Health Authority West Routing Entity"/>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-555-3555"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="mail@healthauthoritywest.gov"/>
  </telecom>
  <address>
    <line value="7777 Health Authority Drive"/>
    <city value="Ann Arbor"/>
    <state value="MI"/>
    <postalCode value="99999"/>
  </address>
</Organization>