Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Doctor Facility Organization Example - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="Example2"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization Example2</b></p><a name="Example2"> </a><a name="hcExample2"> </a><a name="Example2-en-US"> </a><p><b>identifier</b>: Organization identifier/DF-3</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span></p><p><b>name</b>: River Oaks</p><p><b>telecom</b>: ph: 2146622000(Work), fax: 2146622189</p><p><b>address</b>: 3790 W. First St Dallas TX 75248 </p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="XX"/>
        <display value="Organization identifier"/>
      </coding>
      <text value="Organization identifier"/>
    </type>
    <system
            value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ORGANIZATION/Training"/>
    <value value="DF-3"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
    <text value="Healthcare Provider"/>
  </type>
  <name value="River Oaks"/>
  <telecom>
    <system value="phone"/>
    <value value="2146622000"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="2146622189"/>
  </telecom>
  <address>
    <line value="3790 W. First St"/>
    <city value="Dallas"/>
    <state value="TX"/>
    <postalCode value="75248"/>
  </address>
</Organization>