The Contract Details screen displays a single capitation contract record at routeDocumentation 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/capitation/:id.
Overview
This page rendersCapitationContractPage for the route /pm/capitation/:id. The component lives in src/cores/pm/pages/capitation/CapitationContractPage.tsx. This page documents the route registration; the component’s detailed UI and workflow are documented at a high level only.
Who it’s for
Requires permissionPM_PERMISSIONS.CAPITATION_VIEW (enforced via RequirePermission in the route definition).
Before you start
- You need
pm.capitation.viewto access this page. - Navigate here from the Capitation hub (
/pm/capitation).
Steps
Open a capitation contract
Navigate from the Capitation hub (
/pm/capitation) and select a contract to open its detail page.Related
Practice Management
Practice Management core overview.
Governance & parity
Documentation coverage and governance.
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/capitation/CapitationContractPage.tsx