The Insurance Eligibility Usage Object

Object Definition

{
    "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)
}
AttributeTypeAllowed ValuesDescription
practice_idlongThe id of the practice
eligibility_usage_counterintThe number of insurance eligibilities requested by the practice in period between start_date and end_date
start_datedateThe start date (inclusive) of the time period for insurance eligibility usage. YYYY-MM-DD
end_datedateThe end date (inclusive) of the time period for insurance eligibility usage. YYYY-MM-DD