abridge-local-dev-loop
Installation
SKILL.md
Abridge Local Dev Loop
Overview
Local development workflow for Abridge clinical AI integrations. Uses a local HAPI FHIR server for EHR simulation, synthetic patient data from Synthea, and Abridge sandbox APIs. Never use real PHI in development.
Prerequisites
- Completed
abridge-install-authsetup - Docker installed (for local FHIR server)
- Node.js 18+ with TypeScript
- Abridge sandbox credentials
Instructions
Step 1: Start Local FHIR Server
# Run HAPI FHIR R4 server locally
Related skills