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 Checkpoints screen is intended to configure outcome measurement checkpoint definitions at /rh/outcomes/checkpoints.

Overview

The route /rh/outcomes/checkpoints is listed in navigation route labels as “Checkpoints” and is linked from the Outcome Indicators page (/rh/outcomes/indicators) via a “Checkpoints” settings button. A useOutcomeCheckpoints hook exists that queries the rh_outcome_checkpoints table, filtering by is_active and checkpoint_name, ordered by days_post_discharge. However, no standalone page component is mounted for this route in src/routes/rh.tsx as of the current codebase. Navigation to this route will render the RH 404 (Not Found) fallback. Checkpoint records are consumed by the Outcome Assessments (/rh/outcomes/assessments) and Outcome Indicators (/rh/outcomes/indicators) screens.

Who it’s for

No explicit permission gate is present on this route because no component is currently mounted. The outer RH_PERMISSIONS.DASHBOARD_VIEW guard applies to all RH routes.

Before you start

  • This screen may not yet be available as a standalone page. Verify with your administrator.
  • Checkpoint data is used by the Outcome Assessments screen at /rh/outcomes/assessments.

Steps

1

Check availability

Confirm with your administrator whether the /rh/outcomes/checkpoints route is active in your deployment.
2

Access checkpoints via Outcome Indicators

Navigate to /rh/outcomes/indicators and use the “Checkpoints” button in the header to reach this screen when it becomes available.

Recovery Housing

Recovery Housing references and 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/rh.tsx
  • src/cores/rh/hooks/useOutcomeCheckpoints.ts
  • src/cores/rh/pages/OutcomeIndicatorsPage.tsx
  • src/platform/navigation/route-labels.ts
  • src/platform/permissions/constants.ts