// Case Study · Confidential · US Healthcare Group (3 states)

HIPAA-compliant telemedicine with AI clinical documentation

A US healthcare group needed a telemedicine platform across 3 states — video consultations, EHR integration, prescription management, insurance billing, and AI documentation to reduce physician admin time. We delivered HIPAA-compliant infrastructure with AI SOAP-note generation that cut documentation time by 45%.

#healthtech#telemedicine#hipaa#ai-clinical#ai-integration#ehr
HIPAA-compliant telemedicine with AI clinical documentation — cover

The challenge

A US healthcare group serving three states needed a telemedicine platform built around physician workflow, not against it. Their requirements:

Existing telemedicine platforms covered video adequately and everything else thinly.

What we built

A telemedicine platform with AI clinical documentation as a core surface:

The AI documentation alone cut physician documentation time by 45%.

Architecture

A React + Node.js platform on a HIPAA-compliant AWS account, audited for SOC 2 readiness:

Outcomes

Why it worked

Three deliberate calls:

  1. Mandatory human review on AI output. The AI generates the SOAP note; the physician edits, approves, and posts. We never auto-post AI-generated PHI to the EHR. That call closed every clinical-safety conversation in under a minute.
  2. Strip-then-process for AI. No PHI ever leaves the HIPAA-eligible boundary in raw form. The proxy strips identifiers, sends de-identified text to the model, and re-inserts identifiers on the response. The auditor verified this flow on the first walk-through.
  3. Epic integration was a foundation, not a feature. The encounter context is the EHR, not our database. Our system holds session state and AI artifacts; the canonical record stays in Epic. That clarity made the integration small, the audit short, and the physician adoption fast.

The platform is now expanding into specialty practices on the same architecture.