> ## 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.

# The Insurance Eligibility Usage Object

## Object Definition

```json theme={null}
{
    "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                     |
