The Transcription page lists all ambient clinical transcription sessions for your organization, allowing clinicians and reviewers to find sessions by status and navigate to session details. It is reached 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.
Overview
The page is gated bypf.transcription.sessions.view. It renders a list of session cards showing recording channel, jurisdiction code, and creation datetime. Clicking a session card navigates to /transcription/sessions/:sessionId. A RecordingIndicator component is included for in-progress sessions.
The description on the page header reads: “Ambient capture sessions for your organization.”
Who it’s for
Requirespf.transcription.sessions.view (route guard).
Before you start
- Transcription sessions are created from patient encounters; they cannot be created directly from this page.
- You need
pf.transcription.sessions.viewto access this page.
Steps
- Navigate to Transcription (
/transcription). - Browse the list of sessions.
- Click a session card to open session details at
/transcription/sessions/:sessionId.
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/TranscriptionSessionsPage.tsx
- src/platform/transcription/hooks/useTranscriptionSessions.ts
- src/platform/transcription/components/RecordingIndicator.tsx