healthcare-phi-compliance

Enforce PHI/PII data classification, access control, and audit trails in healthcare applications.

86|21|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Jamkris/everything-gemini-code --skill healthcare-phi-compliance-jamkris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcare-phi-compliance
Source: https://github.com/Jamkris/everything-gemini-code/tree/main/skills/healthcare-phi-compliance
Command: npx skills add https://github.com/Jamkris/everything-gemini-code --skill healthcare-phi-compliance-jamkris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Protected Health Information (PHI) and Personally Identifiable Information (PII) requirements are complex in healthcare software. This guide provides patterns for data classification, access control, audit trails, encryption, and leakage prevention to help healthcare apps stay compliant and secure.

Core Features & Use Cases

  • Data Classification: identify PHI/PII and tag data accordingly.
  • Access Control & Auditing: enforce RBAC with audit trails across services.
  • Leakage Prevention: guidelines to minimize exposure in logs, errors, and responses.
  • Use Case: Ensure a patient portal enforces patient-only access and logs access events.

Quick Start

Follow these steps to implement PHI/PII compliance checks in your healthcare application.

Frequently Asked Questions about healthcare-phi-compliance

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

FAQPage Schema
How do I protect PHI and PII in my healthcare application?

To protect PHI and PII in healthcare applications, enforce data classification, role-based access control, encryption, and audit trails across databases, APIs, and logs to satisfy HIPAA and GDPR compliance requirements.

How do I implement access control and audit trails for a patient portal?

Implementing access control and audit trails for a patient portal requires enforcing RBAC to ensure patient-only access while logging access events across services to maintain compliance and secure data handling.

How do I prevent PHI leakage in application logs and API responses?

Preventing PHI leakage in application logs and API responses involves applying data classification guidelines to identify sensitive information and minimize its exposure in errors, logs, and routine service responses.

Does this PHI compliance approach support GDPR and DISHA requirements?

Yes, this PHI compliance approach supports GDPR and DISHA requirements by enforcing data classification, access control, auditing, and secure data handling patterns applicable across multiple healthcare regulatory contexts.

What is the best way to tag healthcare data for HIPAA compliance?

The best way to tag healthcare data for HIPAA compliance is to apply data classification patterns that identify PHI and PII, enabling policy tagging and secure data handling across your application stack.

How do I encrypt PHI data across databases and APIs?

Encrypting PHI data across databases and APIs requires applying secure data handling patterns that enforce encryption and access control, ensuring sensitive healthcare information remains protected during storage and transmission.