The Insurance Eligibility Full Report Object represents the eligibility information for a patient’s insurance. The response includes eligibility details such as service type code, eligibility provider, plan details, and benefits.Documentation Index
Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
Object Definition
| Attribute | Type | Possible Values | Description |
|---|---|---|---|
| eligibility_check_timestamp | string | Eligibility check timestamp in ISO format | |
| patient_id | integer | Patient’s id in Elation system | |
| patient_insurance_id | integer | Patient’s insurance id in Elation system | |
| practice_id | integer | Practice’s id in Elation system | |
| service_type_code | string | ||
| subscriber.address.adress_1 | string | ||
| subscriber.address.adress_2 | string | ||
| subscriber.address.city | string | ||
| subscriber.address.postal_code | string | ||
| subscriber.address.state | string | ||
| subscriber.date_of_birth | string | ||
| subscriber.first_name | string | ||
| subscriber.last_name | string | ||
| subscriber.member_id | string | ||
| subscriber.middle_name | string | ||
| subscriber.name | string | ||
| subscriber.sex_at_birth | string | ||
| eligibility_provider.first_name | string | ||
| eligibility_provider.last_name | string | ||
| eligibility_provider.npi | string | ||
| eligibility_provider.organization_name | string | ||
| plan_details.carrier | string | ||
| plan_details.end_date | string | ||
| plan_details.group_name | string | ||
| plan_details.group_number | string | ||
| plan_details.insurance_type | string | ||
| plan_details.member_id | string | ||
| plan_details.plan_name | string | ||
| plan_details.plan_number | string | ||
| plan_details.policy_name | string | ||
| plan_details.policy_number | string | ||
| plan_details.provider.first_name | string | ||
| plan_details.provider.last_name | string | ||
| plan_details.provider.npi | string | ||
| plan_details.provider.organiztion_name | string | ||
| plan_details.start_date | string | ||
| benefits.copay | array of objects | ||
| benefits.coinsurance | array of objects | ||
| benefits.deductible | array of objects | ||
| benefits.out_of_pocket | array of objects | ||
| benefits.limitations | array of objects |