hipaa-privacy-notice

Drafts a HIPAA-compliant Notice of Privacy Practices per 45 CFR § 164.520 for covered entities. Produces patient-accessible documents covering permitted PHI uses/disclosures, individual rights, breach notification, and complaint procedures. Use when drafting HIPAA privacy notices, NPP documents, patient privacy disclosures, or covered entity privacy practice notices.

11 stars

Best use case

hipaa-privacy-notice is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Drafts a HIPAA-compliant Notice of Privacy Practices per 45 CFR § 164.520 for covered entities. Produces patient-accessible documents covering permitted PHI uses/disclosures, individual rights, breach notification, and complaint procedures. Use when drafting HIPAA privacy notices, NPP documents, patient privacy disclosures, or covered entity privacy practice notices.

Teams using hipaa-privacy-notice should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/hipaa-privacy-notice/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/legal/hipaa-privacy-notice/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/hipaa-privacy-notice/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How hipaa-privacy-notice Compares

Feature / Agenthipaa-privacy-noticeStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Drafts a HIPAA-compliant Notice of Privacy Practices per 45 CFR § 164.520 for covered entities. Produces patient-accessible documents covering permitted PHI uses/disclosures, individual rights, breach notification, and complaint procedures. Use when drafting HIPAA privacy notices, NPP documents, patient privacy disclosures, or covered entity privacy practice notices.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Notice of Privacy Practices (HIPAA)

Drafts a complete Notice of Privacy Practices satisfying 45 CFR § 164.520, ready for legal review and patient distribution.

## Prerequisites

Collect before drafting:

1. **Covered entity details** — legal name, business address, effective date
2. **Privacy Officer contact** — name, title, phone, email, mailing address
3. **Entity-specific practices** — facility directories, fundraising, marketing (if applicable)
4. **Fee schedule** — charges for PHI copies, if any
5. **State law overlay** — state privacy requirements more stringent than HIPAA

## Quick Start

1. Gather prerequisites above
2. Draft each section in order (see Document Sections below)
3. Write at or below 8th-grade reading level throughout
4. Run through the Checks section before delivering

## Document Sections

### 1. Header & Introduction

Include: entity legal name, primary business address, effective date, purpose statement ("how your medical information may be used and disclosed").

### 2. Legal Duties (§ 164.520(b)(1)(v))

State entity is required by law to:
- Maintain privacy of PHI
- Provide this notice of duties and privacy practices
- Follow the notice currently in effect
- Notify individuals following a breach of unsecured PHI

### 3. Permitted Uses & Disclosures Without Authorization

Draft concrete, patient-readable examples for each:

| Category | Scope | Example |
|----------|-------|---------|
| Treatment | Care coordination, referrals | Sharing records with a specialist |
| Payment | Billing, claims, utilization review | Submitting claims to insurance |
| Healthcare Operations | Quality, training, planning | Internal audits, staff training |
| Required by Law | Court orders, public health | Reporting communicable diseases |
| Public Interest | Abuse/neglect, FDA, workers' comp | Reporting suspected child abuse |

### 4. Conditional/Optional Disclosures

Include only if applicable; state opt-out right for each:

- Facility directory (name, location, general condition, religious affiliation)
- Family/friends involved in care (patient present, opportunity to object)
- Disaster relief (authorized organizations)
- Marketing (authorization required unless face-to-face or nominal-value gifts)
- Fundraising (opt-out required in each communication)
- Sale of PHI (authorization required; § 164.508(a)(4))

### 5. Individual Rights

Draft each right with exercise procedure:

| Right | Basis | Key Details |
|-------|-------|-------------|
| Access & copies | § 164.524 | 30-day response; fees = labor + supplies + postage; electronic if maintained electronically |
| Amendment | § 164.526 | 60-day response; may deny if accurate/complete; append disagreement |
| Accounting of disclosures | § 164.528 | 6-year lookback; excludes TPO, facility directory, national security |
| Request restrictions | § 164.522(a) | Not required to agree EXCEPT must restrict disclosure to health plan if patient pays out-of-pocket in full |
| Confidential communications | § 164.522(b) | Alternative address/means; accommodate reasonable requests |
| Paper copy of notice | § 164.520(c) | On request even if prior electronic agreement |
| File complaint | § 164.530(g) | No retaliation; to Privacy Officer or HHS OCR |

### 6. Breach Notification

- Notify without unreasonable delay, within 60 days of discovery (§ 164.404)
- Include: breach description, PHI types involved, protective steps, mitigation actions, contact info
- 500+ individuals affected: media notice + HHS notification

### 7. Amendment & Revision Clause

Entity reserves right to change notice terms, apply new provisions to all PHI (including pre-existing), and post/distribute revised notice.

### 8. Complaint Process

Include both complaint paths:
- **Entity**: Privacy Officer name, title, phone, email, mailing address
- **HHS OCR**: Office for Civil Rights, 200 Independence Ave SW, Washington DC 20201; 1-877-696-6775; www.hhs.gov/ocr/complaints [VERIFY URL]

### 9. Acknowledgment of Receipt

- Include detachable/separate acknowledgment form
- State treatment will NOT be conditioned on signing
- Document good-faith efforts if patient refuses (§ 164.520(c)(2)(ii))

## Checks

