US Quality Core Implementation Guide
1.0.0-ballot - STU 1 - ballot United States of America flag

US Quality Core Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-quality-core/ and changes regularly. See the Directory of published versions

: Organization example

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-organization"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization example</b></p><a name="example"> </a><a name="hcexample"> </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-quality-core-organization.html">US Quality Core Organization</a></p></div><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.5.0/NamingSystem-npi.html" title="National Provider Identifier">United States National Provider Identifier</a>/8635143786 (use: temp, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type team}">Organizational team</span></p><p><b>name</b>: Example Organization</p><p><b>telecom</b>: <a href="tel:+1-555-555-0110">+1-555-555-0110</a>, fax: +1-555-555-0111, <a href="mailto:organization@example.org">organization@example.org</a></p><p><b>address</b>: 800 Example Organization Avenue Example City VA 99999 US </p></div>
  </text>
  <identifier>
    <use value="temp"/>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="8635143786"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="team"/>
      <display value="Organizational team"/>
    </coding>
  </type>
  <name value="Example Organization"/>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-555-0110"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="+1-555-555-0111"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="organization@example.org"/>
  </telecom>
  <address>
    <line value="800 Example Organization Avenue"/>
    <city value="Example City"/>
    <state value="VA"/>
    <postalCode value="99999"/>
    <country value="US"/>
  </address>
</Organization>