The Billing & Payments screen is a patient portal tab at the routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/portal/billing.
Overview
The/portal/billing route is a nested child of the /portal layout in src/routes/pm.tsx. It renders the PortalBillingPage component from @/cores/pm/pages/portal/PortalBillingPage. It is part of the PM-12 Patient Portal module, accessed after a patient or authorized individual logs in via /portal/login. The exact billing content is defined in the PM core. This route is reached via the portal PortalLayout.
Who it’s for
SME: confirm — no explicitRequirePermission gate visible on the nested billing child route; authentication is enforced by the parent PortalLayout.
Before you start
- The patient or authorized user must be authenticated in the patient portal.
- Navigate through
/portaland then to the billing tab or directly via/portal/billing.
Steps
Navigate to Billing
Select the billing tab within the portal, or navigate directly to
/portal/billing.Related
Platform Foundation
Platform Foundation overview.
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