This page lists and manages for the 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/gfe.
Overview
The page lists all GFEs frompm_good_faith_estimates joined with patient names from pm_patients, ordered by estimate_date descending. Each card shows the patient name (Last, First format), a status badge, the estimate date, total estimated amount, and whether an appointment is linked (“Scheduled”) or the GFE is pre-booking. Users with pm.gfe.create permission see a Create GFE button that opens the GfeCreateDialog.
Who it’s for
Requires permission:PM_PERMISSIONS.GFE_VIEW (pm.gfe.view).
Creating new GFEs additionally requires pm.gfe.create.
Before you start
- You must hold the
pm.gfe.viewpermission. - Patient records must exist in Practice Management before a GFE can be created for them.
Steps
Open Good Faith Estimates
Navigate to Practice Management → GFE or go directly to
/pm/gfe. The full list loads ordered by most recent estimate date.Filter by status
Use the Status dropdown to filter the list. Options are: All Statuses, Draft, Delivered, Acknowledged, and Superseded.
Review estimate cards
Each card shows the patient name, status badge, estimate date, total estimated amount, and scheduling context (Scheduled or Pre-booking).
Key concepts
GFE statuses
GFE statuses
Four statuses are defined: draft (outline badge), delivered (default), acknowledged (secondary), and superseded (destructive). A superseded GFE has been replaced by a newer estimate.
Pre-booking vs. Scheduled
Pre-booking vs. Scheduled
If a GFE has no linked
appointment_id, it displays as “Pre-booking.” If an appointment is linked, it displays as “Scheduled.”Empty state
Empty state
When no estimates match the active filter, the page shows “No estimates match the filters” with the prompt to broaden filter criteria. When no estimates exist at all, it shows “No good faith estimates yet” with a Create GFE action.
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/GfeListPage.tsx
- src/cores/pm/hooks/useGfeList.ts
- src/cores/pm/types/gfe.ts