The Health Insurance Portability and Accountability Act of 1996 (HIPAA) is the U.S. federal standard for protecting Protected Health Information (PHI). Most STEM professionals know HIPAA exists. Fewer understand that its obligations extend directly to independent contractors and consultants who handle PHI — not just to the covered entities (hospitals, insurers, health plans) that generate it.

The Health Information Technology for Economic and Clinical Health Act (HITECH Act) of 2009 expanded HIPAA's reach to "business associates" — any organization or individual that creates, receives, maintains, or transmits PHI on behalf of a covered entity. This means an independent data scientist building a predictive model on a health system's patient data is a business associate under HIPAA, with direct compliance obligations.

The Business Associate Agreement

Before any independent contractor can access PHI, a Business Associate Agreement (BAA) must be signed between the covered entity and the contractor. The BAA specifies: what PHI the contractor may access, how it may be used, security safeguards required, breach notification procedures, and what happens to PHI when the engagement ends. No BAA = no legal authority to access PHI. Working without one is a violation regardless of the contractor's intent.

GameChangers mission briefs in the Health & Biotech sector flag HIPAA requirements when specified by the mission lead, and contract templates include a BAA placeholder clause. However, the actual BAA requires legal review and execution outside the platform between the relevant parties.

Technical safeguards for STEM contractors

The HIPAA Security Rule requires technical safeguards for electronic PHI (ePHI): access controls (unique user identification, automatic logoff), audit controls (hardware and software activity logging), integrity controls (ensuring ePHI isn't improperly altered), and transmission security (encryption for ePHI in transit). For an independent data scientist, this means: your laptop must be encrypted, your code must run in an access-controlled environment, and your outputs (even de-identified) must be reviewed against HIPAA's de-identification standards before leaving the project environment.