Builds the request payload to initiate the eligibility and benefits
verification process.
This action is categorized under Health Cloud and is used to construct the FHIR-compliant
request payload required to verify patient eligibility and insurance benefits.
Supported REST HTTP Methods
- URI
-
/services/data/v67.0/actions/standard/buildEvbRequest
- Formats
- JSON, XML
- HTTP Methods
- POST
- Authentication
-
Authorization: Bearer token
Inputs
|
callbackExtensionUrl
|
- Type
- String
- Description
- The FHIR extension type URL. Defaults to https://infinitus.ai/fhir/callback-url if null or empty.
|
|
callbackUrl
|
- Type
- String
- Description
- The callback URL value to use for asynchronous responses. The extension is
omitted if this value is null or empty.
|
|
csrId
|
- Type
- ID
- Description
- Required
- The clinical service request record ID for this eligibility and benefits
verification run.
|
|
memberPlanId
|
- Type
- ID
- Description
- Required
- The member plan ID for the eligibility request.
|
|
requestType
|
- Type
- String
- Description
- Indicates which payload to build.
|
Outputs
|
apiPath
|
- Type
- String
- Description
- The API path to use with the Invoke Generic FHIR Client.
|
|
requestPayload
|
- Type
- String
- Description
- The FHIR Coverage Eligibility Request payload to send to the Invoke Generic
FHIR Client.
|