Telehealth is no longer a pandemic workaround — it’s a permanent healthcare delivery channel with its own reimbursement codes, regulatory framework, and patient expectations. Building a telehealth platform in 2026 means going beyond basic video calls to deliver an integrated clinical experience: scheduling, intake, video consultation, clinical documentation, e-prescribing, billing, and post-visit follow-up — all connected to the provider’s EHR and compliant with HIPAA, state licensure laws, and payer reimbursement rules.
1. Core Architecture Decisions
Video Infrastructure
Build on a CPaaS (Communications Platform as a Service). Don’t build video infrastructure from scratch. Platforms like Twilio Video, Daily.co, Vonage, and Amazon Chime provide HIPAA-eligible WebRTC video with encryption, recording capability, and cross-device support. Evaluate based on: BAA availability, latency performance, browser compatibility, mobile SDK quality, and pricing model (per-minute vs. per-participant).
Key video features: End-to-end encryption (required for HIPAA compliance), adaptive bitrate for variable network conditions, screen sharing (for reviewing results with patients), waiting room functionality, multi-participant support (for family members, interpreters), and session recording (with patient consent for documentation).
EHR Integration
The telehealth platform must integrate with the provider’s EHR — not operate as a standalone silo.
Scheduling integration. Telehealth appointments appear on the same schedule as in-person visits. Use FHIR Appointment resources or HL7v2 SIU messages to sync scheduling between the telehealth platform and the EHR.
Clinical documentation. Encounter notes from telehealth visits must flow into the patient’s EHR chart — not live in a separate system. Options: embed documentation directly in the EHR (launch the EHR’s note editor alongside the video), or capture notes in the telehealth platform and push them to the EHR via FHIR DocumentReference or HL7v2 MDM messages.
Patient context. When a clinician starts a telehealth visit, they need the patient’s clinical context — medications, allergies, problem list, recent labs, prior visit notes. Pull this from the EHR through SMART on FHIR or FHIR API calls so the clinician has a complete picture during the virtual encounter.
Patient-Facing Experience
Pre-visit: Online scheduling, automated appointment reminders (SMS/email), pre-visit intake questionnaires, insurance verification, consent for telehealth services, and technical readiness check (camera, microphone, browser).
During visit: Virtual waiting room, provider notification when patient is ready, video launch with one click (no app download required for web-based), in-visit chat, and screen sharing.
Post-visit: Visit summary delivery via patient portal or email, prescription notification, follow-up scheduling, and patient satisfaction survey.
2. Clinical Workflows
E-Prescribing
Providers must be able to prescribe medications during telehealth visits — including controlled substances (DEA permits telehealth prescribing of controlled substances under current rules). The telehealth platform must integrate with the EHR’s e-prescribing module or connect directly to a Surescripts-certified e-prescribing network.
Lab and Imaging Orders
Clinicians may need to order labs or imaging during a telehealth visit. Orders should flow from the telehealth encounter into the EHR’s order management system, routing to the patient’s nearest specimen collection site or imaging facility.
Remote Patient Monitoring Integration
For chronic disease management, connect telehealth visits with RPM data. Before the visit, the clinician reviews blood pressure trends, glucose readings, or weight changes collected through connected IoMT devices. During the visit, they discuss the data with the patient and adjust the care plan. This transforms telehealth from episodic video calls into continuous connected care.
Referral and Care Coordination
Telehealth encounters may result in referrals to specialists, care coordination actions, or transitions to in-person care. The platform must support referral generation, C-CDA document exchange with receiving providers, and task assignment to care team members.
3. Compliance Requirements
HIPAA
Every component of the telehealth stack must be HIPAA-compliant: video platform (encrypted, BAA-covered), data storage (encrypted at rest), patient communications (secure messaging, not consumer SMS), and audit logging (every access recorded). Consumer video tools (standard Zoom, FaceTime, Google Meet) are NOT HIPAA-compliant without specific configuration and BAA coverage.
State Licensure
Providers must be licensed in the state where the patient is located at the time of the telehealth visit — not where the provider is located. Multi-state telehealth requires tracking provider licensure across states and preventing encounters where the provider isn’t licensed. Interstate medical licensure compacts (IMLC) simplify multi-state licensure for physicians but don’t cover all states.
Telehealth-Specific Billing
Telehealth visits are billed using specific CPT codes and place-of-service codes. Modifier -95 indicates synchronous telehealth. Place of service 02 (telehealth to patient’s home) or 10 (telehealth to healthcare facility) must be applied correctly. CMS maintains a Telehealth Eligible Services list — not all services are reimbursable via telehealth. Commercial payers have their own telehealth policies. The billing system must correctly apply telehealth-specific coding to prevent claim denials.
Consent
Patients must consent to telehealth services before the encounter. Consent should cover: the nature of telehealth, potential risks (technology failures, privacy limitations), the patient’s right to refuse, recording policies, and state-specific consent requirements. Capture consent electronically with timestamp and version tracking.
4. Technology Stack Recommendations
Frontend: React or React Native for cross-platform (web + mobile) patient and provider experiences. Progressive Web App (PWA) architecture enables mobile access without app store deployment for basic functionality.
Video: Twilio Video or Daily.co for HIPAA-eligible WebRTC. Both offer BAAs, mobile SDKs, and adaptive quality.
Backend: Node.js or Python for API services. FHIR server (HAPI or cloud-native) for clinical data. PostgreSQL or cloud-managed database for application data.
Integration: Mirth Connect for HL7v2 EHR interfaces. FHIR REST APIs for modern EHR connectivity. Surescripts for e-prescribing.
Infrastructure: AWS, Azure, or GCP with HIPAA-eligible services and BAA coverage. Kubernetes or serverless for scalable deployment.
Monitoring: Application performance monitoring, video quality metrics, uptime tracking, and security event logging.
5. Common Pitfalls
Building video as the product. Video is a commodity. The value is in the clinical workflow — scheduling, documentation, prescribing, billing, and EHR integration. Don’t over-invest in video engineering at the expense of clinical workflow design.
Ignoring the provider experience. If the telehealth platform adds friction to the clinician’s workflow — separate login, separate documentation, separate prescribing — providers won’t use it. Integrate deeply with the EHR so telehealth feels like part of the clinical workflow, not a bolt-on.
Underestimating multi-state compliance. Every state has different telehealth regulations — licensure requirements, consent rules, prescribing restrictions, and parity laws. Budget significant time for regulatory research and compliance tracking if you’re building a multi-state platform.
Neglecting accessibility. Audio-only visits (phone calls) must be supported for patients without broadband or smartphones. Multilingual interfaces, ADA-compliant design, and low-bandwidth modes ensure equitable access across patient populations.
Treating billing as an afterthought. Telehealth billing is complex and payer-specific. If the platform doesn’t correctly capture place-of-service codes, modifiers, and telehealth-eligible service verification, claims will be denied. Build billing logic into the workflow from the start.
How Taction Helps
At Taction, our team builds telehealth platforms for healthcare organizations, digital health startups, and health IT vendors — from greenfield development to EHR-integrated telehealth modules.
- Custom telehealth platform development — Video, scheduling, intake, documentation, prescribing, billing, and patient portal integration in a single platform.
- EHR-integrated telehealth — Deep integration with Epic, Oracle Health, MEDITECH, athenahealth, and custom EHR systems.
- RPM-connected telehealth — Remote monitoring data feeding into telehealth encounters for chronic disease management.
- Multi-state compliance — Licensure tracking, state-specific consent management, and payer-specific billing configuration.
- Mobile telehealth apps — iOS and Android patient apps with video, messaging, scheduling, and device integration.




