Insurance Discovery
Sends an insurance discovery check to find potential coverage matches for a patient through Stedi.
Given patient demographics, this endpoint discovers what insurance coverages exist for the patient.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Request
This endpoint expects an object.
provider
Information about the provider requesting the insurance discovery check.
subscriber
Demographic information for the patient when they are the health plan subscriber. Providing as much information as possible improves the probability of finding matching coverage. SSN and address (especially zip code) are strongly recommended.
dependent
Demographic information for the patient when they are a dependent on a health plan.
If you only have the dependent's information, identify them in the subscriber object instead and leave this empty.
encounter
The date range for the service. If not specified, Stedi defaults to the current date. You can specify either a single date_of_service or a beginning_date_of_service and end_date_of_service.
Response
This endpoint returns an object.
discovery_id
A unique ID for this insurance discovery check.
status
The status of the discovery check. COMPLETE means items are populated. PENDING means the check is still in progress.
items
An array of potential coverage matches for the patient. Only populated when status is COMPLETE. Each item is a raw passthrough of Stedi’s deeply nested coverage-match object (provider, subscriber, payer, plan, and benefits details).
coverages_found
The number of potential coverage matches found. 0 if no matching coverage was found.
errors