Universal API Implementation Guide
1.1.20 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: External - SOT Organization example - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="d1089cdf-7a5f-45b1-99b9-2c021eca5270"/>
  <meta>
    <profile
             value="https://fhir.developer.gene.com/StructureDefinition/uapi-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization d1089cdf-7a5f-45b1-99b9-2c021eca5270</b></p><a name="d1089cdf-7a5f-45b1-99b9-2c021eca5270"> </a><a name="hcd1089cdf-7a5f-45b1-99b9-2c021eca5270"> </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-uapi-organization.html">UAPI Organization</a></p></div><p><b>identifier</b>: <code>http://SOT.com/ab</code>/SOT-001 (use: usual, )</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type other}">Site of Treatment</span></p><p><b>name</b>: FLORIDA HOSPITAL ORLANDO INFUSION CNTR</p><p><b>telecom</b>: ph: 4012704882(Work), fax: 4019974042(Work)</p><p><b>address</b>: 2501 N ORANGE AVE, STE 481 Orlando FL 32804 US </p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style="display: none">*</td><td>Vince Davis (Official)</td><td>ph: -unknown-</td></tr></table></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="http://SOT.com/ab"/>
    <value value="SOT-001"/>
    <assigner>
      <display value="Florida Hospital Orlando Infusion Center"/>
    </assigner>
  </identifier>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="other"/>
      <display value="Site of Treatment"/>
    </coding>
    <text value="Site of Treatment"/>
  </type>
  <name value="FLORIDA HOSPITAL ORLANDO INFUSION CNTR"/>
  <telecom>
    <system value="phone"/>
    <value value="4012704882"/>
    <use value="work"/>
    <rank value="1"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="4019974042"/>
    <use value="work"/>
    <rank value="2"/>
  </telecom>
  <address>
    <line value="2501 N ORANGE AVE, STE 481"/>
    <city value="Orlando"/>
    <state value="FL"/>
    <postalCode value="32804"/>
    <country value="US"/>
  </address>
  <contact>
    <name>
      <use value="official"/>
      <family value="Davis"/>
      <given value="Vince"/>
    </name>
    <telecom>
      <system value="phone"/>
    </telecom>
  </contact>
</Organization>