NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: organization-example-1 - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="organization-example-1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization</b><a name="organization-example-1"> </a></p><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">Resource Organization &quot;organization-example-1&quot; </p></div><p><b>active</b>: true</p><p><b>type</b>: Hospital <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html">Organization type</a>#prov &quot;Healthcare Provider&quot;)</span></p><p><b>name</b>: Amazing Children's Hospital</p><p><b>telecom</b>: ph: (555) 555-5555(WORK)</p><p><b>address</b>: 3401 Civic Center Blvd., Philadelphia, PA 19104(WORK)</p></div>
  </text>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
    <text value="Hospital"/>
  </type>
  <name value="Amazing Children's Hospital"/>
  <telecom>
    <system value="phone"/>
    <value value="(555) 555-5555"/>
    <use value="work"/>
    <rank value="1"/>
  </telecom>
  <address>
    <use value="work"/>
    <type value="both"/>
    <text value="3401 Civic Center Blvd., Philadelphia, PA 19104"/>
    <line value="3401 Civic Center Blvd."/>
    <city value="Philadelphia"/>
    <state value="PA"/>
    <postalCode value="19104"/>
  </address>
</Organization>