<?xml version="1.0" encoding="UTF-8"?>

<Organization xmlns="http://hl7.org/fhir">
  <id value="example-1"/>
  <meta>
    <profile value="http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-organization"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization example-1</b></p><a name="example-1"> </a><a name="hcexample-1"> </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>/1285243618 (use: temp, )</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>: Example Hospital</p><p><b>telecom</b>: <a href="tel:+1-555-555-0100">+1-555-555-0100</a>, fax: +1-555-555-0101, <a href="mailto:staff@example.org">staff@example.org</a></p><p><b>address</b>: 700 Example Hospital Way Example City VA 99999 US </p></div>
  </text>
  <identifier>
    <use value="temp"/>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="1285243618"/>
  </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="Example Hospital"/>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-555-0100"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="+1-555-555-0101"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="staff@example.org"/>
  </telecom>
  <address>
    <line value="700 Example Hospital Way"/>
    <city value="Example City"/>
    <state value="VA"/>
    <postalCode value="99999"/>
    <country value="US"/>
  </address>
</Organization>