Skip to content
HIPAA-Compliant AgencyBAA Signed Before PHINHS Digital StandardsWCAG 2.2 AA
HIPAA-Compliant AgencyBAA Signed Before PHINHS Digital StandardsWCAG 2.2 AA

HIPAA Telehealth Platform Requirements: What You Need to Build

Understand HIPAA telehealth platform requirements across video, PHI, authentication, audit logging, BAAs, EHR integration, e-prescribing, and architecture before you build, buy, or extend a telehealth platform.

HIPAA Telehealth Platform Requirements: What You Need to Build
Qrolic Health Technical Team
12 min read
Telehealth
HIPAA Compliance
ePHI Security
EHR Integration
e-Prescribing

A video call alone does not make a telehealth platform. Once your product handles scheduling, patient identity, intake, clinical notes, messaging, prescriptions, payments, or EHR data, multiple PHI flows enter the architecture.

That is why HIPAA telehealth platform requirements should be assessed across the complete patient journey, not just the video layer.

The HIPAA Security Rule requires reasonable and appropriate administrative, physical, and technical safeguards for ePHI, while remaining technology-neutral about the specific tools you select.

OCR's COVID-19 telehealth enforcement discretion expired on May 11, 2023, followed by a 90-calendar-day transition period that ended August 9, 2023. Ordinary HIPAA requirements now apply to telehealth services.

For healthcare IT leaders, the practical question is therefore broader: what should your platform architecture, vendor contracts, integrations, and operating model actually contain?

What are the HIPAA telehealth platform requirements?

A telehealth platform can create, receive, maintain, and transmit ePHI across many connected workflows. HIPAA compliance therefore depends on the safeguards and processes surrounding those workflows, rather than a single product feature. Our telehealth platform development team builds and audits compliant telehealth platforms.

HHS describes the Security Rule as requiring appropriate safeguards that protect the confidentiality, integrity, and availability of ePHI. Its technical safeguards include access controls, audit controls, integrity controls, authentication, and transmission security.

The core requirements to evaluate include:

  • PHI and ePHI data protection
  • Authentication and access controls
  • Audit controls
  • Integrity protections
  • Transmission security
  • Vendor and business associate relationships
  • Risk analysis and risk management
  • Appropriate administrative and physical safeguards

A useful implementation approach is to map each requirement against an actual workflow. For example, review how a patient authenticates, joins a consultation, sends a message, receives a prescription, and exits the platform.

PHI protection

Start by identifying where ePHI enters the platform and where it travels.

Potential sources include patient registration, intake forms, appointment details, video sessions, chat, clinical notes, documents, EHR responses, prescriptions, notifications, and audit records.

The practical objective is not simply to list databases containing PHI. Map the complete data flow between users, application services, databases, APIs, third-party vendors, backups, and administrative tools.

Authentication and access controls

Authentication verifies who is requesting access. Authorisation determines what that authenticated user can actually access.

A production platform may have separate identities and permissions for patients, clinicians, clinical support staff, practice managers, administrators, and technical support teams.

HHS identifies authentication and access control as specific Security Rule requirements.

Your implementation should therefore define unique user identities, appropriate authentication mechanisms, session controls, permission boundaries, and access review processes.

Audit controls

Audit controls provide mechanisms to record and examine activity in systems containing or using ePHI.

For a telehealth platform, useful events can include authentication, PHI access, record changes, prescription actions, permission changes, exports, and integration activity.

The important implementation question is whether those logs can support investigation. A log that records only "user accessed system" provides much less operational value than a structured record showing the actor, action, resource, timestamp, and relevant context.

Integrity controls

Clinical information must be protected against improper alteration or destruction.

Your architecture should therefore consider how clinical records are created, updated, transmitted, and stored. Where information passes between systems, validation and error handling should prevent corrupted or incomplete data from silently entering another workflow.

Transmission security

ePHI transmitted across electronic networks requires technical security measures that guard against unauthorised access.

This applies beyond the video stream. API calls, messaging, EHR exchanges, document transfers, and other electronic communications can also carry sensitive information.

