healthcare-phi-compliance

Implement classification, access control, audit trails, and encryption for healthcare data compliance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sql, typescript, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides patterns and guidelines for compliant handling of Protected Health Information (PHI) and Personally Identifiable Information (PII) in healthcare applications.

Core Features & Use Cases

  • Data Classification: Classify PHI and PII according to regulatory standards.
  • Access Control: Implement row-level security for data access control.
  • Audit Trails: Create tamper-proof audit logs for data modifications.
  • Encryption: Secure sensitive data through encryption techniques.
  • Use Case: A healthcare application can use this Skill to establish a secure data handling framework that complies with HIPAA, DISHA, GDPR, and other data protection regulations.

Quick Start

Implement the healthcare-phi-compliance Skill to enforce access control on patient records.

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 access control for Protected Health Information in SQL databases?

To implement row-level access control for Protected Health Information, you classify PHI data and apply SQL-based security protocols to restrict data access. This ensures only authorized users can query specific patient records under HIPAA and GDPR frameworks.

What is the best way to create tamper-proof audit trails for healthcare data modifications?

Creating tamper-proof audit trails for healthcare data involves logging all data modifications through structured database tracking mechanisms. This process captures every change to Protected Health Information, ensuring compliance with healthcare data protection regulations like DISHA and HIPAA.

Do I need TypeScript to secure PHI and PII data in healthcare applications?

Yes, you need TypeScript alongside SQL to secure PHI and PII data in healthcare applications. TypeScript handles the security protocols and data handling logic, while SQL manages the database-level encryption and access control mechanisms required for compliance.

Can I use this approach to comply with multiple healthcare data protection frameworks like HIPAA, DISHA, and GDPR?

Yes, you can use this approach to comply with multiple healthcare data protection frameworks including HIPAA, DISHA, and GDPR. The methodology classifies PHI and PII according to diverse regulatory standards and applies universal encryption and access control patterns.

How does data classification work for Personally Identifiable Information under regulatory standards?

Data classification for Personally Identifiable Information works by categorizing PII according to specific regulatory standards, enabling targeted encryption and access control. This classification determines how SQL databases enforce row-level security to protect sensitive patient data.