hipaa-compliance

Enforce HIPAA PHI-handling boundaries, access controls, and audit requirements in healthcare software workflows.

Updated Sep 13, 2025
One-click install
npx skills add https://github.com/llmh333/employee_management_spring --skill hipaa-compliance-llmh333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hipaa-compliance
Source: https://github.com/llmh333/employee_management_spring/tree/main/.gemini/skills/hipaa-compliance
Command: npx skills add https://github.com/llmh333/employee_management_spring --skill hipaa-compliance-llmh333

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams prevent HIPAA violations by defining practical guardrails for handling PHI, controlling access, and ensuring auditing when building or reviewing US healthcare software.

Core Features & Use Cases

  • HIPAA overlay for PHI workflows: Applies HIPAA decision gates on whether data is PHI, who the actors are, and whether vendors/models need a BAA.
  • PHI-safe operational boundaries: Prevents PHI from entering logs, analytics, prompts, crash reports, URLs, and client-visible error strings.
  • Auditability and minimum necessary access: Requires authenticated, scoped authorization and auditable read/write/export events to reduce exposure risk.
  • Escalation for regulated impact: Routes architectural or clinical-workflow changes to a healthcare-aware reviewer for patient-safety-sensitive contexts.

Quick Start

Tell the assistant you are designing a feature that sends patient messages to an AI provider and ask it to verify whether HIPAA/PHI handling, logging, access scoping, and BAA requirements are satisfied.

Frequently Asked Questions about hipaa-compliance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent PHI from leaking into application logs and LLM prompts?

To prevent PHI leaking into logs and prompts, implement PHI-safe guardrails that block PHI from entering logs, analytics, crash reports, URLs, and error strings. Ensure authenticated scoped authorization and auditable events to maintain HIPAA compliance.

When do I need a BAA for third-party vendor usage in healthcare software?

You need a BAA for third-party vendor usage when your healthcare software workflow involves PHI. Vendors should be blocked-by-default until a Business Associate Agreement is established to ensure HIPAA-compliant data handling.

What are the minimum access controls required for HIPAA-compliant healthcare software?

Minimum access controls for HIPAA-compliant healthcare software require authenticated, scoped authorization and minimum-necessary access. You must enforce auditable read, write, and export events to reduce patient data exposure risk.

How do I verify if a feature sending patient data to an AI provider is HIPAA compliant?

To verify HIPAA compliance for patient data sent to an AI provider, check PHI handling boundaries, logging restrictions, access scoping, and BAA requirements. Ensure no PHI enters prompts, errors, or URLs and that a BAA covers the vendor.

Does my healthcare analytics pipeline need audit logging for HIPAA compliance?

Yes, your healthcare analytics pipeline needs audit logging for HIPAA compliance. You must capture auditable read, write, and export events while enforcing PHI-safe operational boundaries that prevent PHI from entering analytics and logs.

When should I escalate architectural changes in a clinical workflow for HIPAA review?

You should escalate architectural or clinical-workflow changes to a healthcare-aware reviewer when they impact patient-safety-sensitive contexts. This ensures regulated impact is properly assessed under HIPAA decision gates and PHI-handling boundaries.