Vendor and BAA requirements

If an external organisation meets the HIPAA definition of a business associate and handles PHI on behalf of a covered entity, an appropriate BAA is generally required.

HHS states that business associate contracts establish permitted uses and disclosures, require appropriate safeguards, and address relevant obligations involving subcontractors.

A vendor review should therefore examine both the technical service and the contractual relationship.

Risk analysis and risk management

HIPAA does not prescribe one universal telehealth architecture.

HHS states that the Security Rule is technology-neutral and requires regulated entities to select reasonable and appropriate safeguards based on factors such as organisational size, technical infrastructure, capabilities, costs, and risks.

That means a risk analysis should influence your architecture instead of treating a generic checklist as the complete compliance programme. Learn how HIPAA compliance governs your overall architecture.

Is Your Telehealth Platform Missing Critical Requirements?

Telehealth goes far beyond video. Identify potential gaps in your PHI workflows, security controls, EHR integrations, e-prescribing, and patient experience before they become costly problems.

Review Your Requirements

Why a HIPAA telehealth platform is different from a video conferencing tool

The most common architecture mistake is treating telehealth as a video problem.

A telehealth product can connect video with patient identity, appointment records, clinical documentation, messaging, prescriptions, EHR data, and notifications. Each connection creates another security and governance consideration.

Video is only one PHI data flow

A typical consultation may involve:

  • Patient identity
  • Appointment information
  • Video
  • Audio
  • Chat
  • Session identifiers
  • Clinical documentation
  • Provider information
  • Follow-up instructions
  • Prescription activity

Even session metadata deserves consideration. Participant identity, timestamps, session identifiers, network information, appointment references, and audit records can all form part of the platform's broader information environment.

In our work building healthcare platforms, we treat the consultation as one stage within a controlled application workflow rather than as an isolated video event.

Consumer video tools versus healthcare-ready platforms

A widely available video service is not automatically suitable for every HIPAA-covered telehealth use case.

The relevant questions include whether the service is offered under appropriate contractual terms, whether a BAA applies where required, what information the provider receives, how that information is protected, and how the service is configured.

A standard consumer plan without an appropriate BAA should not be treated as a HIPAA-ready service for covered PHI.

That does not mean a particular vendor is universally non-compliant. The product, plan, configuration, contractual terms, and actual use all matter.

What changed after the COVID-era enforcement discretion

During the COVID-19 public health emergency, OCR temporarily exercised enforcement discretion for certain good-faith telehealth uses of remote communication technologies.

OCR announced that this discretion would expire on May 11, 2023, with a 90-calendar-day transition period ending August 9, 2023.

Healthcare organisations should not design new telehealth platforms around those temporary assumptions. Current architecture should be evaluated against the ordinary HIPAA requirements that apply to the organisation and its services.

What security controls and video requirements should a telehealth platform have?

A useful security architecture connects multiple controls rather than relying on one headline feature.

Authentication

Patient, provider, administrative, and support identities should have appropriate authentication controls.

Depending on the risk model, the architecture may include password policies, MFA, session expiration, account recovery controls, and privileged access management.

The implementation should also distinguish authentication from authorisation. Knowing who a user is does not establish what information that person should access.

Role-based access control

RBAC provides a practical structure for separating permissions.

Typical roles can include:

  • Patient
  • Provider
  • Nurse or clinical staff
  • Practice manager
  • Support staff
  • Administrator

A provider may need access to assigned patient records and prescribing functions, while a support representative may require limited troubleshooting access.

Least-privilege access

Access should reflect job responsibilities.

Administrative users should not automatically receive clinical privileges, and technical support should not receive unrestricted access to patient records simply because they maintain the platform.

This separation reduces unnecessary exposure and makes access reviews more meaningful.

Session management

Session controls should address token security, expiration, logout, revocation, and protection against session hijacking.

Authenticated telehealth workflows also need to consider what happens when a session expires during a patient task or when a user changes devices.

Encryption

Encryption can protect sensitive information at rest and during transmission.

