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. Batch checks are a great option for performing periodic batch eligibility refreshes for all or a subset of patients because they don’t count toward your Stedi concurrency budget. This means you can stage thousands of batch requests while simultaneously sending real-time eligibility checks.
Real-time eligibility checks
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
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?