FHIR Prior Authorization Submission API for Health Cloud
Setup
Set up the Prior Authorization Submission application on MuleSoft:
- Log in to Salesforce and navigate to the Setup page.
- Search for the ‘MuleSoft Direct’ page.
- Select the prior-auth-inbound-api-impl application and click Enable.
- Enter the Display Name, Application Name, Business Group, Environment, and Deployment Target, and then click Next.
- Click FHIR Prior Authorization Submission API for Health Cloud to add the configuration properties.
Key name | Sample value | Description | |
---|---|---|---|
1 | questionnaireApi.hostName | fhir-questionnaire-api.cloudhub.io | Host Name for FHIR Questionnaire API |
- To add an optional configuration for FHIR Prior Authorization Submission API for Health Cloud, click Add Additional parameters and enter the required details. For configuration details, refer to this table:
| SNo | Application property name(Key name) | Sample value | Description |
| 1 |salesforce.apiVersion| 63.0 |Salesforce API version.|
| 1 |questionnaireApi.basePath| - |FHIR Questionnaire API base path.
Default: /api/v1/fhir-questionnaire|
- Select the FHIR Questionnaire API for Health Cloud tab and enter the configuration properties.
Key name | Sample value | Description | |
---|---|---|---|
1 | https.configured.port | - | Application port number for FHIR Questionnaire API. Default: 8081 |
- To add an optional configuration for FHIR Questionnaire API for Health Cloud, click Add Additional parameters and enter the required details. For configuration details, refer to this table:
SNo | Application property name(Key name) | Sample value | Description |
---|---|---|---|
1 | sf.apiVersion | 63.0 | Salesforce API version. |
2 | sf.questionnaireOmniscriptCustomType | - | Questionnaire Omniscript Custom Type. Default: Discovery Framework |
3 | sf.questionnaireBundleIpName | - | Questionnaire bundle name. Default: HlsDTR_RetrieveQuestionnaire |
4 | sf.auditEntity.name | - | Salesforce audit entity name. Default: ServiceInformationRequest |
- Click Proceed to deploy the application.
Post-Deployment:
Follow the FHIR Prior Authorization Submission API Specification to trigger the MuleSoft endpoints.
Note: The base path for all the endpoints is:
/prior-auth/fhir-r4/v1/Claim/
. For example, the URL for the/$submit
endpoint ishttps://{hostname}/{basePath}/$submit
where the base path is/prior-auth/fhir-r4/v1/Claim/
.For outbound deployment, send the org instance and access token for connecting to Salesforce with keys
Instance-Domain-Name
andAccess-Token
.Note:
- The above mentioned headers are mandatory.
- The value of
Access-Token
is in the formatBearer sample-access-token
.