when building a readmission prevention list for outreach teams
Readmission Risk Cohort Chain AI Prompt
This chain prompt creates a full readmission-risk workflow centered on the LACE score and actual readmission outcomes. It moves from cohort definition to risk scoring, validation, profiling of high-risk patients, and practical prioritization for outreach. It is particularly helpful for organizations building or evaluating transitional care and readmission prevention programs.
Step 1: Define the index admission cohort — all inpatient discharges in the study period, excluding deaths, AMA discharges, and transfers to other acute facilities. Step 2: Calculate the LACE score for each patient (Length of stay, Acuity of admission, Charlson Comorbidity Index, ED visits in past 6 months). Classify: low risk (0–4), moderate (5–9), high (≥10). Step 3: Validate LACE score performance against actual 30-day readmissions in the dataset: compute AUC-ROC, sensitivity, and specificity at each risk threshold. Step 4: Profile the high-risk cohort (LACE ≥10): size, top diagnoses, demographics, payer mix, and social risk factors. Step 5: Identify which high-risk patients were not readmitted — what interventions or patient factors may have protected them? Step 6: Prioritize the top 50 patients by readmission risk for care management outreach. Return a ranked list with LACE score, primary diagnosis, payer, and suggested intervention type.
When to use this prompt
when you want to validate how well LACE works in your own data
when you need to understand what differentiates high-risk from protected patients
when population health teams need a ranked intervention list rather than just summary rates
What the AI should return
A full readmission-risk workflow output including index cohort definition, LACE scoring results, validation metrics, high-risk cohort profile, and a ranked outreach list with intervention suggestions.
How to use this prompt
Open your data context
Load your dataset, notebook, or working environment so the AI can operate on the actual project context.
Copy the prompt text
Use the copy button above and paste the prompt into the AI assistant or prompt input area.
Review the output critically
Check whether the result matches your data, assumptions, and desired format before moving on.
Chain into the next prompt
Once you have the first result, continue deeper with related prompts in Cohort Analysis.
Frequently asked questions
What does the Readmission Risk Cohort Chain prompt do?+
It gives you a structured cohort analysis starting point for healthcare data analyst work and helps you move faster without starting from a blank page.
Who is this prompt for?+
It is designed for healthcare data analyst workflows and marked as advanced, so it works well as a guided starting point for that level of experience.
What type of prompt is this?+
Readmission Risk Cohort Chain is a chain. You can copy it as-is, adapt it, or use it as one step inside a larger workflow.
Can I use this outside MLJAR Studio?+
Yes. The prompt text works in other AI tools too, but MLJAR Studio is the best fit when you want local execution, visible Python code, and reusable notebooks.
What should I open next?+
Natural next steps from here are Chronic Disease Cohort, Comorbidity Burden Analysis, High Utilizer Identification.