However, encryption alone does not establish HIPAA compliance. HHS describes the Security Rule as technology-neutral, so the appropriate safeguards depend on the organisation's risk assessment and technical environment.

Audit logging

A telehealth platform should consider logging:

  • Authentication events
  • PHI access
  • Clinical record changes
  • Permission changes
  • Prescription activity
  • Administrative actions
  • Integration events

The exact schema is an engineering decision. The objective is to create records that can support security monitoring, investigation, and accountability.

Monitoring and incident response

Security controls should connect to an operational response process.

Monitoring can help identify suspicious activity, failed authentication patterns, unusual access, integration failures, or other events requiring investigation.

Incident response should define how evidence is preserved, who investigates, how affected systems are isolated, and how the organisation handles applicable notification obligations.

What are the HIPAA video consultation requirements?

The video consultation layer needs its own security review, but it should remain connected to the wider platform architecture.

Secure audio and video transmission

The selected real-time communication architecture should protect communications while they are transmitted.

Your technical review should document how media travels between participants, what services process the stream, whether media is stored, and which vendors have access to relevant information.

Patient and provider session authentication

A consultation should not rely solely on possession of an easily shared meeting link.

Appropriate controls can include authenticated access, controlled session entry, provider-side participant verification, and other mechanisms suited to the clinical workflow.

Session privacy

Meeting links, session identifiers, and access credentials should not be unnecessarily exposed through public pages, emails, logs, or client-side interfaces.

One practical control is to review the entire invitation and joining process, including how links are generated, distributed, validated, expired, and revoked.

Recording

Recording is not a universal HIPAA requirement.

If your platform supports recording, define its purpose before implementing the feature. Storage, access, encryption, retention, deletion, policy, and applicable consent requirements should all be addressed.

Recording should therefore be treated as a deliberate product capability, not an automatic component of telehealth.

Session metadata

Security review should include more than the video itself.

Consider participant identity, timestamps, session IDs, appointment references, network information, access records, and recording metadata.

These elements can create additional data flows even when the actual video is never stored.

How should patient data move through a HIPAA telehealth platform?

A useful way to evaluate the architecture is to follow one patient journey from registration through follow-up.

  1. 1.Patient registration
  2. 2.Authentication
  3. 3.Appointment scheduling
  4. 4.Intake and consent
  5. 5.Telehealth session
  6. 6.Clinical documentation
  7. 7.EHR exchange
  8. 8.E-prescribing
  9. 9.Billing or payment workflows
  10. 10.Notifications and follow-up

Each stage can introduce a different system, vendor, permission boundary, or PHI flow.

Keep the PHI boundary clear

Identify which systems create, receive, maintain, or transmit PHI.

Also define the authoritative source for each important data type. If three systems independently store the same patient information, your architecture becomes harder to govern and reconcile.

During healthcare implementations, clear data ownership often prevents integration problems that otherwise appear much later during testing.

Secure API integrations

API security should consider authentication, authorisation, TLS, request validation, error handling, logging, and appropriate rate controls.

Error messages also deserve review. A failed integration should not expose sensitive information through browser messages, logs, API responses, or support dashboards.

EHR integration

EHR integration can involve patient matching, clinical data exchange, scheduling, documentation, and other workflows.

HL7 FHIR can support interoperability where the relevant systems and use cases support it, but the actual integration architecture depends on the EHR, data requirements, workflows, and available interfaces.

Patient matching and error handling deserve particular attention. Sending information to the wrong patient record can create a clinical and security problem simultaneously.

Third-party services

A platform may rely on cloud infrastructure, video services, e-prescribing, messaging, email or SMS, payment services, storage, analytics, and other providers.

Each service should have an identified data flow and vendor assessment. Where a provider meets the business associate definition, the appropriate contractual relationship must also be established.

If your telehealth workflow also requires an authenticated patient-facing experience, patient portal development may need to form part of the broader architecture.

Did You Know ?

HIPAA telehealth platform requirements include appropriate safeguards for PHI, authentication, access controls, audit controls, transmission security, vendor BAAs, and protected integrations. A telehealth platform must address the complete workflow, including messaging, records, prescribing, and data storage, not just video conferencing.

