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 path /rh/admissions is not registered as a standalone route in src/routes/rh.tsx. The only admission-related route in the RH router is /rh/admissions/new, which renders the AdmissionWizardPage component.

Overview

The route /rh/admissions has no registered <Route> element in src/routes/rh.tsx. The RH router provides /rh/admissions/new, which launches the AdmissionWizardPage wizard to create a new resident admission. After wizard completion, the application navigates to /rh/episodes/:residentId. Users seeking a list of admissions should navigate to /rh/episodes.

Who it’s for

No explicit permission gate on this route (the path is unregistered). The /rh/admissions/new wizard path is protected by the outer RHViewGuard, which requires RH_PERMISSIONS.DASHBOARD_VIEW (rh.dashboard.view).

Before you start

  • Hold rh.dashboard.view permission to access any route within the RH module.

Steps

1

Navigate to the new admission wizard

Go to /rh/admissions/new to start the resident admission wizard. The /rh/admissions path itself is not a registered screen.

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/AdmissionWizardPage.tsx