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.

The Audits screen lets staff schedule and track audit events for residences at /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 by RH_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.view permission.
  • At least one residence must be configured to filter by residence.

Steps

1

Navigate to Audits

Open the Recovery Housing section and select Audits from the navigation, or go to /rh/audits directly.
2

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.
3

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.
4

Schedule a new audit

Click “Schedule Audit” to open the audit schedule dialog and fill in the required fields.
5

Open an audit record

Click any row to navigate to the audit detail at /rh/audits/:id, where findings can also be accessed at /rh/audits/:auditId/findings/:id.

Key concepts

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.
Records move through four statuses: scheduled, in_progress, completed, and cancelled. The upcoming-alert banner only queries records with status scheduled.
If no audit records match the active filters, the table renders an empty state. Clearing filters or scheduling the first audit resolves this.

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/AuditSchedulesPage.tsx
  • src/cores/rh/hooks/useAuditSchedules.ts
  • src/platform/permissions/constants.ts