Solo Unicorn Club logo

CLAUDE.md Configs

Healthcare Compliance Config

A CLAUDE.md for healthcare development with HIPAA requirements

// First 7 days

What can be running fast.

01

Get a ready-to-run system that replaces blank-page setup.

02

Ship a usable package with 8 included files and working structure.

03

Move from purchase to first setup in about 5 min.

// Included files

What is inside the package.

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

Description

What is Healthcare Compliance Config?

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

claude-code

Upgrade path

  • 01Start with this package and validate the workflow.
  • 02Add specialized skills or bundles once the core system is stable.
  • 03Use the community to sharpen positioning, demos, and feedback loops.
PreviewCLAUDE.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

// Community acceleration

Use the room after the purchase.

Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.

Discuss implementation