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.

This page lists all financial assistance applications for your organization and is reached at /pm/financial-assistance.

Overview

The Financial Assistance page displays all applications recorded in pm_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.view permission.
  • The patient record must already exist in Practice Management before an application can be submitted.

Steps

1

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

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

Open an application

Click the Applied date link in any row to navigate to /pm/financial-assistance/:applicationId for the full detail view.
4

Create a new application (if permitted)

Click New Application in the page header to open the FinancialAssistanceFormDialog. Complete the required fields and submit. The list refreshes automatically on success.

Key concepts

The four statuses defined in code are: pending (awaiting decision), approved, denied, and withdrawn. Each maps to a distinct badge variant in the UI.
When no applications exist, the page shows a “No applications” empty state with the prompt “Submit a financial assistance application to get started.”
If the query fails, a destructive alert appears with a Retry button that reloads the page.

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.
  • src/routes/pm.tsx
  • src/cores/pm/pages/FinancialAssistanceListPage.tsx
  • src/cores/pm/hooks/useFinancialAssistance.ts
  • src/cores/pm/types/statement-billing.ts