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 Session Details page at /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
  1. Navigate to HR → Oversight (/hr/oversight), then the Sessions tab.
  2. Click a session to open its detail page.
Edit a session
  1. Click Edit to open the session edit dialog.
Complete a session
  1. Click the Complete action (available for non-completed, non-cancelled sessions).
Cancel a session
  1. Click the Cancel action and confirm.
Generate a PDF
  1. Click Generate PDF to create a PDF summary for documentation purposes.
Add or view signatures
  1. Use the OversightSessionSignature component on the page to view or initiate the signature workflow.

Key concepts

TermMeaning
Session TypeClassification: Individual Supervision, Group Supervision, Clinical Observation, Case Review, Training Session.
Supervisee SignatureA digital signature collected from the supervisee to confirm session completion.

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/OversightSessionDetailPage.tsx
  • src/cores/hr/hooks/oversight/useOversightSessions.ts
  • src/cores/hr/hooks/oversight/useOversightSessionMutation.ts