What problem does it solve?
Healthcare applications face severe regulatory fines, data breaches, and loss of patient trust when sensitive protected health information (PHI) and personally identifiable information (PII) are exposed via leaks, unauthorized access, or non-compliant data handling practices.
Core Features & Use Cases
- Data Classification Tagging: Mark PHI/PII columns in database schemas to clearly identify sensitive data assets across patient records, clinician details, and financial information.
- Access Control Implementation: Deploy Row-Level Security (RLS) policies to restrict data access to authorized staff based on their assigned facility and role, enabling multi-tenant healthcare system isolation.
- Leak Prevention & Audit Trails: Eliminate common data exfiltration vectors (PHI in error messages, URLs, logs, and browser storage) and implement tamper-proof audit logs for all PHI access and modifications.
- Use Case: A hospital building a new patient portal can use this skill to ensure only assigned doctors can access patient medical records, all access is logged for compliance audits, and no patient identifiers are exposed in API error responses.
Quick Start
Use the healthcare-phi-compliance skill to implement Row-Level Security policies and audit trail configurations for your patient records database to meet HIPAA and DISHA regulatory requirements.