Usage Example
When submitting an eligibility check, use the appropriate payer ID in theinsurance.payer_id field:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List of insurance plans supported for eligibility verification
insurance.payer_id field:
{
"patient": {
"first_name": "John",
"last_name": "Doe",
"date_of_birth": "1990-01-01",
"member_id": "123456789"
},
"insurance": {
"payer_id": "87726"
},
"provider": {
"organization_name": "Example Healthcare",
"npi": "1234567890"
}
}
