healthcare-phi-compliance

Implement PHI/PII compliance patterns with data classification, row-level security, and audit trails.

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/klu-dev/porting-ecc-to-vscode --skill healthcare-phi-compliance-klu-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcare-phi-compliance
Source: https://github.com/klu-dev/porting-ecc-to-vscode/tree/main/.github/skills/healthcare-phi-compliance
Command: npx skills add https://github.com/klu-dev/porting-ecc-to-vscode --skill healthcare-phi-compliance-klu-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps healthcare applications maintain compliance with PHI/PII regulations by providing patterns for data classification, access control, and audit trails.

Core Features & Use Cases

  • Data Classification: Identifies and classifies PHI and PII data.
  • Access Control: Implements row-level security to control data access.
  • Audit Trails: Ensures all data modifications are logged and auditable.
  • Use Case: For a hospital's patient management system, this Skill can be used to ensure that only authorized staff can access patient records and that all access attempts are logged.

Quick Start

Run the 'healthcare-phi-compliance' skill to apply PHI/PII compliance patterns to 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 implement row-level security for PHI data in a healthcare application?

You classify PHI and PII data fields, then apply SQL row-level security patterns to enforce access control so only authorized staff can view patient records in your healthcare application.

What is the best way to set up audit trails for patient record modifications?

Audit trails for patient records are set up by implementing logging patterns that capture all data modifications, ensuring every access attempt is auditable for compliance verification in your healthcare system.

How do I classify PHI and PII data in a patient management system?

You identify and categorize sensitive patient information fields within your application database, applying classification patterns to distinguish PHI and PII data for targeted protection measures.

Do I need SQL knowledge to enforce healthcare data protection and compliance?

SQL knowledge is required to enforce healthcare data protection, specifically for implementing row-level security patterns that control access to PHI and PII data within your database architecture.

How does data classification improve access control for healthcare applications?

Data classification improves access control by first identifying PHI and PII fields, allowing you to apply targeted row-level security patterns that restrict unauthorized staff from viewing sensitive patient information.