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 - Resource Example: Organization (Practice) - 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 class="res-header-id"><b>Generated Narrative: Organization 37dc02b7-b49f-4198-a81b-7073593cb93d</b></p><a name="37dc02b7-b49f-4198-a81b-7073593cb93d"> </a><a name="hc37dc02b7-b49f-4198-a81b-7073593cb93d"> </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://vendor.com/ab</code>/HOSP-12345 (use: usual, )</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</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><blockquote><p><b>contact</b></p><p><b>name</b>: Venus Yardav (Official)</p><p><b>telecom</b>: ph: 8882704882(Work), fax: 8179974042(Work)</p></blockquote></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>