Create a Notification Delivery Endpoint
This topic provides information on creating notification delivery endpoints using Oracle Health Clinical Data Exchange.
A notification delivery endpoint is a web address that payers host and use to
receive clinical event notifications, such as ADT messages. The following clinical event
notifications can be shared with payers:
- Admission or visit notifications (ADT A01)
- Discharge or end visit (ADT A03)
- Register a patient (ADT A04)
- Pre-admit a patient (ADT A05)
- Update patient information (ADT A08)
Oracle Health Clinical Data Exchange uses the URL that you provide to deliver
the event notifications. You can create ADT notification delivery endpoints in
Oracle Health Clinical Data Exchange.
Note:
You can create up to 25 notification delivery endpoints per tenancy. If you want to use more than 25 notification delivery endpoints, you can request a limit increase using the Limit and Quota Console.Complete the following steps to create a notification delivery
endpoint:
After you complete the above steps, the system begins creating the endpoint.
Progress is displayed in the Work Requests section. When the endpoint is created, you
can view details about the endpoint, edit the endpoint details, add tags, or delete the
endpoint.
See the below example of a
notification delivery endpoint where xxxxx is the customer-specific environment
identifier.
{
"payerId": "ocid1.cdexhubpayer.oc1.iad.xxxxx",
"messageType": "ADT",
"adtEventType": ["ADT-A01","ADT-A03","ADT-A04","ADT-A08"],
"url": "https://some.customer.hosted.endpoint.org:8443/adt",
"displayName": "Payer Hosted Delivery Endpoint",
"description": "delivery endpoint to forward ADTs to from cdex.",
"compartmentId": "ocid1.compartment.oc1..xxxxx",
"caBundleId": "ocid1.cabundle.oc1.iad.xxxxx"
}%
Parent topic: Manage Oracle Health Clinical Data Exchange Endpoints