This page corresponds to the intended routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/rh/outcomes/indicators/new for creating a new outcome indicator.
Overview
Outcome indicators are currently created via theOutcomeIndicatorDialog 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.viewpermission.
Steps
Open the Outcome Indicators list
Navigate to
/rh/outcomes/indicators. The list shows existing indicators with name, measurement type, and active status.Click New Indicator
Click the New Indicator button in the page header to open the
OutcomeIndicatorDialog modal.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).
Key concepts
| Term | Code identifier | Notes |
|---|---|---|
| Outcome Indicator | OutcomeIndicator type | Named measurable outcome tracked for residents |
| Measurement Type | measurement_type | binary, scale, count, or percentage |
| Active | is_active | Controls inclusion in assessments |
OutcomeIndicatorDialog | Dialog component | Modal wrapper for the create/edit form |
OutcomeIndicatorForm | Form component | Single-screen form, no wizard |
Related
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.
Documentation sources
Documentation sources
- src/routes/rh.tsx
- src/cores/rh/pages/OutcomeIndicatorsPage.tsx
- src/cores/rh/components/forms/OutcomeIndicatorDialog.tsx
- src/cores/rh/components/forms/OutcomeIndicatorForm.tsx