The Checklists screen lets staff track and complete individual compliance checklist items atDocumentation 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/compliance/checklists.
Overview
The Checklists screen displays a filterable table of compliance checklist records for the current organization. Staff can filter by residence, linked compliance requirement, and status. New checklist items can be added using the “Add Checklist Item” button, which opens an inline dialog. The checklist table is populated from therh_compliance_checklists table and linked to compliance requirements from rh_compliance_requirements. Checklist items progress through statuses of pending, completed, verified, and non-compliant.
Who it’s for
Protected byRH_PERMISSIONS.DASHBOARD_VIEW (rh.dashboard.view) via the shared RHViewGuard on all RH routes. No additional per-route permission gate exists for /rh/compliance/checklists.
Before you start
- Your account must have the
rh.dashboard.viewpermission. - Compliance requirements must be configured at
/rh/compliance/requirementsbefore checklist items can be linked to a requirement.
Steps
Navigate to Checklists
Open Recovery Housing, go to the Compliance section, and select Checklists, or navigate directly to
/rh/compliance/checklists.Filter the list
Use the Residence, Requirement, and Status selectors to narrow the checklist items. Statuses are: Pending, Completed, Verified, and Non-Compliant.
Add a checklist item
Click “Add Checklist Item” to open the compliance checklist dialog and complete the required fields.
Key concepts
Checklist statuses
Checklist statuses
Items move through four statuses:
pending, completed, verified, and non_compliant. The exact workflow rules for each transition should be confirmed with your compliance SME.Link to requirements
Link to requirements
Each checklist item can be linked to a compliance requirement (
rh_compliance_requirements). The Requirement filter on this screen is populated from the active requirements for the organization.Empty state
Empty state
If no checklist items match the active filters, the table renders an empty state. Clearing filters or adding the first item resolves this.
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/ComplianceChecklistsPage.tsx
- src/cores/rh/hooks/useComplianceRequirements.ts
- src/platform/permissions/constants.ts