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.

The Contract Details screen displays a single capitation contract record at route /pm/capitation/:id.

Overview

This page renders CapitationContractPage 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 permission PM_PERMISSIONS.CAPITATION_VIEW (enforced via RequirePermission in the route definition).

Before you start

  • You need pm.capitation.view to access this page.
  • Navigate here from the Capitation hub (/pm/capitation).

Steps

1

Open a capitation contract

Navigate from the Capitation hub (/pm/capitation) and select a contract to open its detail page.
2

Review contract details

Review the contract fields and PMPM reconciliation data displayed by the component.

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.
  • src/routes/pm.tsx
  • src/cores/pm/pages/capitation/CapitationContractPage.tsx