Overview
An eligibility check is the process of verifying whether a patient has coverage for specific medical benefits under their health insurance plan. This process allows patients and healthcare providers to determine a patient’s financial responsibilities for medical services.
You can send either real-time or batch eligibility checks through Stedi clearinghouse. With real-time requests, you receive the benefits response from the payer in seconds. With batch requests, you can submit up to 500 eligibility checks in a single request for Stedi to process asynchronously.
Real-time eligibility checks
Real-time eligibility checks are ideal for in-person patient visits, telehealth appointments, and other scenarios where you need immediate information about a patient’s coverage.
We recommend always starting with real-time checks when integrating with a new payer. This approach allows you to quickly test and refine your pipeline and through fast feedback loops. Once you’re comfortable with real-time checks, you may also want to start sending asynchronous batch checks to perform periodic refreshes for all or a subset of patients.
Submit eligibility checks to Stedi.
Stedi supports sending real-time eligibility checks to payers, in either JSON or X12 EDI format. You can submit requests manually through the Stedi UI or programmatically through the API.
Stedi delivers eligibility checks to the payer.
Stedi routes requests to the payer using the most reliable connection. Stedi receives payer responses in X12 EDI and transforms them into JSON to make them easier to ingest into your business systems.
Receive the payer's benefit response in real time.
Stedi returns the payer’s synchronous benefit response. It contains details about a patient’s medical coverage, including the start and end date of the coverage, covered benefits and services, copayments, deductibles, and out-of-pocket maximums.
Learn more about Real-time eligibility checks.
Batch eligibility checks
Asynchronous batch checks are a great option for performing periodic eligibility refreshes for all or a subset of patients because they don’t count toward your Stedi account concurrency budget. This allows you to stage thousands of batch requests while simultaneously sending real-time eligibility checks as needed.
Batch checks have a longer feedback cycle than real-time checks because you don’t receive the payer’s response immediately. That’s why we strongly recommend starting with real-time checks when integrating with a new payer or working with eligibility checks for the first time. This approach allows you to ensure that your pipeline is working smoothly before you begin staging batch checks.
Submit eligibility checks to Stedi.
You can submit up to 500 eligibility checks in a single request to Stedi’s Batch Eligibility Check API. These requests have the same structure as real-time eligibility checks.
Stedi delivers eligibility checks to the payer.
Stedi processes these batch checks asynchronously, implementing best practices to avoid payer throttling. Stedi routes requests to the payer using the most reliable connection.
Receive the payer's benefit response in real time.
Stedi receives payer responses in X12 EDI and transforms them into JSON to make them easier to ingest into your business systems.
You can use the Poll Batch Eligibility Checks endpoint to retrieve the results.
Learn more about Batch eligibility checks.
X12 HIPAA format
The Health Insurance Portability and Accountability Act (HIPAA) mandates that eligibility checks be submitted in a standardized format: X12 HIPAA. X12 HIPAA is a type of Electronic Data Interchange (EDI), a data format developed in the 1970s to allow businesses to exchange documents electronically.
While some healthcare institutions can submit eligibility checks directly in X12 HIPAA, many of today’s software applications are built to use more modern data formats like JSON. That’s why Stedi offers two types of APIs for eligibility checks: one that accepts JSON and automatically converts it to X12 HIPAA behind the scenes, and another that accepts X12 HIPAA directly.
Was this page helpful?