The Relationship Details page atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/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
- Navigate to HR → Oversight (
/hr/oversight), then to the Relationships tab. - Click a relationship row to open its detail page.
- Review supervisor, supervisee, status, and related session data.
Key concepts
| 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. |
Related
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.
Documentation sources
Documentation sources
- src/routes/hr/oversight-analytics-succession-routes.tsx
- src/cores/hr/pages/oversight/OversightRelationshipDetailPage.tsx
- src/cores/hr/hooks/oversight/useOversightRelationships.ts