Discovery
Insurance discovery is the process of searching for a patient’s coverage when their member ID and payer are not known. There are a number of use cases for insurance discovery, including:
- increasing conversion during patient intake
- searching for a patient’s coverage if the information they provide is inaccurate
- searching for a patient’s coverage when they change insurance plans
The Create Discovery API endpoint details the required parameters for initiating an insurance discovery request with Sohar. The Get Discovery API endpoint details the values that are returned if an insurance discovery request is successful. These values can be used with the Create Verification API endpoint to determine eligibility and retrieve benefits information.
Webhooks
The Sohar service operates asynchronously, utilizing webhooks to facilitate real-time interactions. We use Svix to send webhook events; for more information please refer to their documentation.
This section provides detailed information about the webhooks triggered by specific events. Webhooks can be configured in the Sohar dashboard.
Events
Occurs whenever a discovery request is updated.
Occurs whenever a sandbox discovery request is updated.
Attributes
The status of the discovery request. Possible values: complete
, pending
The Sohar ID for the discovery.
Sandbox Values
Use the following values for the state
parameter of the Create Discovery API endpoint to return the corresponding values for memberId
and payerId
. You must use your sandbox API key to create sandbox requests.
State | Payer ID | Member ID |
---|---|---|
CA | 60054 | 00000000 |
DE | 60054 | 00000001 |
FL | 60054 | 10000000 |
GA | 60054 | 10000001 |
IL | 60054 | 10000002 |
KY | OSCAR | 00000000 |
MA | 06111 | 00000000 |
OH | null | null |
NY | 62308 | 00000000 |
TX | 84980 | 00000000 |