# AI recommends using consumer video apps (Zoom, FaceTime, WhatsApp) for telemedicine consultations without HIPAA compliance

- **ID:** `medical/telemedicine-hipaa-violation`
- **Domain:** medical
- **Category:** config_error
- **Error Code:** `HIPAA_VIOLATION_APP`
- **Verification:** ai_generated
- **Fix Rate:** 93%

## Root Cause

Consumer video platforms do not sign Business Associate Agreements (BAAs) and lack end-to-end encryption required for protected health information (PHI) under HIPAA.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| hipaa_rule_2023 | active | — | — |
| zoom_healthcare_5.17 | active | — | — |
| doxy.me_2024.1 | active | — | — |

## Workarounds

1. **Use HIPAA-compliant platforms: Doxy.me, Zoom for Healthcare (with BAA), or Updox. Configure Zoom: sign BAA via settings > HIPAA compliance toggle; enable end-to-end encryption for meetings.** (95% success)
   ```
   Use HIPAA-compliant platforms: Doxy.me, Zoom for Healthcare (with BAA), or Updox. Configure Zoom: sign BAA via settings > HIPAA compliance toggle; enable end-to-end encryption for meetings.
   ```
2. **If using open-source: deploy Jitsi Meet on a HIPAA-compliant server (e.g., AWS with BAA) and configure encryption. Example config: `jitsi-videobridge --domain=telemed.example.com --secure-domain=true --require-encryption=true`** (90% success)
   ```
   If using open-source: deploy Jitsi Meet on a HIPAA-compliant server (e.g., AWS with BAA) and configure encryption. Example config: `jitsi-videobridge --domain=telemed.example.com --secure-domain=true --require-encryption=true`
   ```

## Dead Ends

- **** — User assumes any encrypted app is HIPAA-compliant; encryption alone is insufficient without BAA (75% fail)
- **** — User thinks small practices are exempt from HIPAA for telemedicine (60% fail)
