abridge-core-workflow-b

Featured

Implement Abridge patient-facing documentation and after-visit summary generation. Use when building patient portal integration, generating plain-language summaries, multi-language translations, or after-visit instructions from clinical encounters. Trigger: "abridge patient summary", "after-visit summary", "patient portal abridge", "abridge patient-facing", "abridge multilingual".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 ```typescript // src/workflows/patient-summary.ts import axios, { AxiosInstance } from 'axios'; interface PatientSummary { summary_id: string; session_id: string; language: string; // ISO 639-1 code reading_level: 'basic' | 'intermediate' | 'advanced'; sections: { visit_reason: string; // Plain-language chief complaint what_we_discussed: string; // Key discussion points your_diagnosis: string; // Explained at target reading level next_steps: string; // Action items for patient medications: Array<{ name: string; instructions: string; // "Take 1 pill by mouth twice daily" warnings: string; }>; follow_up: { when: string; // "Come back in 2 weeks" why: string; // "To check if your cough ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

abridge-core-workflow-a

Implement Abridge ambient clinical documentation capture-to-note pipeline. Use when building the primary encounter workflow: audio capture, real-time transcription, AI note generation, and EHR note insertion. Trigger: "abridge clinical workflow", "abridge encounter pipeline", "ambient documentation workflow", "abridge note generation".

2,266 Updated today
jeremylongshore
AI & Automation Featured

abridge-hello-world

Create a minimal Abridge ambient AI clinical documentation example. Use when testing Abridge integration, verifying EHR connectivity, or learning how Abridge captures and structures clinical conversations. Trigger: "abridge hello world", "abridge example", "abridge quick start", "test abridge".

2,266 Updated today
jeremylongshore
AI & Automation Featured

abridge-webhooks-events

Implement Abridge webhook handling for clinical documentation events. Use when receiving note completion notifications, encounter status changes, provider enrollment events, or quality alert callbacks from Abridge. Trigger: "abridge webhook", "abridge events", "abridge notifications", "abridge note completed event", "abridge encounter event".

2,266 Updated today
jeremylongshore
AI & Automation Featured

abridge-sdk-patterns

Apply production-ready patterns for Abridge clinical AI integration. Use when building reusable Abridge client wrappers, implementing HIPAA-compliant error handling, or establishing team coding standards for healthcare AI. Trigger: "abridge SDK patterns", "abridge best practices", "abridge code patterns".

2,266 Updated today
jeremylongshore
AI & Automation Featured

abridge-upgrade-migration

Plan and execute Abridge integration upgrades and EHR migration procedures. Use when upgrading Abridge API versions, migrating between EHR systems, or handling breaking changes in clinical documentation workflows. Trigger: "abridge upgrade", "abridge migration", "abridge version update", "migrate abridge EHR", "abridge breaking changes".

2,266 Updated today
jeremylongshore