Abridge Reference Architecture Overview Reference architecture for Abridge clinical AI integration in a multi-site health system. Covers data flow, component design, EHR integration patterns, and HIPAA-compliant infrastructure. System Architecture Project Structure Key Design Decisions | Decision | Choice | Rationale | |----------|--------|-----------| | Language | TypeScript | Type safety for healthcare data | | EHR adapter | Strategy pattern | Swap EHR backends without changing core | | Error handling | Custom error class | HIPAA-safe: never log PHI | | Authentication | SMART on FHIR | Stan…