FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeEndpoint
IdEndpoint-IheEndpoint.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Endpoint IheEndpoint

Last updated: 2023-06-14 13:26:22+0000; Language: en-US

Profile: NDH Endpoint Profile

NDH Endpoint IHE Specific Connection Type: XCPD InitiatingGateway ITI-55 Cross Gateway Patient Discovery Asynchronous Response

NDH Implementation Guide Supported

  • ig-uri: https://profiles.ihe.net/ITI/TF/Volume1/ch-27.html
  • ig-name: Cross-Community Patient Discovery (XCPD)
  • ig-usecase: XCPD
  • ig-actor: Initiating Gateway
  • ig-option: Asynchronous Web Services Exchange

status: Active

connectionType: mCSD Endpoint Types: ihe-xcpd (XCPD)

name: Endpoint for IHE

payloadType: Not Applicable

address: testdirectendpoint1@ndhexample.org


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "ig-uri",
          "valueCanonical": "https://profiles.ihe.net/ITI/TF/Volume1/ch-27.html"
        },
        {
          "url": "ig-name",
          "valueString": "Cross-Community Patient Discovery (XCPD)"
        },
        {
          "url": "ig-usecase",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes",
                "code": "ihe-xcpd"
              }
            ]
          }
        },
        {
          "url": "ig-actor",
          "valueString": "Initiating Gateway"
        },
        {
          "url": "ig-option",
          "valueString": "Asynchronous Web Services Exchange"
        }
      ],
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-implementation-guide"
    }
  ],
  "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"
}