ClipMarts

Healthcare Compliance Config

A CLAUDE.md for healthcare development with HIPAA requirements

$9Starter SkillFor specialists, founders, and lean teams

What is Healthcare Compliance Config?

CLAUDE.md for healthcare development. HIPAA data handling, PHI protection rules, audit logging requirements, encryption standards, and compliance checklists.

Setup Time

5 min

Difficulty

Advanced

Works With
claude-code

What's Included

  • CLAUDE.md
  • conventions/phi-handling.md
  • conventions/encryption-standards.md
  • conventions/audit-logging.md
  • checklists/hipaa-compliance.md
  • checklists/security-review.md
  • templates/data-flow-diagram.md
  • README.md

Preview

CLAUDE.md
# CLAUDE.md — Healthcare Compliance Config

## HIPAA Data Handling
- NEVER log, print, or store PHI in plaintext
- All PHI must be encrypted at rest (AES-256) and in transit (TLS 1.2+)
- Access to PHI requires role-based authorization
- De-identify data for development and testing environments

## Audit Logging Requirements
- Log all PHI access: who, what, when, why
- Logs must be immutable and retained for 6 years
- Include: user ID, action, resource, timestamp, IP address
- Alert on anomalous access patterns (bulk exports, off-hours)

## Code Review Checklist (healthcare-specific)
- [ ] No PHI in logs, error messages, or comments
- [ ] Encryption applied to all data at rest and in transit
- [ ] Access controls enforce minimum necessary principle
- [ ] Audit trail captures all data access events
- [ ] Data retention policies implemented correctly

Installation Guide

1

Copy config to project root

cp healthcare-compliance-config/CLAUDE.md ./CLAUDE.md
2

Start Claude Code — config loads automatically

claude
Share
Files included8
Setup time5 min
Difficultyadvanced

Tags

claude-mdhealthcarehipaacompliancephisecurity