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

# Billing & Payments

> Patient portal billing tab for viewing and managing payment information within the portal layout.

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

<Steps>
  <Step title="Log in to the patient portal">Authenticate via `/portal/login`.</Step>
  <Step title="Navigate to Billing">Select the billing tab within the portal, or navigate directly to `/portal/billing`.</Step>
  <Step title="Review billing information">View available billing data as presented by the PortalBillingPage component.</Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/pm.tsx
</Accordion>
