healthcare-phi-compliance

Implement Row-Level Security and audit trails for PHI and PII compliance.

Updated Nov 19, 2025
One-click install
npx skills add https://github.com/Sake-Team/SmartSake --skill healthcare-phi-compliance-sake-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcare-phi-compliance
Source: https://github.com/Sake-Team/SmartSake/tree/main/backup/skills/healthcare-phi-compliance
Command: npx skills add https://github.com/Sake-Team/SmartSake --skill healthcare-phi-compliance-sake-team

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill unit provides patterns for protecting PHI and PII in healthcare systems, addressing data classification, access control, audit trails, encryption, and common leak vectors.

Core Features & Use Cases

  • Data Classification: Defines PHI and PII data types for healthcare systems.
  • Access Control: Implements Row-Level Security for sensitive data access.
  • Audit Trails: Ensures logging of all PHI access or modifications.
  • Leak Vector Mitigation: Offers guidelines to prevent data breaches.
  • Database Schema Tagging: Marks PHI/PII columns for secure handling.
  • Deployment Checklist: A comprehensive list for ensuring compliance before deployment.
  • Examples: Demonstrates safe coding practices and RLS policies.

Quick Start

Use the healthcare-phi-compliance skill to review your database schema for PHI/PII tagging and implement the provided RLS policies.

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 healthcare databases?

To ensure healthcare data protection, use this Skill to tag PHI and PII columns in your database schema and apply row-level security policies. It provides RLS examples and classification patterns to restrict unauthorized access to sensitive records.

What is the best way to classify PHI and PII data types for HIPAA compliance?

To classify PHI and PII for HIPAA compliance, use this Skill to define sensitive data categories and tag relevant database schema columns. It provides classification patterns that identify protected health information across healthcare systems.

Do I need SQL knowledge to set up audit trails for PII access control?

Yes, setting up audit trails and access controls requires SQL knowledge and healthcare database access. This Skill provides SQL-based RLS policies and logging patterns to track all PHI modifications and ensure compliance with HIPAA and GDPR.

How do I prevent common leak vectors for PII in healthcare systems?

To prevent PII leak vectors, apply the mitigation guidelines and safe coding practices provided by this Skill. It addresses common data breach pathways by combining schema tagging, encryption patterns, and row-level access control.

Does this approach support GDPR and DISHA compliance alongside HIPAA?

Yes, the compliance patterns support GDPR and DISHA alongside HIPAA requirements. The Skill provides data classification, access control, and audit trail patterns designed to satisfy multiple healthcare data protection regulatory frameworks simultaneously.

What should be on a deployment checklist for healthcare data protection compliance?

A healthcare compliance deployment checklist should verify PHI and PII schema tagging, RLS policies, audit trail logging, and leak vector mitigation. This Skill provides a comprehensive checklist to validate data protection before system deployment.