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

# Recovery Housing Overview

> Overview of the Recovery Housing core in Encore OS — purpose, scope, and key responsibilities.

The Recovery Housing core (RH) manages residential recovery operations for Encore OS — admissions and referrals, beds and census, programs and daily operations, resident assessments, discharge planning, alumni and outcomes, grievances, and housing compliance.

<Note>
  **Architecture:** RH is a domain core that depends only on **Platform Foundation**. Its regulatory baseline (AZDHS licensing, NARR standards) is tracked on the [Recovery Housing references](/rh/references) page.
</Note>

## The resident lifecycle

An episode moves through an admission-to-discharge state machine. A referral converts to an admission, a bed is assigned from the bed board, the resident runs daily operations and program phases, and discharge planning leads into outcomes and alumni follow-up.

```mermaid theme={null}
flowchart LR
  Referral["Referral"] --> Admit["Admission<br/>+ bed assignment"]
  Admit --> Ops["Daily operations<br/>(programs, attendance,<br/>chores, passes)"]
  Ops --> Hold{"On hold?"}
  Hold -->|resume| Ops
  Hold -->|ready| Discharge["Discharge<br/>planning"]
  Ops --> Discharge
  Discharge --> Outcomes["Outcomes &<br/>alumni follow-up"]
  Census["Bed board<br/>& census"] -.-> Admit
  Census -.-> Ops
```

<Frame caption="Outcome indicators — the measurement library tracked across the resident lifecycle.">
  <img src="https://mintcdn.com/encoreos/FHgwdEuPbyKq-W7P/images/rh-outcomes/outcome-indicators.png?fit=max&auto=format&n=FHgwdEuPbyKq-W7P&q=85&s=2b76910f2da9087966534755c8ed4fde" alt="Recovery Housing outcome indicators library" width="1440" height="900" data-path="images/rh-outcomes/outcome-indicators.png" />
</Frame>

## Key surfaces

<CardGroup cols={2}>
  <Card title="Bed board" icon="bed" href="/rh/bed-board">
    Live bed availability, assignments, and holds.
  </Card>

  <Card title="Census" icon="users" href="/rh/census">
    Current residents, occupancy, and movement.
  </Card>

  <Card title="Admissions" icon="door-open" href="/rh/admissions">
    Referrals, intake, and new-resident onboarding.
  </Card>

  <Card title="Programs & daily ops" icon="calendar-days" href="/rh/programs">
    Programs, schedules, chores, passes, and shift notes.
  </Card>

  <Card title="Discharge planning" icon="door-closed" href="/rh/discharge-plans">
    Transition planning and discharge documentation.
  </Card>

  <Card title="Outcomes & alumni" icon="chart-line" href="/rh/outcomes">
    Outcome indicators, follow-ups, and alumni engagement.
  </Card>
</CardGroup>

## Get oriented in RH

<Steps>
  <Step title="Admit the resident">
    Convert a [referral](/rh/referrals) into an [admission](/rh/admissions) and assign a bed from the [bed board](/rh/bed-board).
  </Step>

  <Step title="Run daily operations">
    Manage [programs](/rh/programs), attendance, chores, passes, and shift notes; keep the [census](/rh/census) current.
  </Step>

  <Step title="Plan discharge & track outcomes">
    Build a [discharge plan](/rh/discharge-plans), then follow [outcomes and alumni](/rh/outcomes) engagement post-discharge.
  </Step>
</Steps>

## By role

<Tabs>
  <Tab title="House manager">
    Daily [bed board](/rh/bed-board), [census](/rh/census), chores, curfew checks, and shift notes.
  </Tab>

  <Tab title="Case manager">
    [Admissions](/rh/admissions), assessments, [programs](/rh/programs), and [discharge planning](/rh/discharge-plans).
  </Tab>

  <Tab title="Compliance">
    Grievances, significant events, audits, and the [compliance guide](/rh/compliance). See the [regulatory references](/rh/references).
  </Tab>

  <Tab title="Leadership">
    [Outcomes](/rh/outcomes), alumni engagement, and occupancy reporting.
  </Tab>
</Tabs>

## Scope at a glance

* **Residents & admissions** — referrals, admissions, episodes, resident records.
* **Beds & census** — bed board, bed management, residences, occupancy.
* **Programs & daily ops** — programs, attendance, chores, curfew checks, passes, transport, shift notes, schedule templates.
* **Assessments & outcomes** — assessments, engagement, outcome indicators, UDS testing, follow-ups.
* **Discharge** — discharge plans, discharge documents, aftercare.
* **Compliance & reports** — grievances, significant events, audits, med audits, requirements, reports.

## Related

<CardGroup cols={3}>
  <Card title="Regulatory references" icon="scale-balanced" href="/rh/references">
    AZDHS licensing and NARR recovery-residence standards.
  </Card>

  <Card title="Compliance guide" icon="shield-halved" href="/rh/compliance">
    Day-to-day RH compliance workflow.
  </Card>

  <Card title="Specs" icon="github" href="https://github.com/encore-os/encoreos/tree/main/specs/rh">
    Source specifications for the RH core.
  </Card>
</CardGroup>