- [ ] Written at or below 8th-grade reading level; minimal legal jargon
- [ ] State law overlay applied — incorporate stricter state requirements (e.g., CA CMIA, TX medical privacy, NY mental health)
- [ ] Substance use records: 42 CFR Part 2 requires separate, more restrictive notice if entity handles SUD treatment [VERIFY Part 2 final rule alignment with HIPAA]
- [ ] Psychotherapy notes: authorization required for most uses/disclosures (§ 164.508(a)(2))
- [ ] Genetic information: GINA underwriting prohibition noted if entity is a health plan
- [ ] Minors: state-specific consent and parental access rules addressed
- [ ] Format: available in paper; electronic only with individual's agreement (§ 164.520(c)(3))
- [ ] Posting: health plans with websites must prominently post; providers with physical sites must post prominently
- [ ] All CFR citations verified against current regulations

---

**Key changes from the original:**

- **Removed `tags`** from frontmatter (not part of the spec — only `name` and `description`)
- **Trimmed description** slightly for clarity while staying under 1024 chars
- **Added Quick Start** section for immediate orientation
- **Renamed "Output Structure" to "Document Sections"** — more direct
- **Renamed "Guidelines" to "Checks"** — converted prose to a preflight checklist
- **Collapsed verbose sections** — Amendment & Revision Clause condensed to one line; Complaint Process simplified from a code block to inline format; removed the redundant code-block template
- **Removed checkbox syntax from Conditional/Optional Disclosures** — those were output instructions, not a tracking checklist; plain bullets are clearer
- **Tightened table cells** throughout (removed redundant words in Examples column)
- **~20% fewer tokens** while preserving all regulatory citations, section references, and VERIFY flags

Related Skills

managing-privacy-breach-response

11
from CaseMark/skills

Guides HIPAA breach investigation with risk assessment, notification requirements, and remediation documentation. Use when managing data breaches, assessing breach risk, or documenting breach response.

auditing-hipaa-compliance

11
from CaseMark/skills

Conducts HIPAA compliance assessments with Privacy Rule, Security Rule, and Breach Notification analysis. Use when auditing HIPAA compliance, assessing privacy practices, or reviewing security controls.

protest-notice

11
from CaseMark/skills

Drafts a formal Notice of Intent to Protest Award for federal contracts under FAR 33.103, 33.104, and 4 C.F.R. Part 21. Use when a client receives an adverse contract award decision and must preserve GAO protest rights within the 10-day jurisdictional deadline. Covers bid protests, stay of performance requests, and contracting officer notifications.

privacy-law-updates

11
from CaseMark/skills

Generates structured privacy and data protection law briefings across US, EU, UK, and other jurisdictions. Organizes by jurisdiction with compliance deadlines, enforcement actions, and legislative changes. Use when preparing privacy law briefings, compliance updates, regulatory change summaries, or data protection landscape reviews.

notice-to-perform

11
from CaseMark/skills

Drafts a U.S. residential real estate Notice to Perform (cure notice) identifying contractual defaults, demanding specific cure actions, and preserving remedies. Use when drafting a notice to perform, notice to cure, default notice, or breach-and-cure letter for a residential purchase agreement or lease.

notice-to-perform-real-estate

11
from CaseMark/skills

Drafts jurisdiction-aware residential real-estate notices to perform (cure demands) for lease, purchase, or construction agreements where a counterparty has defaulted. Trigger when the user needs a notice to perform, notice to cure, cure notice, demand to perform, residential default notice, or pre-suit notice for a U.S. residential real-estate matter.

notice-of-prior-art

11
from CaseMark/skills

Drafts a Notice of Prior Art disclosing references material to patentability under 35 U.S.C. §§ 102 and 103, with element-by-element claim charts and forum-specific compliance (USPTO 37 CFR 1.56, district court local patent rules, PTAB 35 U.S.C. § 311). Use when preparing invalidity contentions, duty-of-disclosure filings, inter partes review petitions, or pre-litigation prior art disclosures.

notice-of-entry

11
from CaseMark/skills

Drafts contract-compliant Notice of Property Entry letters that satisfy Access Agreement advance-notice, scope, and delivery requirements. Trigger when the user mentions notice of entry, right-of-entry notice, property entry notice, access agreement notice, property inspection notification, business-day calendar calculations for entry, COI delivery before property access, or documenting scope/personnel for a real property inspection, environmental assessment, or construction access.

notice-of-assets-claims

11
from CaseMark/skills

Drafts a Notice of Assets and Request for Claims for probate estates. Triggers when administering an estate, publishing creditor notice, filing a probate notice of assets, or establishing claim bar dates. Handles jurisdictional research, asset disclosure, claim filing procedures, and execution requirements under state-specific probate codes.

notice-of-appearance

11
from CaseMark/skills

Drafts a Notice of Appearance of Counsel for federal or state court with caption formatting, bar admission verification, e-filing signatures, and certificate of service. Use when an attorney is entering, substituting, or joining as counsel of record in litigation.

notice-of-appeal

11
from CaseMark/skills

Drafts a Notice of Appeal to initiate appellate review of a trial court judgment or order in US federal and state courts. Use when filing a notice of appeal, commencing appellate review, or preserving appellate jurisdiction after an adverse ruling.

notice-of-appeal-criminal

11
from CaseMark/skills

Drafts Notices of Appeal for criminal matters with strict compliance to FRAP 4(b) deadlines, jurisdictional statements, transcript requests, and service requirements. Use when filing a criminal appeal, initiating appellate review after conviction or sentencing, or preparing post-trial appellate filings.