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 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 at /transcription.

Overview

The page is gated by pf.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

Requires pf.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.view to access this page.

Steps

  1. Navigate to Transcription (/transcription).
  2. Browse the list of sessions.
  3. Click a session card to open session details at /transcription/sessions/:sessionId.

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.
  • src/routes/platform.tsx
  • src/platform/transcription/pages/TranscriptionSessionsPage.tsx
  • src/platform/transcription/hooks/useTranscriptionSessions.ts
  • src/platform/transcription/components/RecordingIndicator.tsx