Universal API Implementation Guide
1.1.19 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.19). See the Directory of published versions

: External - Practice Organization example - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="37dc02b7-b49f-4198-a81b-7073593cb93d"/>
  <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><b>Generated Narrative: Organization</b><a name="37dc02b7-b49f-4198-a81b-7073593cb93d"> </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 "37dc02b7-b49f-4198-a81b-7073593cb93d" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-uapi-organization.html">UAPI Organization</a></p></div><p><b>identifier</b>: id: HOSP-12345(use: USUAL)</p><p><b>type</b>: Healthcare Provider <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/R4B/codesystem-organization-type.html">OrganizationType</a>#prov)</span></p><p><b>name</b>: Mid Atlantic Retina</p><p><b>telecom</b>: ph: -unknown-</p><p><b>address</b>: 8 Ranoldo Terrace Cherry Hill NJ 08034 US </p><h3>Contacts</h3><table class="grid"><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Venus Yardav (OFFICIAL)</td><td>ph: 8882704882(WORK), fax: 8179974042(WORK)</td></tr></table></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="http://vendor.com/ab"/>
    <value value="HOSP-12345"/>
    <assigner>
      <display value="AB Vendor"/>
    </assigner>
  </identifier>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
  </type>
  <name value="Mid Atlantic Retina"/>
  <telecom>
    <system value="phone"/>
  </telecom>
  <address>
    <line value="8 Ranoldo Terrace"/>
    <city value="Cherry Hill"/>
    <state value="NJ"/>
    <postalCode value="08034"/>
    <country value="US"/>
  </address>
  <contact>
    <name>
      <use value="official"/>
      <family value="Yardav"/>
      <given value="Venus"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="8882704882"/>
      <use value="work"/>
      <rank value="1"/>
    </telecom>
    <telecom>
      <system value="fax"/>
      <value value="8179974042"/>
      <use value="work"/>
      <rank value="2"/>
    </telecom>
  </contact>
</Organization>