For AI agents: visit https://docs.elationhealth.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
{
"practice_id": 123456,
"eligibility_usage_counter": 4,
"start_date": "1970-08-23", // date(YYYY-MM-DD)
"end_date": "2022-07-28" // date(YYYY-MM-DD)
}
| Attribute | Type | Allowed Values | Description |
|---|
| practice_id | long | | The id of the practice |
| eligibility_usage_counter | int | | The number of insurance eligibilities requested by the practice in period between start_date and end_date |
| start_date | date | | The start date (inclusive) of the time period for insurance eligibility usage. YYYY-MM-DD |
| end_date | date | | The end date (inclusive) of the time period for insurance eligibility usage. YYYY-MM-DD |