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.

The Billing & Payments screen is a patient portal tab at the route /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 explicit RequirePermission 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 /portal and then to the billing tab or directly via /portal/billing.

Steps

1

Log in to the patient portal

Authenticate via /portal/login.
2

Navigate to Billing

Select the billing tab within the portal, or navigate directly to /portal/billing.
3

Review billing information

View available billing data as presented by the PortalBillingPage component.

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.
  • src/routes/pm.tsx