hipaa-compliance

Enforce HIPAA compliance for applications handling Protected Health Information.

181|30|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/curiositech/some_claude_skills --skill hipaa-compliance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hipaa-compliance
Source: https://github.com/curiositech/some_claude_skills/tree/main/.claude/skills/hipaa-compliance
Command: npx skills add https://github.com/curiositech/some_claude_skills --skill hipaa-compliance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that applications handling sensitive health data adhere to HIPAA regulations, preventing data breaches and compliance violations.

Core Features & Use Cases

  • PHI Identification: Clearly defines what constitutes Protected Health Information (PHI) within the application context.
  • Audit Logging: Implements robust logging for all access and modifications to PHI, including security events and admin actions.
  • Data Sanitization: Provides guidelines and examples for preventing sensitive data from being logged.
  • Session Security: Enforces strict session timeouts, maximum session durations, and secure login procedures.
  • Break Glass Access: Manages emergency access with enhanced auditing and justification requirements.
  • Use Case: When developing a new feature for a telehealth app that allows users to upload medical documents, this Skill guides the developer on how to log access to these documents, sanitize any inadvertently included sensitive fields, and ensure secure session management for the user.

Quick Start

Use the hipaa-compliance skill to ensure all access to user journal entries is properly audit logged.

Frequently Asked Questions about hipaa-compliance

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

FAQPage Schema
What constitutes Protected Health Information (PHI) that needs audit logging in my application?

Protected Health Information (PHI) includes health data, check-ins, journal entries, and sensitive user information. This Skill clearly defines what constitutes PHI within your application context and enforces guidelines for audit logging all access and modifications to it.

How do I implement audit logging for PHI access and modifications in a telehealth app?

To implement audit logging for PHI access, this Skill provides guidelines to log all access and modifications, including security events and admin actions. It also offers data sanitization examples to prevent sensitive fields from being inadvertently logged during telehealth document handling.

What session security requirements are needed to handle health data and maintain HIPAA compliance?

Handling health data requires strict session security to maintain HIPAA compliance, including enforced session timeouts, maximum session durations, and secure login procedures. This Skill defines these requirements to ensure user sessions handling sensitive information are properly secured.

How do I manage emergency access to PHI without violating HIPAA compliance?

Managing emergency access to PHI without violating HIPAA compliance involves using Break Glass access procedures. This Skill manages emergency access by enforcing enhanced auditing and justification requirements whenever users bypass normal security controls during an emergency.

Does this HIPAA compliance skill support sanitizing sensitive data from application logs?

Yes, this HIPAA compliance skill supports data sanitization by providing guidelines and examples for preventing sensitive data from being logged. It ensures that inadvertently included sensitive fields are sanitized so your application logs remain compliant with data privacy standards.

When do I need to apply HIPAA compliance guidelines to user journal entries?

You need to apply HIPAA compliance guidelines to user journal entries whenever your application stores or processes sensitive health information. This Skill ensures all access to user journal entries is properly audit logged and handled according to PHI security requirements.