Skip to main content
The Payer Details route (/pm/payers/:payerId) is referenced in documentation as a payer detail destination, but no dedicated PayerDetailPage component or matching Route definition exists in src/routes/pm.tsx for this path.

Overview

The payer list page (/pm/payers) is rendered by PayersListPage, which supports create, edit (via PayerFormDialog), and deactivate actions inline. Payer management fields observed in code include payer type (commercial, medicaid, medicare, tricare, workers_comp, other), active/inactive status, and payer name. No separate detail route was found in the shipped route configuration.

Who it’s for

Requires permission pm.payers.view (PM_PERMISSIONS.PAYERS_VIEW). Manage actions require pm.payers.manage.

Before you start

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.
  • src/routes/pm.tsx
  • src/cores/pm/pages/PayersListPage.tsx
  • src/platform/permissions/constants.ts