The Session 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/sessions/:id shows the full record for a single clinical oversight/supervision session.
Overview
The page loads a session by:id. A status badge reflects: Scheduled (info), In Progress (warning), Completed (success), or Cancelled (secondary). Session type labels include: Individual Supervision, Group Supervision, Clinical Observation, Case Review, and Training Session. The page shows session metadata, related relationship (supervisor/supervisee), an edit dialog, and signature section. Complete and Cancel actions are available for appropriate session states. A “Generate PDF” button creates a PDF summary of the session. The breadcrumb label is set to the session type.
Who it’s for
No explicit permission gate on this route.Before you start
- A clinical oversight relationship must exist before sessions can be created.
Steps
View a session- Navigate to HR → Oversight (
/hr/oversight), then the Sessions tab. - Click a session to open its detail page.
- Click Edit to open the session edit dialog.
- Click the Complete action (available for non-completed, non-cancelled sessions).
- Click the Cancel action and confirm.
- Click Generate PDF to create a PDF summary for documentation purposes.
- Use the
OversightSessionSignaturecomponent on the page to view or initiate the signature workflow.
Key concepts
| Term | Meaning |
|---|---|
| Session Type | Classification: Individual Supervision, Group Supervision, Clinical Observation, Case Review, Training Session. |
| Supervisee Signature | A digital signature collected from the supervisee to confirm session completion. |
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/OversightSessionDetailPage.tsx
- src/cores/hr/hooks/oversight/useOversightSessions.ts
- src/cores/hr/hooks/oversight/useOversightSessionMutation.ts