Does a telehealth platform need a BAA?

Where a vendor meets the HIPAA definition of a business associate and handles PHI on behalf of a covered entity, an appropriate BAA is generally required.

HHS explains that BAAs establish permitted and required uses and disclosures, require safeguards, address certain reporting obligations, and establish requirements for relevant subcontractors.

What the BAA should cover

A BAA should address matters including:

  • Permitted uses and disclosures
  • Required safeguards
  • Security responsibilities
  • Breach and security incident reporting
  • Relevant subcontractor obligations
  • Return or destruction of PHI where applicable

HHS's model provisions provide a useful reference for these contractual elements.

A BAA is necessary but not sufficient

A signed BAA does not make an insecure application compliant.

The contract and technical implementation must align. If a vendor agrees to safeguard PHI but your application gives excessive users access to patient records, the contract does not correct the application design.

The same principle applies to encryption, audit logging, retention, incident response, and integrations.

What about the BAA chain?

The platform itself may not be the only external service involved.

Consider the wider ecosystem:

  • Telehealth platform
  • Video infrastructure
  • Cloud hosting
  • E-prescribing provider
  • Messaging provider
  • Storage and backup
  • Other subcontractors

HHS states that business associates must ensure applicable subcontractors agree to the relevant restrictions and conditions when they have access to PHI.

For procurement teams, the practical question is therefore not simply, "Does the vendor sign a BAA?" Ask which other organisations receive or process your PHI.

How should e-prescribing, RBAC, and audit logs work in telehealth?

E-prescribing introduces a clinical workflow that should connect directly with provider identity, patient context, clinical decision-making, and auditability.

Keep prescribing inside a controlled clinical workflow

A typical prescribing workflow can involve:

  • Provider authentication
  • Patient matching
  • Medication information
  • Prescription creation
  • Provider review and signing
  • Transmission
  • Audit records

The architecture should ensure that prescribing actions occur within the appropriate provider and patient context.

DoseSpot integration

Qrolic Health's Herexa Health work provides a practical example of integrating e-prescribing into a broader telehealth platform.

The DoseSpot integration connects the prescribing workflow with the wider application rather than treating e-prescribing as an unrelated external screen. The integration boundary still requires careful consideration of authentication, patient context, data exchanged, permissions, and audit activity. Read our Herexa Health case study to see how e-prescribing is integrated safely.

This should not be interpreted as a claim that DoseSpot itself makes a platform HIPAA compliant. The overall implementation, contractual relationships, configuration, and organisational controls remain relevant.

EPCS and controlled substances

Electronic prescribing of controlled substances can introduce requirements beyond general HIPAA considerations.

Applicable DEA requirements and state laws may affect identity verification, authentication, prescribing workflows, and provider eligibility.

HIPAA compliance should therefore not be presented as sufficient for EPCS compliance. Your prescribing workflow should be reviewed against the requirements applicable to your specific care model and jurisdictions.

How should role-based access control work in telehealth?

RBAC should mirror actual responsibilities rather than simply reflect the organisation chart.

Patient

Patients should access their own appointments, messages, documents, and permitted clinical information.

Provider

Providers may require access to assigned patients, clinical documentation, consultations, and authorised prescribing functions.

Clinical support

Clinical support users may need operational access to assist with appointments and workflows without receiving unnecessary privileges over clinical information.

Administrators

System administration should be separated from clinical access wherever practical. A person managing platform configuration does not automatically need access to every patient record.

Support staff

Support teams may need controlled troubleshooting capabilities. Privileged support access should be restricted, monitored, and auditable.

Why RBAC matters

Clear role boundaries reduce unnecessary access and make permission reviews easier.

HHS requires technical access controls that allow only authorised persons to access ePHI.

The implementation challenge is translating that principle into specific permissions for every workflow.

What should telehealth audit logs capture?

Audit logging should provide enough context to understand meaningful activity within the platform.

Authentication events

