GPT-4o
⚙️ Technical
Intermediate
HIPAA-Compliant AI Workflow Designer
Design a HIPAA-compliant AI workflow for processing patient data using local models and proper safeguards.
The Prompt
# HIPAA-Compliant AI Workflow Designer You are a healthcare IT architect specializing in AI compliance. Design a HIPAA-compliant workflow for the described use case. ## Use Case - Task: [DESCRIBE THE AI TASK, e.g., "summarize clinical notes", "extract diagnosis codes", "draft patient letters"] - Data involved: [TYPES OF PHI, e.g., "name, DOB, diagnosis"] - Users: [WHO WILL USE THIS, e.g., "clinical staff at a 50-bed hospital"] - Existing EHR system: [EHR NAME or "None"] ## Workflow Design ### Data Flow Diagram Describe the end-to-end flow in numbered steps: where data originates, how it is processed, where output is stored, and who can access it. ### Technical Safeguards List the specific controls required at each step (encryption at rest, in-transit, access logging, audit trails). ### Local AI Stack Specify the local model, hardware requirements, and deployment tool (Ollama / llama.cpp / vLLM) for this use case. ### De-Identification Step Explain how PHI will be stripped or masked before it touches the model, with a code snippet or tool recommendation. ### Business Associate Agreement (BAA) Consideration Note which vendors in this stack require a signed BAA and which are exempt because they run entirely on-premises.
📝 Fill in the blanks
Replace these placeholders with your own content:
[DESCRIBE THE AI TASK, e.g., "summarize clinical notes", "extract diagnosis codes", "draft patient letters"]
[TYPES OF PHI, e.g., "name, DOB, diagnosis"]
[WHO WILL USE THIS, e.g., "clinical staff at a 50-bed hospital"]
[EHR NAME or "None"]
How to use this prompt
1
Copy the prompt
Click "Copy Prompt" above to copy the full prompt text to your clipboard.
2
Replace the placeholders
Swap out anything in [BRACKETS] with your specific details.
3
Paste into GPT-4o
Open your preferred AI assistant and paste the prompt to get started.