DaVinci PDEX Plan Net
1.2.0 - STU 2 (ci-build) United States of America flag

DaVinci PDEX Plan Net, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pdex-plan-net/ and changes regularly. See the Directory of published versions

: Hospital - XML Representation

Page standards status: Informative

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="Hospital"/>
  <meta>
    <lastUpdated value="2020-07-07T13:26:22.0314215+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Organization"/>
  </meta>
  <language value="en-US"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><p><b>Generated Narrative: Organization </b><a name="Hospital"> </a><a name="hcHospital"> </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">ResourceOrganization &quot;Hospital&quot; Updated&quot;2020-07-07 13:26:22+0000&quot;  (Language&quot;en-US&quot;) </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-plannet-Organization.html">Plan-Net Organization</a></p></div><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.0.0/NamingSystem-npi.html" title="National Provider Identifier">NPI</a>/1407071236</p><p><b>active</b>: true</p><p><b>type</b>: Facility <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-OrgTypeCS.html">Organization Type</a>#fac)</span></p><p><b>name</b>: Hartford General Hospital</p><p><b>telecom</b>: ph: (111)-222-3333, <a href="https://www.hartfordgeneralhospital.com">https://www.hartfordgeneralhospital.com</a></p><p><b>address</b>: 123 Main Street Hartford CT 00014-1234 </p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Telecom</b></td></tr><tr><td style="display: none">*</td><td>ph: (111)-222-3333</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="1407071236"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS"/>
      <code value="fac"/>
      <display value="Facility"/>
    </coding>
  </type>
  <name value="Hartford General Hospital"/>
  <telecom>
    <system value="phone"/>
    <value value="(111)-222-3333"/>
    <rank value="2"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="https://www.hartfordgeneralhospital.com"/>
    <rank value="1"/>
  </telecom>
  <address>
    <line value="123 Main Street"/>
    <city value="Hartford"/>
    <state value="CT"/>
    <postalCode value="00014-1234"/>
  </address>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="(111)-222-3333"/>
      <rank value="1"/>
    </telecom>
  </contact>
</Organization>