Agent skill · software engineering · jeremylongshore
abridge-core-workflow-a
Implement Abridge ambient clinical documentation capture-to-note pipeline.
Why this skill is useful
Adds a complete encounter-to-note pipeline with executable code for audio capture and EHR integration that isn't available in public documentation.
What it needs
Requires axios, ws installed locally. Requires abridge account access. About 4k tokens when loaded. Last updated 2026-08-07. 2,604 stars on the source repository.
What this skill does
Abridge Core Workflow A — Encounter-to-Note Pipeline Overview Primary money-path workflow for Abridge: capturing a clinical encounter via ambient listening, processing it through Abridge's generative AI, producing a structured clinical note, and pushing it into the EHR. This is the workflow that runs millions of times daily across health systems using Abridge. Prerequisites Completed abridge-install-auth setup EHR integration configured (Epic preferred) Audio capture infrastructure (microphone array or mobile device) HIPAA-compliant transport layer (TLS 1.3+) Instructions Step 1: Initialize Encounter Session Step 2: Stream Audio via WebSocket Step 3: Generate and Retrieve Clinical Note Step 4: Push Note to EHR via FHIR Output Ambient encounter session with real-time transcription Structured SOAP note with ICD-10, CPT, and HCC codes Source-mapped citations linking AI output to conversation audio FHIR DocumentReference created in Epic EHR Examples In a non-production integration test, initialize an encounter with synthetic patient and encounter identifiers, then stream a short pre-recorded synthetic conversation. Wait for the finalized SOAP note, inspect its source map and quality metrics, and submit a DocumentReference to the sandbox FHIR endpoint. Treat the returned resource ID as the success signal. If the resource fails validation, retain only the redacted OperationOutcome, correct the FHIR payload, and retry without replaying real clinical audio. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills jeremylongshore/abridge-core-workflow-a