healthcare-phi-compliance

Identify and mitigate PHI/PII exposure in healthcare applications.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill healthcare-phi-compliance-richardnpaul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcare-phi-compliance
Source: https://github.com/richardnpaul/everything-vscode-copilot/tree/main/.github/skills/healthcare-phi-compliance
Command: npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill healthcare-phi-compliance-richardnpaul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Protected Health Information (PHI) and Personally Identifiable Information (PII) are critical data categories in healthcare apps. This Skill provides patterns for data classification, access control, audit trails, encryption, and leak-vector mitigation to reduce exposure and non-compliance risk.

Core Features & Use Cases

  • Data Classification: identify PHI/PII fields in schemas and APIs to apply appropriate protections.
  • Access Control & Auditing: define RBAC/RLS patterns and audit logging to enforce who can access what data and when.
  • Leak-Prevention & Compliance: guidelines to minimize public exposure via errors, logs, and storage, aligned with HIPAA/GDPR requirements.
  • Deployment & Validation: checklists to validate secure configurations and data handling before release.

Quick Start

Configure and apply PHI/PII patterns to classify data, enforce access controls, and enable audit trails in your healthcare app.

Frequently Asked Questions about healthcare-phi-compliance

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

FAQPage Schema
How do I identify PHI and PII fields in my healthcare application schemas?

To identify PHI and PII fields, you classify data within your schemas and APIs to apply appropriate protections. This pattern involves scanning database schemas and API payloads to categorize sensitive patient, clinician, and financial data.

What is the best way to implement role-based access control for HIPAA compliance?

Implementing role-based access control for HIPAA compliance involves defining RBAC and row-level security patterns. This ensures only authorized roles access specific patient data, paired with audit logging to track who accessed what data and when.

How do I prevent PHI data leaks in application logs and error messages?

Preventing PHI data leaks requires applying leak-vector mitigation guidelines across logging layers and error handling. This minimizes public exposure by sanitizing logs and securing storage configurations aligned with HIPAA and GDPR requirements.

Can I use these compliance patterns for GDPR data classification in healthcare apps?

Yes, these compliance patterns support GDPR data classification in healthcare apps. They provide reusable patterns for secure data handling, encryption, and access control applicable across HIPAA, GDPR, and other privacy frameworks handling patient data.

Do I need a deployment checklist to validate secure healthcare data handling before release?

You need a deployment checklist to validate secure configurations and data handling before release. This ensures your healthcare application meets requirements for encryption, audit trails, and leak-prevention best practices prior to deployment.