Skip to content
HexaTransfer
Back to blog
Industry Solutions

Medical File Transfer: A HIPAA-Compliant Guide

Learn how to transfer medical files while maintaining HIPAA compliance. Secure methods for sharing patient records, lab results, and imaging data.

HIPAA-compliant medical file transfer requires encryption in transit (TLS 1.2 or higher), encryption at rest (AES-256), access controls, audit logs, and a signed Business Associate Agreement with every vendor touching PHI. The workable stack: a HIPAA-enabled EHR (Epic, Cerner, athenahealth) for clinical records, Direct Secure Messaging for provider-to-provider exchange under Meaningful Use, an FHIR-based API for modern data sharing, and a BAA-signing encrypted transfer service (Paubox, Virtru, or an enterprise tool like HexaTransfer with a signed BAA) for ad-hoc sends. 45 CFR Section 164.312 sets the specific technical safeguards you have to meet.

What HIPAA Actually Requires for File Transfer

The HIPAA Security Rule (45 CFR Part 164, Subpart C) defines three categories of safeguards:

  • Administrative: workforce training, access management, incident response
  • Physical: workstation security, device controls, facility access
  • Technical: access controls, audit logs, integrity controls, transmission security

For file transfer specifically, Section 164.312(e)(1) requires "technical security measures to guard against unauthorized access to electronic protected health information that is being transmitted over an electronic communications network." The implementation specifications are:

  • Integrity controls (addressable): reasonable protection against improper modification
  • Encryption (addressable): encrypt PHI whenever deemed appropriate, or document why not

"Addressable" in HIPAA language doesn't mean optional — it means you have to implement it or justify in writing why an equivalent measure suffices. In practice, unencrypted transmission of PHI is indefensible.

BAAs: The Contract That Makes Everything Else Legal

A Business Associate Agreement is required under 45 CFR Section 164.314(a) for any vendor that creates, receives, maintains, or transmits PHI on your behalf. No BAA, no PHI, full stop.

Common vendors that will sign BAAs:

  • Cloud storage: AWS (on covered services), Azure, Google Cloud, Dropbox Business Advanced, Box Enterprise
  • Email: Paubox, Hushmail, Virtru-enabled Gmail/Outlook, Proton Mail Business
  • Transfer services: enterprise plans of Dropbox Transfer, Citrix ShareFile, Tresorit, Kiteworks
  • Collaboration: Microsoft 365 (Enterprise), Google Workspace (Business Plus and above), Slack Enterprise Grid
  • EHR: Epic, Cerner, athenahealth, eClinicalWorks, all sign BAAs as part of their standard contract

Consumer tools (personal Gmail, free Dropbox, iCloud, consumer WeTransfer) do not sign BAAs. Using them for PHI is a HIPAA violation even if no breach occurs.

Provider-to-Provider Exchange: Direct, FHIR, and CCDA

For transfers between healthcare providers, three standards dominate:

Direct Secure Messaging: S/MIME-based secure email with a specific HIPAA-compliant trust framework (DirectTrust). Used heavily for care transitions under Meaningful Use and the Cures Act. Every certified EHR supports it. Addresses look like provider@example.direct.company.com.

FHIR (Fast Healthcare Interoperability Resources): RESTful API exchange over HTTPS. FHIR R4 is the current mandated version under the ONC Cures Act interoperability rules. Enables real-time record access instead of point-in-time file transfer.

CCDA (Consolidated CDA): XML-based structured document summarizing patient care. Still common for referrals and care transitions. Delivered over Direct or through FHIR DocumentReference resources.

For lab results and imaging, HL7 v2 messages remain the workhorse. New deployments are moving to FHIR, but HL7 v2 isn't going away — too much installed infrastructure.

Patient-Facing File Transfer: 21st Century Cures Act

The Cures Act (effective 2021, enforcement phased through 2024) prohibits information blocking and requires providers to give patients access to their records through certified APIs. Patient portals and third-party apps connect to hospital FHIR endpoints to pull records.

