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

# Supervision Sessions

> View and manage clinical supervision sessions via the Clinical Oversight hub, which redirects this path to the Sessions tab of the oversight tabbed interface.

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

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

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

| Term                 | Meaning                                                                                                         |
| -------------------- | --------------------------------------------------------------------------------------------------------------- |
| Session Type         | Classification: Individual Supervision, Group Supervision, Clinical Observation, Case Review, Training Session. |
| Supervisee Signature | A digital signature collected from the supervisee to confirm session completion.                                |

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.

## Related

<Columns cols={2}>
  <Card title="Human Resources" icon="users" href="/hr/overview">
    Human Resources core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * 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
</Accordion>
