abridge-core-workflow-b
Installation
SKILL.md
Abridge Core Workflow B — Patient-Facing Documentation
Overview
Secondary workflow: generating plain-language patient summaries from the same clinical encounter captured in Workflow A. Abridge produces both clinician notes and patient-friendly after-visit summaries (AVS), supporting 28+ languages and multiple reading levels.
Prerequisites
- Completed
abridge-core-workflow-a(encounter-to-note pipeline) - Patient portal integration configured (Epic MyChart, Athena Patient Portal)
- Understanding of health literacy requirements
Instructions
Step 1: Request Patient Summary from Completed Session
// src/workflows/patient-summary.ts
import axios, { AxiosInstance } from 'axios';