Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

Last Updated: 2026-04-07

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:
  1. Jurisdiction Profilebilling.filing_deadline_days from the organization’s PF-96 profile (e.g., 365 for Arizona, 180 for California)
  2. PM Module Settingsclaim_filing_deadline_days from the organization’s PM settings (overrides the profile if set)
  3. Hardcoded Default365 days (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 profiles are managed at the platform level. Contact your system administrator to assign the correct state profile to your organization. Common profiles:
StateProgramFiling Deadline
ArizonaAHCCCS365 days
CaliforniaMedi-Cal180 days
TexasMedicaid95 days
New YorkMedicaid120 days

PM Settings Override

To override the profile value for your organization:
  1. Navigate to Practice Management → Settings
  2. Under Claims Configuration, locate Claim Filing Deadline (days)
  3. Enter the desired number of days
  4. Click Save
The description reads: “Days from the date of service to file a claim. Overrides the jurisdiction profile value if set.”

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. The complianceWindowHours parameter (default: 72 hours) is also profile-driven for future use.

References