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-Smith-Johnson-Endpoint2 - XML Representation

Page standards status: Informative

Raw xml | Download


<Endpoint xmlns="http://hl7.org/fhir">
  <id value="Example-Smith-Johnson-Endpoint2"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Endpoint Example-Smith-Johnson-Endpoint2</b></p><a name="Example-Smith-Johnson-Endpoint2"> </a><a name="hcExample-Smith-Johnson-Endpoint2"> </a><p><b>identifier</b>: <code>https://example.org/GoodHealth-Clinic</code>/PatientCorrection</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href="http://terminology.hl7.org/5.5.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest">Endpoint Connection Type hl7-fhir-rest</a>: HL7 FHIR</p><p><b>name</b>: Good Health Clinic Endpoint</p><p><b>payloadType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes urn:hl7-org:sdwg:ccda-nonXMLBody:1.1}, {http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes urn:hl7-org:sdwg:ccda-structuredBody:1.1}">For documents following C-CDA constraints using a structured body</span></p><p><b>address</b>: <a href="https://example.org/address">https://example.org/address</a></p></div>
  </text>
  <identifier>
    <system value="https://example.org/GoodHealth-Clinic"/>
    <value value="PatientCorrection"/>
  </identifier>
  <status value="active"/>
  <connectionType>
    <system
            value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
    <code value="hl7-fhir-rest"/>
    <display value="HL7 FHIR"/>
  </connectionType>
  <name value="Good Health Clinic Endpoint"/>
  <payloadType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes"/>
      <code value="urn:hl7-org:sdwg:ccda-nonXMLBody:1.1"/>
    </coding>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes"/>
      <code value="urn:hl7-org:sdwg:ccda-structuredBody:1.1"/>
    </coding>
    <text
          value="For documents following C-CDA constraints using a structured body"/>
  </payloadType>
  <address value="https://example.org/address"/>
</Endpoint>