Skip to main content
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

Access follows your organization’s role and module configuration. ## 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

Viewing a session

The Session Details page at /hr/oversight/sessions/:id shows the full record for a single clinical oversight/supervision session. A status badge reflects: Scheduled (info), In Progress (warning), Completed (success), or Cancelled (secondary). Session type labels include: Individual Supervision, Group Supervision, Clinical Observation, Case Review, and Training Session. The page shows session metadata, related relationship (supervisor/supervisee), an edit dialog, and signature section. Complete and Cancel actions are available for appropriate session states. A Generate PDF button creates a PDF summary. The breadcrumb label is set to the session type. Before you start: a clinical oversight relationship must exist before sessions can be created. View a session: Navigate to HR → Oversight (/hr/oversight), Sessions tab, and click a session. Edit a session: Click Edit to open the session edit dialog. Complete a session: Click the Complete action (available for non-completed, non-cancelled sessions). Cancel a session: Click the Cancel action and confirm. Generate a PDF: Click Generate PDF to create a PDF summary for documentation purposes. Add or view signatures: Use the OversightSessionSignature component on the page to view or initiate the signature workflow.

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
  • src/cores/hr/hooks/oversight/useOversightSessions.ts
  • src/cores/hr/hooks/oversight/useOversightSessionMutation.ts