Skip to main content

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.

The path /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/sessions will automatically redirect to the Sessions tab.

Steps

  1. Navigate to /hr/oversight and select the Sessions tab, or navigate directly to /hr/oversight/sessions (auto-redirects).
  2. View the list of supervision sessions.
  3. Click a session row to open the session detail page at /hr/oversight/sessions/:id.
  4. From the detail page, supervisors can edit, complete, or cancel a session.

Key concepts

TermMeaning
Supervision sessionA logged clinical supervision interaction between a supervisor and a supervisee.
Session typeCategory of session (individual, group, observation, case review, training).
Session statusLifecycle state: scheduled, in_progress, completed, cancelled.

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.
  • src/routes/hr/oversight-analytics-succession-routes.tsx
  • src/cores/hr/pages/oversight/OversightHubPage.tsx
  • src/cores/hr/pages/oversight/OversightSessionDetailPage.tsx