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

: US PH Organization Example: Health Authority West - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="organization-ecr-health-authority-west"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization organization-ecr-health-authority-west</b></p><a name="organization-ecr-health-authority-west"> </a><a name="hcorganization-ecr-health-authority-west"> </a><a name="organization-ecr-health-authority-west-en-US"> </a><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/1144221847</p><p><b>active</b>: true</p><p><b>name</b>: Health Authority West</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="1144221847"/>
  </identifier>
  <active value="true"/>
  <name value="Health Authority West"/>
  <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>