PACIO Advance Healthcare Directive Interoperability Implementation Guide
2.0.0-ballot - STU 2 – Ballot United States of America flag

PACIO Advance Healthcare Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/pacio-adi/ and changes regularly. See the Directory of published versions

: Example-organization-good-health-clinic - XML Representation

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="Example-organization-good-health-clinic"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization Example-organization-good-health-clinic</b></p><a name="Example-organization-good-health-clinic"> </a><a name="hcExample-organization-good-health-clinic"> </a><p><b>identifier</b>: <code>http://example.org/GoodHealthClinic</code>/identifier-good-health</p><p><b>name</b>: Good Health Clinic.</p><p><b>telecom</b>: <a href="tel:+1(202)776-7700">+1(202)776-7700</a></p><p><b>address</b>: 123 Campbell Rd. STE 825 Anytown MI 99999 US (work)</p><p><b>endpoint</b>: <a href="Endpoint-Example-Smith-Johnson-Endpoint1.html">Endpoint Good Health Clinic Endpoint</a></p></div>
  </text>
  <identifier>
    <system value="http://example.org/GoodHealthClinic"/>
    <value value="identifier-good-health"/>
  </identifier>
  <name value="Good Health Clinic."/>
  <telecom>
    <system value="phone"/>
    <value value="+1(202)776-7700"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="123 Campbell Rd."/>
    <line value="STE 825"/>
    <city value="Anytown"/>
    <state value="MI"/>
    <postalCode value="99999"/>
    <country value="US"/>
  </address>
  <endpoint>🔗 
    <reference value="Endpoint/Example-Smith-Johnson-Endpoint1"/>
  </endpoint>
</Organization>