Set up Integration Definitions for Apex Classes
Use Integration Definitions to quickly set up integrations with different external
endpoints using a low code interface. Create integration definitions for Apex classes used to
integrate providers with EHR and payer systems. The integration procedures of the provider process
call these integration definitions instead of directly pointing to the Apex classes.
You can easily point integration procedures to a different Apex class by making simple updates to the integration definition.
|
Available in: Lightning Experience Available in: Enterprise and Unlimited Editions with Health Cloud |
| User Permissions Needed | |
|---|---|
| To create an integration definition: | IndustriesIntegrationFwk org permission |
- From Setup, in the Quick Find box, enter Integration Definitions, and then select Integration Definitions.
- Click New.
- Set the type as Apex Defined.
-
Enter these exact names and developer names for the integration definition, and select the
corresponding Apex classes.
Name/Developer Name Apex Class EHR hcumprovider.ElectronicHealthRecordIntegrationService Payer hcumprovider.PayerIntegrationService - Click Save, and then activate the integration definition.
Your integration procedures can now call the integration definitions and the configured
Apex classes.