Days left to file a claim for a payer
get_timely_filingDays remaining to file an initial claim (or, if already past, how far over) for a payer given a date of service. daysRemaining and expired are null when we hold no published timely filing limit for that payer, which is common since many limits are contract-specific - check note before treating the result as an actual deadline. Free, no API key needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payer | Yes | Payer slug, e.g. "aetna". | |
| dateOfService | Yes | ISO yyyy-mm-dd, e.g. "2026-01-15". |