Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Endpoint Example - XML Representation

Raw xml | Download



<Endpoint xmlns="http://hl7.org/fhir">
  <id value="Example1"/>
  <meta>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-endpoint-profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Endpoint Example1</b></p><a name="Example1"> </a><a name="hcExample1"> </a><a name="Example1-en-US"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href="http://terminology.hl7.org/6.0.1/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-direct-project">Endpoint Connection Type</a> direct-project: Direct Project</p><p><b>name</b>: test@direct.example.com</p><p><b>managingOrganization</b>: <a href="Organization/LO-0">Organization/LO-0</a></p><p><b>payloadType</b>: <span title="Codes:{http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem urn:hl7-org:sdwg:ccda-structuredBody:2.1}">For documents following C-CDA 2.1 constraints using a structured body</span></p><p><b>payloadMimeType</b>: text/xml</p><p><b>address</b>: <a href="mailto:test@direct.example.com">test@direct.example.com</a></p></div>
  </text>
  <status value="active"/>
  <connectionType>
    <system
            value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
    <code value="direct-project"/>
    <display value="Direct Project"/>
  </connectionType>
  <name value="test@direct.example.com"/>
  <managingOrganization>
    <reference value="Organization/LO-0"/>
  </managingOrganization>
  <payloadType>
    <coding>
      <system value="http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem"/>
      <code value="urn:hl7-org:sdwg:ccda-structuredBody:2.1"/>
      <display
               value="For documents following C-CDA 2.1 constraints using a structured body"/>
    </coding>
    <text
          value="For documents following C-CDA 2.1 constraints using a structured body"/>
  </payloadType>
  <payloadMimeType value="text/xml"/>
  <address value="mailto:test@direct.example.com"/>
</Endpoint>