The pathDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/rh/staff-operations/shift-notes/new is not registered as a <Route> in src/routes/rh.tsx and does not resolve to a standalone component.
Overview
New shift notes are created via theShiftNoteDialog modal, which opens from the “Create Shift Note” button on the Shift Notes list page at /rh/staff-operations/shift-notes. The dialog renders ShiftNoteForm, which accepts residence, shift date, shift time, shift type (day, evening, overnight), daily operations, significant events, resident status, and a free-text notes field. The form supports auto-save on existing notes (interval configured via module settings). There is no standalone page at this path.
Who it’s for
RequiresRH_PERMISSIONS.DASHBOARD_VIEW (rh.dashboard.view) through the parent RHViewGuard. The ShiftNotesPage button is gated at the page level; no finer-grained create permission is visible on the route itself.
Before you start
Navigate to/rh/staff-operations/shift-notes and click “Create Shift Note” to open the creation dialog.
Steps
Fill in the form
Select Residence, Shift Date, Shift Time, and Shift Type. Enter any relevant content in Daily Operations, Significant Events, Resident Status, and Notes fields.
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/ShiftNotesPage.tsx
- src/cores/rh/components/forms/ShiftNoteDialog.tsx
- src/cores/rh/components/forms/ShiftNoteForm.tsx