Consider logging successful and failed authentication, logout activity, password changes, and relevant MFA events.

PHI access

Record access to patient records, clinical notes, documents, and other sensitive resources.

Clinical workflow events

Depending on the platform, relevant events can include appointment changes, session creation, prescription activity, and message access.

Administrative events

Role changes, permission changes, configuration updates, and data exports can be important administrative events.

Make audit logs useful

A practical log structure can include:

  • Actor
  • Action
  • Target resource
  • Timestamp
  • Source or context
  • Result

HHS requires mechanisms to record and examine activity in information systems containing or using ePHI. The exact logging schema remains an implementation decision.

What does a HIPAA-compliant telehealth platform architecture look like?

A practical architecture can separate responsibilities across several layers:

  • Frontend: patient and provider applications
  • Authentication: identity and session management
  • Application/API: controlled business logic
  • Video: appropriately contracted and configured real-time communication service
  • Database: protected PHI storage
  • Cache/session layer: controlled transient state
  • Queue: isolated background processing
  • Audit layer: centralised activity and security logging
  • EHR: secured clinical integration
  • E-prescribing: controlled external clinical integration
  • Monitoring: application and infrastructure monitoring

The exact technology choices depend on risk, requirements, infrastructure, and organisational capabilities. HIPAA does not mandate one universal stack.

Herexa Health as an implementation example

For Herexa Health, Qrolic Health's implementation includes specific engineering choices such as AES-256-GCM where applicable to stored sensitive data, Redis for controlled session and state management, BullMQ for background processing, role-based access, audit logging, and DoseSpot integration.

These are Qrolic Health implementation examples, not technologies mandated by HIPAA.

The distinction matters because technical teams should select controls based on the application's architecture and risk profile rather than presenting one technology stack as the legal definition of compliance.

Why architecture matters

Security controls must work together.

A BAA cannot compensate for excessive application permissions. Encryption cannot compensate for missing authentication. Audit logs cannot compensate for an insecure database. Secure video cannot compensate for an exposed patient record system.

That is why telehealth security should be reviewed as an architecture rather than a collection of isolated features.

How to evaluate a HIPAA telehealth platform vendor before you buy or build

A vendor's statement that its platform is "HIPAA compliant" is not enough for an enterprise procurement decision.

Your technical and compliance teams should ask for evidence about the actual service, data flows, contractual relationships, and controls.

Ask for the BAA before procurement

Confirm whether the vendor meets the business associate definition for your intended use and whether the appropriate agreement is available.

Ask where PHI is stored

Identify primary storage, backups, logs, caches, recordings, and other locations where PHI may reside.

Ask which subprocessors receive PHI

Request a current subprocessor inventory and determine which services handle or access relevant information.

Ask how access is controlled

Review patient, provider, administrator, support, and privileged access models.

Ask what gets logged

Determine which security, PHI, administrative, and clinical workflow events are captured.

Ask whether sessions are recorded

If recording is supported, establish whether it is enabled, where recordings are stored, who can access them, and how retention works.

Ask how recordings are stored and deleted

Retention should have a defined business and operational purpose. Deletion should be technically enforceable where required by policy.

Ask how EHR integrations work

Understand the APIs, data exchanged, patient matching process, authentication, error handling, and audit trail.

Ask how e-prescribing is isolated and audited

Prescribing should have defined permissions, provider context, patient matching, integration boundaries, and activity records.

Ask how incidents are detected and reported

Understand monitoring, escalation, investigation, and contractual notification processes.

Ask what happens when an employee leaves

Access should be revoked promptly according to the organisation's workforce termination procedures.

Ask how backups are protected

Determine what information is backed up, where it is stored, who can access it, and how recovery is controlled.

Ask what the implementation team actually configures

A platform may have security features that remain ineffective if they are poorly configured.

The buyer should distinguish between features available in the product and controls actually implemented for the organisation.

Build or buy a HIPAA telehealth platform?

There is no universal answer. The right model depends on how central telehealth is to your business, how much workflow differentiation you require, and how complex your integrations are.

Consider a third-party platform when

