Soft Check
Bridge’s React SDK is in beta! Expect breaking changes, bugs, and missing features. Please talk to us before integrating.
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 a detailed look at what is happening with in a “soft check”. This allows you to run a quick, patient-agnostic eligibility check to confirm the viability of a patient before moving them through your funnel.
Only the Payer and State are required, and Bridge will return a basic “yes / no” on eligibility, with a list of eligible providers.
See the Demo Project for a working example of a Soft Check.
Create a Session
Create the SoftEligibilitySession by calling the createSoftEligibilitySession
function on the SDK, nested somewhere within your BridgeSdkProvider
.
You must provide at least one ServiceType ID into the config.
Render the SoftEligibilityProvider
component, with the session you just created, as a parent of your eligibilty form.