The Audits screen lets staff schedule and track audit events for residences 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/audits.
Overview
The Audits screen displays a filterable table of audit schedule records scoped to the current organization. An alert banner appears automatically when one or more audits are scheduled within the next 7 days. Staff can create a new audit entry using the “Schedule Audit” button, which opens an inline dialog. The list can be filtered by residence, audit type, and status before results are shown.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/audits.
Before you start
- Your account must have the
rh.dashboard.viewpermission. - At least one residence must be configured to filter by residence.
Steps
Navigate to Audits
Open the Recovery Housing section and select Audits from the navigation, or go to
/rh/audits directly.Review the upcoming audits alert
If any audits are in
scheduled status with a date within the next 7 days, an alert banner displays the count.Filter the audit list
Use the Residence, Audit Type, and Status selectors to narrow the list. Audit types are: Internal, External, Regulatory, NARR, Arizona DHS, and Other. Statuses are: Scheduled, In Progress, Completed, and Cancelled.
Schedule a new audit
Click “Schedule Audit” to open the audit schedule dialog and fill in the required fields.
Key concepts
Audit types
Audit types
The screen supports six audit type values:
internal, external, regulatory, narr, arizona_dhs, and other. The meaning of each type in your organization’s compliance program should be confirmed with your compliance SME.Audit statuses
Audit statuses
Records move through four statuses:
scheduled, in_progress, completed, and cancelled. The upcoming-alert banner only queries records with status scheduled.Empty state
Empty state
If no audit records match the active filters, the table renders an empty state. Clearing filters or scheduling the first audit 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/AuditSchedulesPage.tsx
- src/cores/rh/hooks/useAuditSchedules.ts
- src/platform/permissions/constants.ts