Event Integration Point

It might be of interest to external systems or users to know that a certain authorization during processing has reached a certain Process Step or a certain Rule Step has got executed with a certain message.

The purpose of the event integration point is to publish event messages to external consumers.

Design Choices

The trigger for this integration point is the execution of a process step. Triggered events have no impact on the processing of the authorization.

Event Message

Oracle Health Insurance Authorizations publishes an event message for every authorization that matches a event rule. The message contains:

  1. A topic, as defined in the event rule

  2. An event, as defined in the event rule

  3. A link to the authorization that generated the event

  4. Optionally: additional fields as generated by the associated dynamic logic. See Event Rule in Functions.

System Properties

This IP uses a number of system properties:

  1. ohi.<0>.endpoint.request.

  2. ohi.service.<0>.client.authentication.

See Application Properties about those two properties and how to use them.