docs(hipaa): update stale 2024 HIPAA penalty figures to current 2026 HHS OCR tiers - #61
Merged
Merged
Conversation
…R tiers HHS OCR's inflation-adjusted civil monetary penalty amounts (45 CFR § 160.404) were updated in the Federal Register effective January 28, 2026, raising per-violation and annual-cap figures. The mapping still cited the superseded 2024 amounts ($137-$68,928, $2.07M cap), which is exactly the kind of stale compliance citation this repo's audit-ready templates are meant to avoid. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FR9Xai5vLvS169FyRcgmTY
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mappings/hipaa.md's "Penalty reminder" callout cited 2024 HHS OCR civil monetary penalty figures ($137–$68,928 per violation, $2.07M annual cap per category), described in the text itself as "as of 2024 inflation adjustments."grep -rn "68,928\|2.07M"returned one match, in this file).Test plan
Generated by Claude Code