Popular patient portals:

  • MyChart (Epic): most widely used, covers most US academic medical centers
  • HealtheLife (Cerner)
  • FollowMyHealth (Allscripts)
  • Apple Health records: pulls via FHIR from hundreds of hospitals
  • Google Fitbit Health Connect: similar

For sending files to patients — imaging CDs, specialist consultation notes, discharge summaries — use the portal's secure message feature. It's HIPAA-compliant, tracked, and the patient doesn't need a separate password.

De-Identification Before Research Transfer

Research and quality improvement projects need data but not full PHI. The HIPAA Privacy Rule provides two de-identification methods:

Safe Harbor (164.514(b)(2)): remove 18 specific identifiers including names, geographic subdivisions smaller than state, dates more specific than year, phone numbers, SSNs, MRNs, device IDs, biometrics, photos, and any other unique identifier.

Expert Determination (164.514(b)(1)): qualified statistical expert determines the risk of re-identification is very small, documents the method, and certifies the data.

De-identified data can be shared without BAA. A limited data set (fewer identifiers removed) still requires a Data Use Agreement but not a full BAA.

Imaging: DICOM and the Special Case of CDs

DICOM (Digital Imaging and Communications in Medicine) is the imaging standard. A chest CT runs 300 MB to 1 GB; a cardiac CT with multiple phases can hit 2 GB; a pathology whole-slide image (SVS or DICOM) hits 1 to 5 GB per slide.

For provider-to-provider image transfer, the modern approach is a DICOM Web service (WADO-RS, STOW-RS) or a cloud image exchange platform (Ambra Health, LifeImage, MergeCure). Hospitals increasingly phase out CD-based image exchange because CDs are slow, physically fragile, and often unreadable on modern workstations.

When you must transfer imaging via ad-hoc channels, encrypt the DICOM archive (AES-256), send via a BAA-covered transfer service, and keep the transfer log.

Breach Notification Timelines

If PHI is compromised through an insecure transfer, the clock starts:

  • 60 days from discovery to notify affected individuals (164.404)
  • 60 days to notify HHS for breaches affecting 500+ individuals (164.408); annual summary for smaller breaches
  • 60 days to notify prominent media if the breach affects more than 500 state residents (164.406)
  • Notice to state AGs where required (varies by state)

Fines under the HITECH Act tiers range from $100 to $50,000 per violation, capped at $1.5 million per identical violation per year. OCR settlements in 2024 regularly hit $1 million to $6 million.

Practical File Transfer Patterns

For ad-hoc PHI transfer, the pattern that works:

  1. Use a BAA-covered transfer service with E2EE or server-side AES-256
  2. Password-protect the file with a passphrase shared via a separate channel (phone call)
  3. Set expiration within 7 to 14 days
  4. Log the transfer in your documentation system
  5. Delete the source file from the sending device once confirmed received

For recurring provider exchange, stand up Direct Secure Messaging — it's the lowest-friction compliant channel.

For patient communication, use the portal's secure message. Consumer SMS and email are not HIPAA-compliant unless the patient has specifically requested unsecured delivery in writing.

Workforce Training Is Not Optional

Section 164.308(a)(5) requires security awareness and training for all workforce members. HIPAA-specific training must cover:

  • What constitutes PHI
  • The organization's privacy and security policies
  • How to recognize phishing and social engineering
  • Incident reporting procedures
  • Sanctions for policy violations

Annual training is the norm; many organizations also run quarterly phishing simulations. Document completion for every employee; OCR asks for training logs in audits.

A Minimum HIPAA Transfer Stack

  • EHR with BAA: Epic, Cerner, athenahealth, eClinicalWorks
  • Direct Secure Messaging for provider exchange
  • FHIR API for modern integrations
  • Imaging exchange: Ambra, LifeImage, or DICOM Web
  • Ad-hoc transfers: BAA-signing E2EE service
  • Email: Paubox, Virtru, or Proton for Business
  • Written information security policy, incident response plan, and workforce training log

Try it at hexatransfer.com — free, no account, 10 GB max.

Send large files securely with end-to-end encryption

Transfer files up to 10 GB for free with end-to-end encryption. No account required. Your files are encrypted in your browser before upload — no one else can read them.

Send a file