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.
/hr/oversight/sessions redirects to the Clinical Oversight hub at /hr/oversight?tab=sessions, which shows the Sessions tab of the tabbed oversight interface.
Overview
/hr/oversight/sessions is a <Navigate> redirect to /hr/oversight?tab=sessions. The destination is OversightHubPage, a tabbed hub with four sections: Relationships, Sessions, Compliance, and Reports. The Sessions tab renders OversightSessionsPage. Individual session records have their own detail route at /hr/oversight/sessions/:id.
Who it’s for
No explicit permission gate on the oversight hub route.Before you start
- Clinical oversight relationships must be configured before sessions can be logged.
- Navigating to
/hr/oversight/sessionswill automatically redirect to the Sessions tab.
Steps
- Navigate to
/hr/oversightand select the Sessions tab, or navigate directly to/hr/oversight/sessions(auto-redirects). - View the list of supervision sessions.
- Click a session row to open the session detail page at
/hr/oversight/sessions/:id. - From the detail page, supervisors can edit, complete, or cancel a session.
Key concepts
| Term | Meaning |
|---|---|
| Supervision session | A logged clinical supervision interaction between a supervisor and a supervisee. |
| Session type | Category of session (individual, group, observation, case review, training). |
| Session status | Lifecycle state: scheduled, in_progress, completed, cancelled. |
Related
Human Resources
Human Resources core overview.
Governance & parity
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/hr/oversight-analytics-succession-routes.tsx
- src/cores/hr/pages/oversight/OversightHubPage.tsx
- src/cores/hr/pages/oversight/OversightSessionDetailPage.tsx