ePHI: Where Electronic Health Data Hides

ePHI explained: electronic protected health information locations

ePHI is protected health information in electronic form. It is the only category the HIPAA Security Rule applies to, which makes it the engineering team’s problem.

  • Glossary
  • HIPAA

The short answer

ePHI stands for electronic protected health information: any PHI that is created, received, stored or transmitted in electronic form. Paper charts and spoken conversations are PHI but not ePHI. The distinction matters because the Privacy Rule covers all PHI in any form, while the Security Rule with its technical, physical and administrative safeguards applies specifically to ePHI.

For a software company the practical consequence is simple. Almost everything you touch is ePHI, and almost every Security Rule obligation lands on your infrastructure.

Where ePHI sits inside PHI

PHI, in any form Paper charts Spoken conversations Printed reports ePHI Databases, backups, logs, email, laptops, cloud storage, messages Privacy Rule covers all of it Security Rule covers only ePHI
Swipe to see the full diagram. All ePHI is PHI. Not all PHI is ePHI.

Where ePHI actually lives

The production database is the obvious place. The rest is where audits find problems.

LocationWhy it gets missed
Application and access logsWritten automatically, rarely reviewed, often retained far longer than the data itself
Database backups and snapshotsCopied to buckets that inherit different permissions from the primary
Support tickets and shared inboxesPatients paste details in freely, and the help desk is rarely in scope documents
Chat tools and screenshotsAn engineer pastes a record into a channel to debug it, and it stays there
Local machines and downloadsA CSV export for analysis lands in a downloads folder and is never removed
Non-production environmentsStaging seeded from a production dump, with weaker access control

Scope is defined by where the data is, not where you meant it to be

An inventory of ePHI locations is the first deliverable of a Security Rule risk analysis. You cannot protect a copy you have not found, and investigators will ask specifically about backups, logs and test data.

What holding ePHI obliges you to do

Three safeguard families

Administrative, physical and technical controls, each with its own standards.

A documented risk analysis

Required, not optional. It drives which addressable specifications you implement and how.

Agreements down the chain

Every vendor that touches ePHI needs a BAA, including your subcontractors.

Where teams lose track of it

PatternFix
Logs capturing request bodies containing patient recordsRedact at the logging layer, not after the fact
Production data copied into staging for realistic testingSynthetic or de-identified fixtures instead
Analytics or monitoring vendors receiving identifiersConfirm coverage under a BAA, or stop sending the field
Old backups outside the retention policyEnforce lifecycle expiry on the bucket, not by memory

How Osto secures ePHI

The Security Rule asks for controls that are ordinary engineering practice done properly. Osto runs them: authentication and access control, encryption at rest and in transit, audit logging and monitoring, file access DLP, endpoint control and cloud posture management that flags a backup bucket left open. Evidence maps to the HIPAA safeguards in the same platform.

Free security assessment

Every copy of ePHI, protected the same way

Databases, backups, logs and laptops. Osto secures the places ePHI actually lives, not just the ones on the diagram.

Get a free security assessment Book a platform walkthrough

Encryption, access and logging · Cloud posture included · One platform, everything

Frequently asked questions

What does ePHI stand for?

Electronic protected health information. It is PHI that is created, received, maintained or transmitted in electronic form, and it is the category the HIPAA Security Rule governs.

What is the difference between PHI and ePHI?

PHI covers health information in any form, including paper and speech. ePHI is the electronic subset. The Privacy Rule applies to all PHI; the Security Rule applies only to ePHI.

Are application logs ePHI?

They are if they contain identifiers alongside health context, which request logs and error traces frequently do. Logs are in scope for the Security Rule and need the same access control and retention discipline as the database.

Does ePHI have to be encrypted?

Encryption is an addressable specification rather than a flat requirement. You must implement it or document why an equivalent alternative is reasonable. In practice, encrypting ePHI is the expected answer and unencrypted data drives most breach penalties.

Is ePHI in a cloud provider still your responsibility?

Yes. The provider is a business associate and needs a BAA, but you remain accountable for configuration, access control and monitoring of your own environment.