Enrollment Event Notification Endpoint Configuration

When a business event rule evaluates successfully for the defined notification definition and the policy enrollment event, then, along with business events, enrollment event notifications are also generated.

This document explains how an endpoint is configured to send the generated notifications.

End Points

The following generic enrollment event notification endpoint can be configured as a system property:

  • ohi.enrollmenteventnotification.endpoint.request.

The enrollment event notification endpoint can be overridden for specific event codes, for example, specify property:

  • ohi.enrollmenteventnotification.{0}.endpoint.request

    • When the placeholder is replaced with notification definition code, the system delivers the notification for code 'XXXX' to a specific endpoint.

    • If the event notification endpoint is configured on the specific notification definition code, all other properties are also fetched based on the notification definition code; otherwise, defaults are used.

    • Similarly, if the endpoint for the enrollment event notification is configured without the notification definition code, then all other properties are fetched on a generic use case code EventNotificationClient.

  • ohi.service.{0}.client.authentication

    • Controls which authentication mechanism to use to send out the message. The default value is BasicAuthentication.

Send Notification

The notifications are sent out of Oracle Health Insurance to an external system based on the endpoint configuration and the policy process configuration, with the process step of type Send Notification. See Policy Process Step for more details.