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

# Oversight Relationships

> View the Relationships tab of the Clinical Oversight hub, which manages supervisor-supervisee oversight pairings.

The `/hr/oversight/relationships` route is a redirect that opens the Relationships tab of the Clinical Oversight hub.

## Overview

`/hr/oversight/relationships` is a redirect route that immediately replaces the URL with `/hr/oversight?tab=relationships`. The underlying Clinical Oversight Hub (`OversightHubPage`, HR-19) is a tabbed page; the Relationships tab is the default tab and is rendered by `OversightRelationshipsPage`. Detail drill-down to a specific relationship uses the route `/hr/oversight/relationships/:id` (rendered by `OversightRelationshipDetailPage`), which is a separate, non-redirect route.

## Who it's for

Access follows your organization's role and module configuration. ## Before you start

* Navigate directly to `/hr/oversight` to access the full Clinical Oversight Hub.

## Steps

1. Navigate to `/hr/oversight/relationships` — you will be redirected to `/hr/oversight?tab=relationships`.
2. The Clinical Oversight Hub will open with the Relationships tab active.
3. To view a specific relationship, click its record; this navigates to `/hr/oversight/relationships/:id`.

## Viewing a relationship

The Relationship Details page at `/hr/oversight/relationships/:id` displays a single clinical oversight relationship record. The page loads the relationship by `:id`, shows supervisor and supervisee names (resolved from profile records), a status badge (`active`, `on_hold`, or `ended`), and relationship metadata. The breadcrumb label is set dynamically to "Supervisor → Supervisee" format.

| Term                | Meaning                                                                 |
| ------------------- | ----------------------------------------------------------------------- |
| Supervisor          | The licensed clinical professional responsible for providing oversight. |
| Supervisee          | The staff member receiving clinical supervision.                        |
| Relationship Status | `active`, `on_hold`, or `ended`.                                        |

Before you start: oversight relationships are created and managed from the Oversight hub at `/hr/oversight`.

1. Navigate to **HR → Oversight** (`/hr/oversight`), then to the **Relationships** tab.
2. Click a relationship row to open its detail page.
3. Review supervisor, supervisee, status, and related session data.

## 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/OversightRelationshipsPage.tsx
  * src/cores/hr/pages/oversight/OversightRelationshipDetailPage.tsx
  * src/cores/hr/hooks/oversight/useOversightRelationships.ts
</Accordion>
