HIPAA Assessment
Assess Health Insurance Portability and Accountability Act (HIPAA) compliance for "$ARGUMENTS". Evaluate Privacy Rule, Security Rule, Breach Notification Rule, and Business Associate Agreement coverage.
Prerequisites
Read .metapowers/compliance/$ARGUMENTS/00-scope.md. If this file does not exist, tell the user:
Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run /compliance:regulatory-landscape $ARGUMENTS first, or use --skip-checks to bypass.
If --skip-checks is present in $ARGUMENTS, skip this check.
Process
Read context files:
- Read
plugins/compliance/shared/grc-lifecycle-guide.md for GRC methodology reference
- Read
plugins/compliance/shared/assessment-template.md for output structure
- Read
.metapowers/compliance/$ARGUMENTS/00-scope.md for scope and control framework context
Entity classification:
- Determine if covered entity (health plan, healthcare clearinghouse, healthcare provider with electronic transactions)
- Determine if business associate (handles PHI on behalf of covered entity)
- Assess hybrid entity considerations
- Document entity classification with rationale
Privacy Rule assessment:
- Assess permitted uses and disclosures of Protected Health Information (PHI)
- Evaluate minimum necessary standard implementation
- Review individual rights: access, amendment, accounting of disclosures, restriction requests, confidential communications, right to receive notice of privacy practices
- Assess Notice of Privacy Practices (NPP) content and distribution
- Evaluate authorizations for uses/disclosures not otherwise permitted
- Review de-identification methods (safe harbor vs expert determination)
- Assess marketing and fundraising communication compliance
Security Rule assessment:
- Administrative safeguards: security management process (risk analysis, risk management, sanction policy, information system activity review), assigned security responsibility, workforce security, information access management, security awareness training, security incident procedures, contingency plan, evaluation
- Physical safeguards: facility access controls, workstation use, workstation security, device and media controls
- Technical safeguards: access control (unique user ID, emergency access, automatic logoff, encryption), audit controls, integrity controls (mechanism to authenticate ePHI), person/entity authentication, transmission security (integrity controls, encryption)
- Classify each safeguard as required vs addressable
- Score each safeguard: implemented / partially implemented / not implemented
Breach Notification Rule assessment:
- Assess breach risk assessment methodology (four-factor test)
- Evaluate individual notification procedures (within 60 days of discovery)
- Assess HHS/OCR notification procedures (within 60 days for breaches affecting 500+ individuals, annual log for smaller breaches)
- Review media notification requirements (500+ in a state/jurisdiction)
- Evaluate breach documentation and investigation processes
Business Associate Agreements (BAAs):
- Inventory all business associates handling PHI
- Assess BAA coverage (all BAs have current, compliant agreements)
- Review BAA terms for required provisions
- Evaluate BA monitoring and compliance verification procedures
- Assess subcontractor BAA flow-down requirements
Write the artifact to .metapowers/compliance/$ARGUMENTS/01-assess/hipaa.md following the assessment template structure with:
- Entity Classification — covered entity, business associate, or hybrid determination
- Privacy Rule Assessment — use/disclosure controls, individual rights, NPP status
- Security Rule Assessment — administrative, physical, technical safeguard scoring
- Breach Notification Readiness — risk assessment methodology, notification procedures
- BAA Inventory — coverage assessment and agreement adequacy
- Risk Analysis — overall risk posture and highest-risk areas
- Evidence Inventory — existing evidence and evidence gaps
- Remediation Priorities — ranked list of gaps to address
Output
The HIPAA assessment written to .metapowers/compliance/$ARGUMENTS/01-assess/hipaa.md. Present a summary to the user highlighting:
- Entity classification determination
- Privacy Rule, Security Rule, and Breach Notification readiness scores
- BAA coverage percentage
- Top 3 gaps requiring remediation
1---2name: hipaa3description: Assess HIPAA compliance — Privacy Rule, Security Rule, Breach Notification, BAAs4---56# HIPAA Assessment78Assess Health Insurance Portability and Accountability Act (HIPAA) compliance for "$ARGUMENTS". Evaluate Privacy Rule, Security Rule, Breach Notification Rule, and Business Associate Agreement coverage.910## Prerequisites1112Read `.metapowers/compliance/$ARGUMENTS/00-scope.md`. If this file does not exist, tell the user:1314> Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run `/compliance:regulatory-landscape $ARGUMENTS` first, or use `--skip-checks` to bypass.1516If `--skip-checks` is present in $ARGUMENTS, skip this check.1718## Process19201. **Read context files:**21 - Read `plugins/compliance/shared/grc-lifecycle-guide.md` for GRC methodology reference22 - Read `plugins/compliance/shared/assessment-template.md` for output structure23 - Read `.metapowers/compliance/$ARGUMENTS/00-scope.md` for scope and control framework context24252. **Entity classification:**26 - Determine if covered entity (health plan, healthcare clearinghouse, healthcare provider with electronic transactions)27 - Determine if business associate (handles PHI on behalf of covered entity)28 - Assess hybrid entity considerations29 - Document entity classification with rationale30313. **Privacy Rule assessment:**32 - Assess permitted uses and disclosures of Protected Health Information (PHI)33 - Evaluate minimum necessary standard implementation34 - Review individual rights: access, amendment, accounting of disclosures, restriction requests, confidential communications, right to receive notice of privacy practices35 - Assess Notice of Privacy Practices (NPP) content and distribution36 - Evaluate authorizations for uses/disclosures not otherwise permitted37 - Review de-identification methods (safe harbor vs expert determination)38 - Assess marketing and fundraising communication compliance39404. **Security Rule assessment:**41 - **Administrative safeguards:** security management process (risk analysis, risk management, sanction policy, information system activity review), assigned security responsibility, workforce security, information access management, security awareness training, security incident procedures, contingency plan, evaluation42 - **Physical safeguards:** facility access controls, workstation use, workstation security, device and media controls43 - **Technical safeguards:** access control (unique user ID, emergency access, automatic logoff, encryption), audit controls, integrity controls (mechanism to authenticate ePHI), person/entity authentication, transmission security (integrity controls, encryption)44 - Classify each safeguard as required vs addressable45 - Score each safeguard: implemented / partially implemented / not implemented46475. **Breach Notification Rule assessment:**48 - Assess breach risk assessment methodology (four-factor test)49 - Evaluate individual notification procedures (within 60 days of discovery)50 - Assess HHS/OCR notification procedures (within 60 days for breaches affecting 500+ individuals, annual log for smaller breaches)51 - Review media notification requirements (500+ in a state/jurisdiction)52 - Evaluate breach documentation and investigation processes53546. **Business Associate Agreements (BAAs):**55 - Inventory all business associates handling PHI56 - Assess BAA coverage (all BAs have current, compliant agreements)57 - Review BAA terms for required provisions58 - Evaluate BA monitoring and compliance verification procedures59 - Assess subcontractor BAA flow-down requirements60617. **Write the artifact** to `.metapowers/compliance/$ARGUMENTS/01-assess/hipaa.md` following the assessment template structure with:62 - **Entity Classification** — covered entity, business associate, or hybrid determination63 - **Privacy Rule Assessment** — use/disclosure controls, individual rights, NPP status64 - **Security Rule Assessment** — administrative, physical, technical safeguard scoring65 - **Breach Notification Readiness** — risk assessment methodology, notification procedures66 - **BAA Inventory** — coverage assessment and agreement adequacy67 - **Risk Analysis** — overall risk posture and highest-risk areas68 - **Evidence Inventory** — existing evidence and evidence gaps69 - **Remediation Priorities** — ranked list of gaps to address7071## Output7273The HIPAA assessment written to `.metapowers/compliance/$ARGUMENTS/01-assess/hipaa.md`. Present a summary to the user highlighting:74- Entity classification determination75- Privacy Rule, Security Rule, and Breach Notification readiness scores76- BAA coverage percentage77- Top 3 gaps requiring remediation