The Compliance dashboard is the central landing page for recovery housing compliance monitoring, accessible 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.
Overview
The Compliance page displays a two-widget summary grid (Compliance Status and Compliance Deadlines) and three quick-navigation cards linking to Requirements, Checklists, and Audits sub-sections. An Add Requirement button opens an inline dialog for creating a new compliance requirement without leaving the dashboard.Who it’s for
This route is protected byRH_PERMISSIONS.DASHBOARD_VIEW (rh.dashboard.view) via the outer RHViewGuard. There is no additional per-route permission gate on /rh/compliance itself.
Before you start
- Your account must hold the
rh.dashboard.viewpermission. - An organization context must be active (the widgets query by
organization_id).
Steps
Open the Compliance dashboard
Navigate to Recovery Housing → Compliance or go directly to
/rh/compliance. The page loads a two-column widget grid showing compliance status and upcoming deadlines.Review status widgets
The Compliance Status widget summarizes current pass/fail/pending states. The Compliance Deadlines widget shows upcoming due dates for active requirements.
Navigate to a sub-section
Click one of the three quick-navigation cards — Requirements, Checklists, or Audits — to drill into that area.
Key concepts
| Term | Code identifier | Meaning |
|---|---|---|
| Compliance Status | ComplianceStatusWidget | Aggregate pass/fail summary for active requirements |
| Compliance Deadlines | ComplianceDeadlinesWidget | Upcoming due dates across active requirements |
| Requirements | /rh/compliance/requirements | Individual compliance requirements managed in the RH core |
| Checklists | /rh/compliance/checklists | Actionable checklist records tied to requirements |
| Audits | /rh/audits | Scheduled audit activities linked to compliance tracking |
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/ComplianceDashboardPage.tsx
- src/cores/rh/components/dashboard/ComplianceStatusWidget.tsx
- src/cores/rh/components/dashboard/ComplianceDeadlinesWidget.tsx
- src/cores/rh/components/forms/ComplianceRequirementDialog.tsx