healthcare-phi-compliance

Enforce PHI/PII compliance patterns in healthcare applications.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/contentbugvideoediting/cb-project-assistant --skill healthcare-phi-compliance-contentbugvideoediting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcare-phi-compliance
Source: https://github.com/contentbugvideoediting/cb-project-assistant/tree/main/services/cb-s-claude/vendor/s-claude/skills-library/healthcare-phi-compliance
Command: npx skills add https://github.com/contentbugvideoediting/cb-project-assistant --skill healthcare-phi-compliance-contentbugvideoediting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Protecting patient data across applications is complex and error-prone. This Skill provides structured patterns for PHI/PII classification, access control, and immutable audit trails to reduce risk.

Core Features & Use Cases

  • PHI/PII classification patterns and labeling
  • Access control patterns including Row-Level Security (RLS) and least-privilege design
  • Audit trails and secure deployment guidelines for compliant systems

Quick Start

Configure and enforce PHI/PII protection patterns across healthcare applications to minimize data exposure.

Frequently Asked Questions about healthcare-phi-compliance

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

FAQPage Schema
How do I enforce HIPAA compliant access control for PHI in my healthcare app?

PHI/PII compliance patterns enforce least-privilege access control and Row-Level Security (RLS) so users only see patient data necessary for their role. This minimizes exposure risk across clinical systems and satisfies HIPAA requirements.

What is the best way to classify and label PHI and PII data in clinical systems?

Structured PHI/PII classification patterns identify and label sensitive patient data across your application. This enables proper data handling, targeted protection measures, and accurate compliance with HIPAA and GDPR regulations.

Does this PHI protection approach support GDPR as well as HIPAA?

Yes, these compliance patterns support GDPR as well as HIPAA. The data classification, access control policies, and audit logging requirements apply across HIPAA, GDPR, and similar healthcare data regulations in clinical systems.

How do I implement immutable audit trails for healthcare applications?

You implement immutable audit trails for healthcare applications by following defined audit logging requirements. These guidelines structure how to securely record access and modifications to patient data, ensuring compliance and preventing data leaks.

What are the secure deployment practices for preventing PHI data leaks?

Secure deployment practices for preventing PHI data leaks involve applying structured guidelines for compliant systems. This includes enforcing data classification, least-privilege access control, and immutable audit logging throughout your clinical deployment pipeline.

Why do I need Row-Level Security when handling patient data in healthcare apps?

You need Row-Level Security when handling patient data to enforce least-privilege access control at the database level. RLS ensures queries only return patient records the user is explicitly authorized to view, preventing accidental PHI exposure.