Multiple Provider Types
Bridge’s React SDK is in beta! Expect breaking changes, bugs, and missing features. Please talk to us before integrating.
It is very common to support multiple ProviderType’s (MD, NP, PA, etc.) for a common type of visit (eg, “Initial Telehealth Visit”). These are configured as individual ServiceType’s within Bridge (eg, “Initial Visit with MD”, “Initial Visit with NP”).
Often, the desire is that the patient has no distinction between the two, and is able to run one eligibility check, and see a combined set of providers.
Without the SDK, the recommendation is to call the Create ServiceEligibility API multiple times, in parallel, and combine the results.
The SDK simplifies this. The input to both createSoftEligibilitySession
and createHardEligibilitySession
includes an array of ServiceType ID’s.
Providers
The default behavior is to combine the lists of providers returned at the end of an eligible check. If the patient is eligible for any of the ServiceTypes, they’ll be considered eligible.
Estimates
For some patients, their cost share responsibility will vary between provider types. To minimize surprises and limit additional charges post-adjudication, default behavior is to return the highest estimate value.
This can be configured when creating the session, using the estimateSelection
parameter. This example selects the lowest value.