Real Time Eligibility Check
Provides real-time access to patient eligibility benefits information, such as deductibles, copays, etc.
Documentation Index
Fetch the complete documentation index at: https://docs.cairhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
Mock Requests
To send a mock request without incurring charges, set themockRequest parameter in the body to true. There are 4 scenarios you may test with. Refer to
Mock Eligibility for the scenarios.
Data Richness
The response you receive will vary by payer. We parse the EDI response to the best of our ability, and the presence of anN/A in any field
does not necessarily mean that the benefit is not present in the subscriber’s insurance plan.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Patient and coverage information
Patient first name
Patient last name
Patient Date of Birth, formatted as MM-DD-YYYY
Member ID of patient's insurance policy
Date to request coverage information. Formatted as MM-DD-YYYY
Payer ID. Can be found under the enrollments page in the platform, or the Fetch Enrollments API
Provider ID. Can be found by copying the enrollment ID in the enrollments page in the platform, or the Fetch Enrollments API
Optional flag to only return mock data
Response
Eligibility check successful
Object containing in-network benefit information
Object containing out-of-network benefit information
Message of response. Any errors will be displayed here.
Name of the insurance payer
Coverage status
Active Coverage, Inactive Member ID of the subscriber
Group name from the plan
Group number from the plan
Type of insurance (e.g. PPO, HMO)
Name of the plan
Effective date range of the plan
Eligibility begin date (YYYY-MM-DD)
Dependent details when the policy is mapped from a family member

