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

: IheEndpoint - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Endpoint",
  "id" : "IheEndpoint",
  "meta" : {
    "lastUpdated" : "2023-06-14T13:26:22.0314215+00:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Endpoint"
    ]
  },
  "language" : "en-US",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint IheEndpoint</b></p><a name=\"IheEndpoint\"> </a><a name=\"hcIheEndpoint\"> </a><a name=\"IheEndpoint-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-06-14 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>NDH Endpoint IHE Specific Connection Type</b>: <span title=\"Codes:{https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes XCPD-InitGateway-PatientDiscovery-AsyncResponse}\">XCPD InitiatingGateway ITI-55 Cross Gateway Patient Discovery Asynchronous Response</span></p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"https://profiles.ihe.net/ITI/mCSD/3.8.0/CodeSystem-MCSDEndpointTypes.html#MCSDEndpointTypes-ihe-xcpd\">mCSD Endpoint Types ihe-xcpd</a>: XCPD</p><p><b>name</b>: Endpoint for IHE</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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-endpoint-ihe-specific-connection-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes",
            "code" : "XCPD-InitGateway-PatientDiscovery-AsyncResponse"
          }
        ]
      }
    }
  ],
  "status" : "active",
  "connectionType" : {
    "system" : "https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes",
    "code" : "ihe-xcpd"
  },
  "name" : "Endpoint for IHE",
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
          "version" : "1.0.0",
          "code" : "not-applicable"
        }
      ]
    }
  ],
  "address" : "testdirectendpoint1@ndhexample.org"
}