> ## 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.

# Payer Details

> View and manage individual payer configuration details within Practice Management.

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

## Related

<Columns cols={2}>
  <Card title="Practice Management" icon="briefcase" href="/pm/overview">
    Practice Management core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/pm.tsx
  * src/cores/pm/pages/PayersListPage.tsx
  * src/platform/permissions/constants.ts
</Accordion>
