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.

This page corresponds to the intended route /rh/outcomes/indicators/new for creating a new outcome indicator.

Overview

Outcome indicators are currently created via the OutcomeIndicatorDialog modal, which opens from the New Indicator button on the /rh/outcomes/indicators list page. The dialog wraps OutcomeIndicatorForm, a single-screen form (no wizard). On success, the dialog closes and the indicators list refreshes. No dedicated /rh/outcomes/indicators/new route exists.

Who it’s for

No explicit permission gate is defined on a /new route because it does not exist. The outer RH_PERMISSIONS.DASHBOARD_VIEW (rh.dashboard.view) guard applies to the list page at /rh/outcomes/indicators.

Before you start

  • Navigate to /rh/outcomes/indicators (Outcome Indicators list).
  • Click New Indicator to open the creation dialog.
  • Your account must hold rh.dashboard.view permission.

Steps

1

Open the Outcome Indicators list

Navigate to /rh/outcomes/indicators. The list shows existing indicators with name, measurement type, and active status.
2

Click New Indicator

Click the New Indicator button in the page header to open the OutcomeIndicatorDialog modal.
3

Fill in the indicator form

Enter the Indicator Name (required). Select a Measurement Type: Binary (Yes/No), Scale (1–10), Count, or Percentage. Optionally add a Description. Toggle Active to control whether this indicator appears in assessments (defaults to on).
4

Submit

Click Create Indicator. On success the dialog closes and the list refreshes. On error a sanitized error toast is displayed.

Key concepts

TermCode identifierNotes
Outcome IndicatorOutcomeIndicator typeNamed measurable outcome tracked for residents
Measurement Typemeasurement_typebinary, scale, count, or percentage
Activeis_activeControls inclusion in assessments
OutcomeIndicatorDialogDialog componentModal wrapper for the create/edit form
OutcomeIndicatorFormForm componentSingle-screen form, no wizard

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/pages/OutcomeIndicatorsPage.tsx
  • src/cores/rh/components/forms/OutcomeIndicatorDialog.tsx
  • src/cores/rh/components/forms/OutcomeIndicatorForm.tsx