This page lists all financial assistance applications for your organization and is reached atDocumentation 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/financial-assistance.
Overview
The Financial Assistance page displays all applications recorded inpm_financial_assistance_applications for the current organization, ordered by application date (most recent first). Each row links to a detail page where the full application can be reviewed. Applications have a status (pending, approved, denied, or withdrawn) displayed as a color-coded badge alongside the applied date and any effective date range. Staff with the pm.financial_assistance.create permission see a New Application button to open the create dialog; all others can view only.
Who it’s for
Requires permission:PM_PERMISSIONS.FINANCIAL_ASSISTANCE_VIEW (pm.financial_assistance.view).
Creating new applications additionally requires pm.financial_assistance.create.
Before you start
- You must hold the
pm.financial_assistance.viewpermission. - The patient record must already exist in Practice Management before an application can be submitted.
Steps
Open Financial Assistance
Navigate to Practice Management → Financial Assistance or go directly to
/pm/financial-assistance. The page loads the full application list ordered by most recent applied_at date.Review the applications table
Each row shows: Applied date (links to the detail page), Status badge, Effective From, and Effective Through dates. Rows with no effective dates display an em dash.
Open an application
Click the Applied date link in any row to navigate to
/pm/financial-assistance/:applicationId for the full detail view.Key concepts
Application statuses
Application statuses
The four statuses defined in code are: pending (awaiting decision), approved, denied, and withdrawn. Each maps to a distinct badge variant in the UI.
Empty state
Empty state
When no applications exist, the page shows a “No applications” empty state with the prompt “Submit a financial assistance application to get started.”
Error state
Error state
If the query fails, a destructive alert appears with a Retry button that reloads the page.
Related
Practice Management
Overview of the Practice Management core.
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/FinancialAssistanceListPage.tsx
- src/cores/pm/hooks/useFinancialAssistance.ts
- src/cores/pm/types/statement-billing.ts