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 correctlyInstallation Guide
1
Copy config to project root
cp healthcare-compliance-config/CLAUDE.md ./CLAUDE.md2
Start Claude Code — config loads automatically
claudeRelated Products
CLAUDE.md ConfigFree
Content Creator Config
A CLAUDE.md tuned for writing, editing, and publishing workflows
CLAUDE.md Config$9
Customer Success Config
A CLAUDE.md for proactive, retention-focused customer management
CLAUDE.md Config$9
Data Science Config
A CLAUDE.md for data science workflows with experiment tracking
CLAUDE.md ConfigFree
DevOps/SRE Config
A CLAUDE.md for DevOps teams with incident and change management