You may want to periodically conduct asynchronous batch eligibility checks for your entire patient population or a subset of patients, such as those who have active care plans or who have future services scheduled. These data refreshes allow you to proactively reach out to patients when they lose or change coverage.Documentation Index
Fetch the complete documentation index at: https://stedi.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- Call this endpoint with a JSON payload containing one or more eligibility checks. You can submit up to 1,000 individual eligibility checks within a single batch, and you can submit as many batches as you need to process.
- The endpoint returns a synchronous response containing a
batchIdthat you can use to retrieve the results of these checks later, using the Poll Batch Eligibility Checks endpoint. - Stedi translates each eligibility check included in the request to the X12 270 EDI format and sends it to the appropriate payer.
Visit Batch refresh checks for a complete how-to guide.