Last Updated: 2026-04-07Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Filing deadline calculations are now driven by the organization’s jurisdiction profile (PF-96). This replaces the previously hardcoded 365-day AHCCCS assumption with a configurable value that varies by state Medicaid program.Fallback Chain
The system resolves the filing deadline in this order:- Jurisdiction Profile —
billing.filing_deadline_daysfrom the organization’s PF-96 profile (e.g., 365 for Arizona, 180 for California) - PM Module Settings —
claim_filing_deadline_daysfrom the organization’s PM settings (overrides the profile if set) - Hardcoded Default —
365days (used if neither profile nor settings are configured)
Note: The PM Module Settings value, when set, overrides the jurisdiction profile. This allows per-organization customization independent of state rules.
Configuration
Jurisdiction Profile (recommended)
Jurisdiction profiles are managed at the platform level. Contact your system administrator to assign the correct state profile to your organization. Common profiles:| State | Program | Filing Deadline |
|---|---|---|
| Arizona | AHCCCS | 365 days |
| California | Medi-Cal | 180 days |
| Texas | Medicaid | 95 days |
| New York | Medicaid | 120 days |
PM Settings Override
To override the profile value for your organization:- Navigate to Practice Management → Settings
- Under Claims Configuration, locate Claim Filing Deadline (days)
- Enter the desired number of days
- Click Save
Arizona Parity
Organizations configured with the Arizona/AHCCCS jurisdiction profile receive identical behavior to the previous hardcoded 365-day default. No action is required for existing Arizona organizations.Compliance Reports
The Timely Filing Report now uses the profile-driven deadline when calculating filing compliance rates. ThecomplianceWindowHours parameter (default: 72 hours) is also profile-driven for future use.