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

# Residents

> Planned page for viewing and managing individual residents in Recovery Housing — routes not yet present in the shipped router.

This page is reserved for the Residents screen at `/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/episodes` instead.

## Steps

<Steps>
  <Step title="Confirm route availability">
    Ask your system administrator whether `/rh/residents` has been released. If not yet available, use `/rh/episodes` for resident-episode management.
  </Step>
</Steps>

## 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](/rh/admissions)) for the resident intake workflow.

<Steps>
  <Step title="Verify the correct intake path">Navigate to `/rh/admissions/new` to start the Resident Admission Wizard. The `/rh/residents/new` path is unregistered.</Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="Recovery Housing" icon="house" href="/rh/references">
    Recovery Housing references and overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/rh.tsx
  * src/cores/rh/pages/EpisodesPage.tsx
  * src/platform/permissions/constants.ts
</Accordion>
