The Contract Modeling Simulation Wizard guides users through a five-step process to model and version revenue scenarios for payer contracts. Route: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.
/pm/contracts/modeling/new.
Overview
ContractModelingWizardPage renders WizardShell with five steps driven by useContractModelingWizard:
- Baseline Selection — choose a contract and timeframe
- Volume Assumptions — enter service volume projections
- Rate Adjustments — make code-level rate changes
- Forecast Output — view modeled revenue metrics; a Recompute action marks the forecast fresh
- Review & Submit — save and version the scenario
/pm/contracts.
Who it’s for
Requires permissionpm.contracts.view (PM_PERMISSIONS.CONTRACTS_VIEW).
Before you start
- An existing payer contract must be present at
/pm/contractsto use as a baseline. - Ensure volume projections data is available for the scenario period.
Steps
Open the wizard
Navigate to Practice Management → Contracts → Modeling → New, or go to
/pm/contracts/modeling/new.Select a baseline contract and timeframe
On the Baseline Selection step, choose an existing payer contract and define the modeling period.
Enter volume assumptions
On the Volume Assumptions step, provide service volume projections for the scenario.
Adjust rates
On the Rate Adjustments step, apply code-level rate changes to model a proposed contract scenario.
Review forecast output
On the Forecast Output step, review computed revenue metrics. If inputs changed, click Recompute to refresh the forecast.
Key concepts
- Stale forecast — the forecast is marked stale when volume or rate inputs change; a recompute is required before submission.
- Scenario versioning — each submission creates a versioned snapshot; existing contracts are not modified.
Related
Practice Management
Practice Management core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/pm.tsx
- src/cores/pm/pages/ContractModelingWizardPage.tsx
- src/cores/pm/hooks/useContractModelingWizard.ts