National Directory of Healthcare Providers & Services (NDH) Implementation Guide
2.0.0-current - ci-build 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-current 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

: IheEndpoint

Page standards status: Informative

Raw xml | Download


<Endpoint xmlns="http://hl7.org/fhir">
  <id value="IheEndpoint"/>
  <meta>
    <lastUpdated value="2023-06-14T13:26:22.0314215+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Endpoint"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="extensions"/>
  </text>
  <extension
             url="http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-endpoint-ihe-specific-connection-type">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes"/>
        <code value="XCPD-InitGateway-PatientDiscovery-AsyncResponse"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-implementation-guide">
    <extension url="ig-uri">
      <valueCanonical
                      value="https://profiles.ihe.net/ITI/TF/Volume1/ch-27.html"/>
    </extension>
    <extension url="ig-name">
      <valueString value="Cross-Community Patient Discovery (XCPD)"/>
    </extension>
    <extension url="ig-usecase">
      <valueCodeableConcept>
        <coding>
          <system
                  value="https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes"/>
          <code value="ihe-xcpd"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="ig-actor">
      <valueString value="Initiating Gateway"/>
    </extension>
    <extension url="ig-option">
      <valueString value="Asynchronous Web Services Exchange"/>
    </extension>
  </extension>
  <status value="active"/>
  <connectionType>
    <system
            value="https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes"/>
    <code value="ihe-xcpd"/>
  </connectionType>
  <name value="Endpoint for IHE"/>
  <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>