healthcare-phi-compliance

Classifies PHI/PII and implements row-level security, audit logging, leak prevention for healthcare systems.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/abhishekdutta18/blogspro --skill healthcare-phi-compliance-abhishekdutta18
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcare-phi-compliance
Source: https://github.com/abhishekdutta18/blogspro/tree/main/.claude/skills/healthcare-phi-compliance
Command: npx skills add https://github.com/abhishekdutta18/blogspro --skill healthcare-phi-compliance-abhishekdutta18

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive patterns and best practices for protecting sensitive healthcare data, ensuring compliance with privacy regulations like HIPAA, DDISHA, and GDPR.

Core Features & Use Cases

  • Data Classification: Defines what constitutes Protected Health Information (PHI) and Personally Identifiable Information (PII).
  • Access Control: Implements row-level security policies to restrict data access based on user roles and facilities.
  • Audit Trail: Sets up logging mechanisms to track data access and modifications, supporting accountability.
  • Leak Prevention: Advises on avoiding common data leaks via error messages, logs, URLs, and browser storage, ensuring patient privacy.
  • Use Case: Developers designing an EMR system can adopt these patterns to build secure, compliant access controls and logging strategies for patient data.

Quick Start

Review the provided security policies and data classification tips to implement PHI protections 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 classify and protect Protected Health Information (PHI) in my application?

To protect Protected Health Information (PHI), you must first classify what constitutes PHI and PII, then enforce strict safeguards. This involves implementing role-based access controls, audit logging, and leak mitigation strategies to prevent accidental data exposure.

What is the best way to implement HIPAA-compliant access controls for an EMR system?

The best way to implement HIPAA-compliant access controls is by applying row-level security policies. This restricts data access based on user roles and facilities, ensuring accountability and maintaining strict regulatory compliance for patient data.

How do I set up audit trails for tracking healthcare data access and modifications?

Setting up audit trails for healthcare data involves implementing logging mechanisms that track all data access and modifications. This ensures accountability across the system and helps maintain compliance with privacy regulations like HIPAA and GDPR.

How can I prevent common PHI data leaks via error messages and browser storage?

To prevent PHI data leaks, you must mitigate exposure across error messages, application logs, URLs, and browser storage. Applying strict safeguards against these common leak vectors ensures patient privacy and maintains regulatory compliance.

Does this PHI compliance approach support GDPR and DDISHA regulatory requirements?

Yes, this PHI compliance approach supports GDPR and DDISHA regulatory requirements. It provides comprehensive patterns and best practices for classifying sensitive healthcare data and enforcing privacy safeguards across multiple regulatory frameworks.

What constitutes Personally Identifiable Information (PII) when designing healthcare software?

Personally Identifiable Information (PII) in healthcare software includes sensitive patient data that must be strictly classified and controlled. Defining what constitutes PII allows developers to implement targeted access policies and leak prevention strategies.