A third-party platform may make sense when your workflows are relatively standard, speed is a primary concern, and customisation requirements are limited.

The procurement process should still evaluate BAAs, data flows, integrations, access controls, auditability, support, and contractual responsibilities.

Consider custom development when

Custom development may be appropriate when telehealth is central to your operating model and you require specialised workflows.

Common drivers include:

  • Complex EHR integrations
  • Proprietary clinical workflows
  • Custom patient and provider roles
  • Integrated prescribing
  • Payment or pharmacy workflows
  • Specific operational requirements
  • Greater control over application architecture

Custom development is not automatically more secure or compliant. Its value comes from the ability to design the platform around specific business and clinical requirements.

Consider a hybrid architecture when

A hybrid approach can combine commodity infrastructure with custom clinical workflows.

For example, a healthcare organisation may use an established real-time communication service while developing its own patient experience, clinical workflow, EHR integration, and operational platform.

The key is to define the boundary between each component and assess the data exchanged across that boundary.

HIPAA telehealth platform requirements checklist

Use this as an engineering and procurement checklist, not as a legal certification checklist.

  1. 1.PHI data-flow map completed
  2. 2.Risk analysis and risk-management process established
  3. 3.Appropriate BAAs established
  4. 4.Patient and provider authentication implemented
  5. 5.Role-based permissions defined
  6. 6.ePHI protected at rest and in transit using appropriate safeguards
  7. 7.Audit controls implemented
  8. 8.Session management secured
  9. 9.Video and audio architecture reviewed
  10. 10.EHR integrations reviewed
  11. 11.E-prescribing integration reviewed
  12. 12.Recording policy defined
  13. 13.Retention and deletion policies defined
  14. 14.Vendor and subprocessor inventory maintained
  15. 15.Incident response process established

The bottom line: HIPAA telehealth starts with architecture

HIPAA telehealth platform requirements extend far beyond secure video.

The platform needs appropriate controls around PHI, authentication, access, auditability, transmission, integrations, vendor relationships, and operational processes. Video is only one component of the patient journey.

For healthcare IT leaders, the strongest starting point is a complete architecture and data-flow review. Map where PHI enters the platform, where it moves, who can access it, which vendors receive it, and what happens when something fails.

EHR integration and e-prescribing deserve their own security boundaries. BAAs deserve contractual review. RBAC and audit logging deserve application-level design.

Qrolic Health works with healthcare organisations on these connected requirements through telehealth platform development, patient-facing applications, integrations, and healthcare-specific workflows.

Conclusion

A HIPAA-ready telehealth platform is not simply a video conferencing product with a BAA attached.

Your platform may handle PHI through patient registration, authentication, scheduling, intake, video, messaging, clinical documentation, EHR exchange, e-prescribing, payments, notifications, and audit records. Each workflow creates technical and operational considerations that should be addressed as part of the wider architecture.

For healthcare organisations evaluating whether to build, buy, or extend a platform, the most important step is understanding the complete data journey before selecting technology. Review the security controls, vendor relationships, integration boundaries, access model, and operational responsibilities together.

That approach gives your technology and compliance teams a clearer basis for making implementation decisions without treating any single feature as a guarantee of HIPAA compliance.

Build the Right Telehealth Architecture

Avoid fragmented workflows, unclear PHI boundaries, and disconnected clinical integrations. Work with a healthcare technology team that can assess your telehealth architecture, security controls, EHR integrations, e-prescribing requirements, and patient workflows.

Discuss Your Telehealth Platform Requirements

Frequently Asked Questions

Qrolic Health Technical Team

Qrolic Health Technical Team

Updated for 2026 Compliance Guidance
Qrolic Health - Healthcare Website Design Specialists

Qrolic Health develops healthcare websites and patient-facing platforms where telehealth workflows, clinical integrations, security controls, and operational requirements must work together.

Ready to Start Your Healthcare Project?

Let's discuss your goals and show you how we can build a secure, accessible, and high-performing healthcare website.

Healthcare projects portfolio brief - HIPAA & NHS Compliant Web Development