Clinical Oversight is available at routeDocumentation 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. No explicit permission gate on this route.
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
No explicit permission gate on the hub route.Before you start
- Supervision relationships must exist to see meaningful data in the Relationships tab.
Steps
Key concepts
| Term | Meaning in code |
|---|---|
useTabUrlState | Platform hook syncing active tab with ?tab= URL parameter |
VALID_TABS | ['relationships', 'sessions', 'compliance', 'reports'] |
OversightRelationshipDetailPage | Detail page at /hr/oversight/relationships/:id |
OversightSessionSignPage | Signature page at /hr/oversight/sessions/:id/sign |
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