/rh/residents.
Overview
No route for/rh/residents was found in the shipping router. Resident data is currently accessible through the Episodes screen (/rh/episodes), which tracks resident housing episodes and admissions with status filters (Referred, Waitlisted, Admitted, On Hold, Discharged). A new admission can be initiated from that screen.
Who it’s for
Access follows your organization’s role and module configuration. ## Before you start- Confirm the correct route with your system administrator or SME before proceeding.
- If you need to view resident episodes, navigate to
/rh/episodesinstead.
Steps
1
Confirm route availability
Ask your system administrator whether
/rh/residents has been released. If not yet available, use /rh/episodes for resident-episode management.Creating a resident
The path/rh/residents/new is not registered as a <Route> in src/routes/rh.tsx and does not resolve to a component. No route component is registered at /rh/residents/new in the current codebase. The nearest related workflow is the Resident Admission Wizard located at /rh/admissions/new, which handles new resident intake. Visiting /rh/residents/new in a production build will result in a 404 / Not Found response from the RH router.
This path currently has no associated screen. Refer to /rh/admissions/new (see New Admission) for the resident intake workflow.
1
Verify the correct intake path
Navigate to
/rh/admissions/new to start the Resident Admission Wizard. The /rh/residents/new path is unregistered.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/EpisodesPage.tsx
- src/platform/permissions/constants.ts