The Payment Plan Details page displays a single patient payment plan record, including financial summary and installment schedule. 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/payment-plans/:planId.
Overview
PaymentPlanDetailPage loads a plan via usePaymentPlanDetail keyed by planId. It displays a three-column summary grid with Total Amount, installment frequency, and status badge (using PAYMENT_PLAN_STATUS_VARIANT and PAYMENT_PLAN_STATUS_LABELS). The start date is shown in the page header. Breadcrumbs link back to /pm/payment-plans. Content is gated by pm.payment_plans.view.
Note: A separate payment plan detail page exists at /pm/patient-payment-plans/:planId for the PM-45 collections workflow, which includes installment timeline and action controls.
Who it’s for
Requires permissionpm.payment_plans.view (PM_PERMISSIONS.PAYMENT_PLANS_VIEW), applied via PermissionGate inside the component.
Before you start
- Access this page from the payment plans list at
/pm/payment-plans.
Steps
Open the payment plan
Navigate to Practice Management → Payment Plans, select a plan, or go to
/pm/payment-plans/:planId.Key concepts
- Payment plan status — displayed using
PAYMENT_PLAN_STATUS_LABELSand badge variant fromPAYMENT_PLAN_STATUS_VARIANT. - Frequency — installment schedule interval as defined in
PAYMENT_PLAN_FREQUENCY_LABELS.
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/PaymentPlanDetailPage.tsx
- src/cores/pm/hooks/usePaymentPlans.ts
- src/cores/pm/types/statement-billing.ts