HIPAA Compliance Prompts

Ready-to-use prompts for checking HIPAA applicability, reviewing PHI exposure, and creating HIPAA-aligned remediation plans using FlexBase standards.

How to Use

Tell your AI agent what compliance task you need. The MCP server should load the HIPAA guide together with the relevant FlexBase API, query, handler, DTO, and UI conventions.

Example prompts you can give your AI agent:

Review the Bookings module for HIPAA applicability using FlexBase standards
Review the CreateBooking feature for HIPAA compliance and list the missing controls
Create a HIPAA remediation plan for the Guests module using existing FlexBase patterns
Review all notification templates in the Payments module for HIPAA disclosure risks
Review the Blazor UI for the Patient module for PHI overexposure

What the Agent Should Check

For HIPAA-relevant modules or features, the review should cover:

  • PHI touchpoints in DTOs, handlers, queries, subscribers, UI, notifications, files, and integrations

  • minimum-necessary access

  • authorization and role separation

  • audit trail and traceability

  • safe external disclosures

  • logging and telemetry leakage

  • idempotency and duplicate disclosure risks

  • secure handling of files, exports, and notifications


Task Catalog

1. HIPAA Applicability Review

Goal: Determine whether a module or feature is HIPAA relevant and identify PHI-bearing paths.

Prompt:

2. Single Feature HIPAA Review

Goal: Inspect one feature end-to-end for HIPAA exposure and missing safeguards.

Prompt:

3. Create HIPAA Remediation Plan

Goal: Generate implementation tasks to harden a module or feature.

Prompt:

4. DTO Minimum-Necessary Review

Goal: Find DTOs that expose more PHI than necessary.

Prompt:

5. Query Leakage Review

Goal: Ensure queries do not over-return PHI and are properly scoped.

Prompt:

6. Handler and Subscriber Review

Goal: Review mutations and async flows for authorization, audit, and disclosure safety.

Prompt:

7. Notifications and Integrations Review

Goal: Reduce disclosure risk in external communications.

Prompt:

8. Blazor UI PHI Exposure Review

Goal: Review screens, dialogs, lists, and messages for PHI overexposure.

Prompt:

9. Module-Level HIPAA Checklist

Goal: Produce a reusable readiness checklist for a whole module.

Prompt:

10. Release Gate for HIPAA-Relevant Features

Goal: Create a pass/fail release gate before shipping a module or feature.

Prompt:


For best results, ask the agent to respond using this structure:


Last updated