Transcription session detail 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.
/transcription/sessions/:sessionId where clinicians view consent status, operate the recorder, and review or attest the AI-generated session draft.
Overview
The Session Details page loads a single transcription session viauseTranscriptionSession(sessionId) and its AI-generated draft via useTranscriptionDraft(sessionId). It renders a ConsentBanner at the top, TranscriptionRecorder for audio controls, and a draft card for review. The breadcrumb is set to the short session ID. If the session is not found an error empty state is shown. The route is protected by pf.transcription.sessions.view. Full draft editing and citation tooltips are planned for a later work stream (WS5).
Who it’s for
Required permission:pf.transcription.sessions.view
Before you start
- You must hold the
pf.transcription.sessions.viewpermission. - The session must exist in your organization; cross-organization sessions will show “not found.”
- Typically reached by clicking a session row in the sessions list or from the Review Queue.
Steps
- Navigate to
/transcription/sessions/:sessionId(or click a session from the Review Queue or sessions list). - Review and acknowledge the consent banner.
- Use the recorder controls if additional audio capture is needed.
- Review the AI-generated draft in the draft card.
- Attest the draft. SME: confirm the exact attestation action available in the current release.
Key concepts
Consent banner — A notice presented before session content is displayed, confirming patient consent status for recording. TranscriptionRecorder — Controls for starting, pausing, and stopping audio capture within the session. Draft — The AI-generated note associated with the session; requires clinician attestation before finalization. jurisdiction_code — The regulatory jurisdiction that governs this session’s recording and transcription rules.Related
Platform Foundation
Platform Foundation 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/platform.tsx
- src/platform/transcription/pages/TranscriptionSessionDetailPage.tsx
- src/platform/transcription/hooks/useTranscriptionSessions.ts
- src/platform/transcription/components/ConsentBanner.tsx