HealthBridge Connect — Building a HIPAA-Compliant Telemedicine Platform from the Ground Up
HOME - case studies - healthbridge connect telemedicine platform
HealthBridge Connect — Building a HIPAA-Compliant Telemedicine Platform from the Ground Up

Industry
Healthcare / Telemedicine
Region
United States
Project Type
Web + Mobile Telemedicine Platform
Timeline
14 Months
Team Size
6 Engineers
Platforms
Web (React) + Mobile (React Native) + AWS
Client Overview
HealthBridge Connect is a US-based digital health startup founded by a team of clinicians and technologists with the goal of making specialist healthcare accessible to patients in underserved and rural communities. The company identified a critical gap: primary care physicians in smaller communities lacked fast-access channels to refer patients to specialists, and patients often waited weeks for in-person consultations that could effectively be conducted via video. HealthBridge set out to build a platform connecting patients with board-certified specialists across 12 medical disciplines — from cardiology to dermatology — via asynchronous second-opinion reviews and real-time video consultations, all within a single HIPAA-compliant environment.
Challenges & Problem Statement
HealthBridge Connect faced a set of tightly interlocked challenges that made off-the-shelf telemedicine tools unsuitable for their clinical workflow model:
- HIPAA compliance from day one: All communication, data storage, and authentication had to meet HIPAA requirements — end-to-end encryption of all PHI, strict access controls, audit logging of every data access event, and BAA coverage across all third-party providers.
- Dual consultation modes: Some cases require structured asynchronous second-opinion reviews (physician uploads records, specialist reviews and returns a written opinion); others require live video. Both had to coexist in one workflow model on the same case record.
- Multi-format medical document handling: Referring physicians needed to upload DICOM imaging files, lab PDFs, and clinical notes. The platform had to ingest, process, and securely store these heterogeneous formats.
- Multi-stakeholder case access: Each consultation involves referring physician, specialist, patient, and potentially a care coordinator — each needing differentiated access to the same case at different lifecycle stages.
- Cross-time-zone scheduling: Specialist availability and patient booking had to work intelligently across all US time zones with automated reminders and no-show tracking.
- Insurance and self-pay billing: Billing had to support both insurance claim submission via a clearinghouse integration and direct patient self-pay via Stripe.
Project Overview
TTPL designed and delivered HealthBridge Connect's full-stack telemedicine platform — a HIPAA-compliant React web application and React Native mobile app backed by a Node.js/Express REST API, MongoDB Atlas database, and AWS infrastructure. The platform supports asynchronous specialist second-opinion workflows, real-time Twilio Video consultations, DICOM and multi-format document ingestion, cross-time-zone scheduling, Stripe-based billing for self-pay and insurance, and an event-driven notification system across email, SMS, and in-app WebSocket channels.
Approach
TTPL began with a compliance architecture review before writing any application code. The AWS infrastructure topology — VPC design, subnet segmentation, IAM policies, KMS key management, CloudTrail configuration, and BAA coverage mapping — was finalized first. The Node.js API was structured around domain modules (Case, Consultation, Document, Schedule, Billing, Notification) with case-level authorization middleware enforcing PHI compartmentalization at the query layer. The React and React Native apps share a component library but diverge at the specialist and patient experience layers — the specialist experience is desktop-optimized for structured case review; the patient mobile experience is simplified for document upload and appointment access. The notification pipeline was decoupled from the API from day one, with SQS queues absorbing notification triggers and independent worker processes handling email and SMS delivery.
Solution Delivered
HIPAA-Compliant AWS Infrastructure
End-to-end encrypted storage (S3 + KMS), encrypted RDS, VPC isolation, CloudTrail audit logs, and BAA coverage across all AWS services. IAM roles follow least-privilege principles with separate execution roles for API, document processing Lambda, and notification workers. Every PHI access is logged with user identity, timestamp, and action type.
Dual-Mode Consultation Workflow
A unified Case model supports both asynchronous second-opinion requests (physician uploads → specialist reviews → structured written opinion returned) and live Twilio Video consultations. A state machine manages case status transitions — with role-aware UI surfaces showing each stakeholder only the actions and data relevant to their current stage.
DICOM & Multi-Format Document Pipeline
Document ingestion accepts DICOM, PDF, JPG/PNG, and typed clinical notes. DICOM files are converted to viewable formats via a Lambda-based processing pipeline. All documents are stored in S3 with time-limited pre-signed URLs generated at access time — no raw file paths are ever returned to clients.
Cross-Time-Zone Scheduling with Automated Reminders
Specialists define availability windows in their local time zone; patients see slots converted to theirs. Booking generates iCal-compatible calendar invites, Twilio SMS reminders 24 hours and 30 minutes before appointments, and automatic no-show recording linked to the case record.
Stripe Billing — Insurance & Self-Pay
A unified billing module handles direct patient self-pay via Stripe Checkout and insurance-side claims via clearinghouse integration. Receipts, refund workflows, and billing history are accessible from the patient portal. Failed payment events trigger automated follow-up via the notification pipeline.
Event-Driven Notification System
An SQS-backed event bus triggers configurable notifications at every case lifecycle event — case submitted, specialist assigned, opinion delivered, appointment confirmed, document uploaded. Each event maps to in-app WebSocket, SES email, and Twilio SMS channels independently, with delivery status tracked per notification.
Result
HealthBridge Connect launched with 12 specialist disciplines onboarded and grew to 2,400+ registered patients and 180+ referring physicians within the first six months. Average specialist response time on asynchronous second-opinion cases is under 18 hours. Twilio Video consultation uptime holds at 99.7%. All patient data is HIPAA-compliant with full CloudTrail audit trails — zero PHI-related compliance incidents since launch. Automated scheduling reminders reduced no-shows by 60% compared to the manual phone-call reminder process used during the pilot phase.
Client Benefits
HIPAA-Compliant from Day One
Full compliance architecture delivered at launch — no remediation cycles, no PHI exposure incidents, clean audit trails across every access event.
Two Consultation Modes in One Platform
Asynchronous second-opinion and real-time video consultations share one patient record and case workflow — no context-switching for physicians or patients.
Secure Multi-Format Medical Document Handling
DICOM imaging, lab PDFs, and clinical notes ingested, processed, and securely accessible through the same case interface with pre-signed URL access control.
60% Fewer Missed Appointments
Automated cross-time-zone scheduling with SMS reminders at 24 hours and 30 minutes reduced no-shows significantly compared to manual reminders.
Self-Service Billing for Patients
Patients manage payment, invoices, and insurance submissions from their portal — reducing billing support queries without requiring staff intervention.
Client Feedback
"TTPL delivered something we couldn't find off the shelf — a telemedicine platform that handles the full clinical workflow, not just a video call with a booking form. The DICOM handling, the asynchronous opinion workflow, and the compliance architecture were all done right the first time. We haven't had a single patient data incident since we launched."
- Dr. Marcus A. Wellford, Co-Founder & Chief Medical Officer, HealthBridge Connect
Technologies Used


