Soft Check

Including a Soft Check as part of your patient journey is not mandatory, please reach out to discuss trade-off’s.

Refer to the Soft Eligibility page for what happens during a soft check. Only Payer and State are required; Bridge returns a basic yes/no with a list of eligible providers.

Result

1interface SoftEligibilitySessionState {
2 status: "PENDING" | "SUBMITTING" | "ERROR" | "INELIGIBLE" | "ELIGIBLE"
3 providers?: Provider[]
4 ...
5}
StatusDescription / Action
PENDINGNothing has been submit yet, form is enabled
SUBMITTINGAPI requests are being made, fields are disabled
ERRORRequest failed, fields are enabled, it may be retried
INELIGIBLESoft check was successful, but this Payer/State combination is not
ELIGIBLEPatient may be eligible, there are providers enrolled in this state

When you reach INELIGIBLE or ELIGIBLE, display the result and move the patient to the next step.