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 Statement Run Details page displays summary information for a completed or in-progress statement generation run. Route: /pm/statements/:runId.

Overview

StatementRunDetailPage loads a run record via useStatementRunDetail keyed by runId. It displays:
  • Run type (using STATEMENT_RUN_TYPE_LABELS)
  • Status badge (using STATEMENT_RUN_STATUS_LABELS and STATEMENT_RUN_STATUS_VARIANT)
  • Start timestamp formatted as month/day/year hour:minute AM/PM
Breadcrumbs link back to /pm/statements. Content is gated by pm.statements.view via PermissionGate. A three-column summary grid is rendered.

Who it’s for

Requires permission pm.statements.view (PM_PERMISSIONS.STATEMENTS_VIEW), applied via PermissionGate inside the component.

Before you start

  • Access this page from the statement runs list at /pm/statements.

Steps

1

Open a statement run

Navigate to Practice Management → Statements, select a run from the list, or go to /pm/statements/:runId.
2

Review run summary

The summary shows run type, start timestamp, and status badge. Additional columns may display further run metadata.

Key concepts

  • Statement run status — reflects whether the run is in progress, completed, or errored; rendered from STATEMENT_RUN_STATUS_LABELS.
  • Run type — the category of statement generated (e.g., batch vs. individual); rendered from STATEMENT_RUN_TYPE_LABELS.

Practice Management

Practice Management core overview.

Governance & parity

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/StatementRunDetailPage.tsx
  • src/cores/pm/hooks/useStatementRuns.ts
  • src/cores/pm/types/statement-billing.ts