/hr/oversight. Access follows your organization’s role and module configuration.
Overview
The Clinical Oversight hub (OversightHubPage) is a tabbed page with four sections: Relationships (supervision pairings), Sessions (supervision session records), Compliance (compliance dashboard), and Reports (compliance reports). The active tab is persisted in the URL via ?tab=. Detail routes for individual relationships (/hr/oversight/relationships/:id) and sessions (/hr/oversight/sessions/:id, /hr/oversight/sessions/:id/sign) remain as separate route entries for drill-down navigation. Redirect routes (/hr/oversight/relationships, /hr/oversight/sessions, /hr/oversight/compliance, /hr/oversight/reports) all redirect to the hub with the appropriate tab parameter.

Who it’s for
Access follows your organization’s role and module configuration. ## Before you start- Supervision relationships must exist to see meaningful data in the Relationships tab.
Steps
1
Open Clinical Oversight
Navigate to
/hr/oversight.2
Select a tab
Click Relationships, Sessions, Compliance, or Reports.
3
Drill into detail
Click a relationship or session row to navigate to the detail page.
Key concepts
Permissions
Access to the Clinical Oversight hub is gated by your organization’s role and module configuration — the/hr/oversight route has no standalone hr.* permission key, so visibility is granted through the role editor rather than a single capability flag. Clinical-supervision authorization (peer supervision, session co-signature) is governed by the Clinical core where configured, not by an HR permission.
Related
Human Resources
Human Resources core overview.
Governance & parity
Documentation coverage and governance.
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.tsx
- src/routes/hr/oversight-analytics-succession-routes.tsx
- src/cores/hr/pages/oversight/OversightHubPage.tsx