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 Relationship Details page at /hr/oversight/relationships/:id displays a single clinical oversight relationship record, including supervisor, supervisee, status, and related metadata.

Overview

The page loads a supervision relationship by its :id URL parameter. It displays the supervisor and supervisee names (resolved from profile records), the relationship status badge (active, on_hold, or ended), and relationship metadata. A breadcrumb label is set dynamically to “Supervisor → Supervisee” format. The main oversight hub is at /hr/oversight (tabbed, with a Relationships tab).

Who it’s for

No explicit permission gate on this route.

Before you start

  • Oversight relationships are created and managed from the Oversight hub at /hr/oversight.

Steps

  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.

Key concepts

TermMeaning
SupervisorThe licensed clinical professional responsible for providing oversight.
SuperviseeThe staff member receiving clinical supervision.
Relationship Statusactive, on_hold, or ended.

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/OversightRelationshipDetailPage.tsx
  • src/cores/hr/hooks/oversight/useOversightRelationships.ts