Endpoints for managing interventions and their combinations.
Add an intervention to a claim
Adds a new intervention to an existing authorized claim, creating it in the active state. Identify the claim by its consent token.
Related documentation: Add Intervention, SHA Combination Rules, Understanding Benefits and Intervention Codes
Headers
X-Facility-IdFacility Registry (FR) code identifying the facility. Required when authenticating with a service-account token.
X-Facility-Id-TypeType of identifier supplied in X-Facility-Id. Currently only fr-code is supported.
Add an intervention to a claim › Request Body
consent_tokenBeneficiary consent token authorizing the intervention to be added.
intervention_codeSHA intervention (benefit package) code being added to the claim or preauthorization.
Add an intervention to a claim › Responses
Intervention added successfully
accrued_per_diem_amountaccrued_per_diem_daysactive_for_uhcapplicable_document_typesbill_frombill_toidintervention_codeintervention_fundintervention_nameintervention_overall_tariffintervention_payment_mechanismis_switched_interventionkeph_level_tarrifneeds_preauthoptional_document_typeoptional_preauth_document_typespreauth_existrequired_preauth_document_typesrequires_oncology_preauthrequires_optical_preauthrequires_radiology_preauthrequires_renal_preauthrequires_surgical_preauthsub_benefit_codesupported_schemeswitched_intervention_idswitched_lines_retainedworkflow_stateRestore a claim intervention
Restores a previously retired intervention on a claim, transitioning it from inactive back to active.
Related documentation: Restore Intervention, SHA Combination Rules
Headers
X-Facility-IdFacility Registry (FR) code identifying the facility. Required when authenticating with a service-account token.
X-Facility-Id-TypeType of identifier supplied in X-Facility-Id. Currently only fr-code is supported.
Restore a claim intervention › Request Body
consent_tokenConsent token authorising the action on the beneficiary's preauthorisation.
intervention_codeSHA intervention code to restore.
Restore a claim intervention › Responses
Intervention restored successfully
@Description Response data payload containing operation details @Example {"status": "success"}
message@Description Success message describing the operation result @Example "Visit has been successfully started"
Retire a claim intervention
Retires an intervention on an existing authorized claim, transitioning it from active to inactive. A retired intervention can later be restored.
Related documentation: Retire Intervention, SHA Combination Rules
Headers
X-Facility-IdFacility Registry (FR) code identifying the facility. Required when authenticating with a service-account token.
X-Facility-Id-TypeType of identifier supplied in X-Facility-Id. Currently only fr-code is supported.
Retire a claim intervention › Request Body
consent_tokenConsent token authorising the action on the beneficiary's preauthorisation.
intervention_codeSHA intervention code to retire.
Retire a claim intervention › Responses
Intervention retired successfully
@Description Response data payload containing operation details @Example {"status": "success"}
message@Description Success message describing the operation result @Example "Visit has been successfully started"
Switch a claim intervention
Swaps one intervention on a claim for another, optionally retaining the existing bill items, using a valid consent token.
Related documentation: Switch Intervention, SHA Combination Rules, Understanding Benefits and Intervention Codes
Headers
X-Facility-IdFacility Registry (FR) code identifying the facility. Required when authenticating with a service-account token.
X-Facility-Id-TypeType of identifier supplied in X-Facility-Id. Currently only fr-code is supported.
Switch a claim intervention › Request Body
consent_tokenConsent token authorising the intervention switch.
existing_intervention_codeSHA intervention code currently in use, to be switched from.
new_intervention_codeSHA intervention code to switch to.
retain_bill_itemsWhether to keep the existing bill items on the new intervention.
bill_fromStart of the billing period for the switched intervention, as an ISO 8601 date-time.
bill_toEnd of the billing period for the switched intervention, as an ISO 8601 date-time.
Switch a claim intervention › Responses
Intervention switched successfully
@Description Response data payload containing operation details @Example {"status": "success"}
message@Description Success message describing the operation result @Example "Visit has been successfully started"

