National Directory of Healthcare Providers & Services (NDH) Implementation Guide
2.0.0 - draft United States of America flag

National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions

: DirectTrustEndpointReferrals - XML Representation

Page standards status: Informative

Raw xml | Download


<Endpoint xmlns="http://hl7.org/fhir">
  <id value="DirectTrustEndpointReferrals"/>
  <meta>
    <lastUpdated value="2023-03-23T13:26:22.0314215+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Endpoint"/>
  </meta>
  <language value="en-US"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><p class="res-header-id"><b>Generated Narrative: Endpoint DirectTrustEndpointReferrals</b></p><a name="DirectTrustEndpointReferrals"> </a><a name="hcDirectTrustEndpointReferrals"> </a><a name="DirectTrustEndpointReferrals-en-US"> </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">Last updated: 2023-03-23 13:26:22+0000; Language: en-US</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ndh-Endpoint.html">NDH Base Endpoint Profile</a></p></div><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href="http://terminology.hl7.org/6.2.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-direct-project">Endpoint Connection Type direct-project</a>: Direct Project (version = 2.1.1 )</p><p><b>name</b>: Endpoint for DirectTrust</p><p><b>payloadType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason not-applicable}">Not Applicable</span></p><p><b>address</b>: testdirectendpoint1@ndhexample.org</p></div>
  </text>
  <status value="active"/>
  <connectionType>
    <system
            value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
    <version value="2.1.1"/>
    <code value="direct-project"/>
  </connectionType>
  <name value="Endpoint for DirectTrust"/>
  <payloadType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/data-absent-reason"/>
      <version value="1.0.0"/>
      <code value="not-applicable"/>
    </coding>
  </payloadType>
  <address value="testdirectendpoint1@ndhexample.org"/>
</Endpoint>