Risk Stratification Indices Reasoning
Overview
Guide selection and interpretation of clinical risk stratification indices (LACE, Charlson, Elixhauser) and SDOH factors (Z-codes, ADI) for population health management. Based on validated scoring systems from peer-reviewed literature.
Usage
- Activate when selecting a risk stratification index for a specific use case (readmission, mortality, utilization)
- Activate when interpreting LACE, Charlson, or Elixhauser scores
- Activate when incorporating SDOH factors (Z-codes, ADI) into population health stratification
Core Concepts
Response Format
Apply scoring logic internally. Present the recommended index with justification, scoring interpretation, and risk tier. Do not narrate the full scoring calculation unless asked.
1. Choosing a Risk Stratification Method
What is the use case?
├── 30-day readmission prediction
│ └── Use LACE index (designed for readmission)
├── Long-term mortality risk adjustment
│ └── Use Charlson Comorbidity Index
├── Hospital resource utilization / cost prediction
│ └── Use Elixhauser Comorbidity Index
├── Medicare risk adjustment (payment)
│ └── Use CMS-HCC (Hierarchical Condition Categories)
└── Population health stratification
└── Combine clinical risk (Charlson/Elixhauser) + SDOH factors
2. LACE Index (Readmission Risk)
| Component |
Scoring |
Range |
| L — Length of stay |
1d=1, 2d=2, 3d=3, 4–6d=4, 7–13d=5, ≥14d=7 |
0–7 |
| A — Acuity of admission |
Emergent=3, Urgent=2, Elective=0 |
0–3 |
| C — Comorbidity (Charlson) |
0=0, 1=1, 2=2, 3=3, ≥4=5 |
0–5 |
| E — ED visits (prior 6 months) |
0=0, 1=1, 2=2, 3=3, ≥4=4 |
0–4 |
| Total |
Sum of L+A+C+E |
0–19 |
Risk tiers: Low (0–4), Moderate (5–9), High (10+)
3. Charlson Comorbidity Index
17 conditions with integer weights:
- Weight 1: MI, CHF, PVD, CVD, dementia, COPD, connective tissue disease, peptic ulcer, mild liver disease, uncomplicated diabetes
- Weight 2: complicated diabetes, hemiplegia, renal disease, non-metastatic cancer
- Weight 3: moderate/severe liver disease
- Weight 6: metastatic tumor, AIDS/HIV
Total score = sum of all applicable weights.
4. Elixhauser Comorbidity Index
| Attribute |
Charlson |
Elixhauser |
| Conditions |
17 |
31 |
| Weighting |
Fixed integer |
Varies by model (van Walraven common) |
| Scope |
Mortality prediction |
Mortality + resource use |
| Mental health |
Limited (dementia only) |
Depression, psychoses, substance use |
| Best for |
Long-term mortality |
Hospital utilization, readmission |
5. SDOH Risk Factors
ICD-10 Z-Codes for SDOH
Key ranges: Z55 (education/literacy), Z56 (employment), Z57 (occupational exposure), Z59 (housing/economic — Z59.0 homelessness, Z59.41 food insecurity), Z60 (social environment), Z62 (upbringing/abuse), Z63 (family circumstances), Z65 (psychosocial/legal).
Area Deprivation Index (ADI)
| ADI Percentile |
Risk Level |
Implication |
| 1–25 |
Low deprivation |
Standard outreach sufficient |
| 26–50 |
Moderate |
Enhanced reminder systems |
| 51–75 |
High |
Care coordination, transportation assistance |
| 76–100 |
Very high |
Intensive outreach, community health workers |
Incorporating SDOH into Stratification
Weight members higher when:
- Any SDOH Z-code documented in claims
- High ADI score (≥51st percentile)
- Dual-eligible status (Medicare + Medicaid)
- Language barrier (non-English preferred)
- No PCP visit in 12 months (care disengagement)
Common Mistakes
- Wrong: Using Charlson for readmission prediction → Right: Use LACE (purpose-built for 30-day readmission)
- Wrong: Using Elixhauser for long-term mortality → Right: Use Charlson (validated for mortality prediction)
- Wrong: Ignoring SDOH factors in population stratification → Right: Combine clinical index + SDOH for actionable tiers
- Wrong: Applying same outreach to all risk tiers → Right: Tailor interventions by barrier type (transportation, literacy, engagement)
- Wrong: Using ADI alone without clinical risk → Right: ADI indicates access barriers; combine with clinical severity for full picture
- Wrong: Treating all Z-codes as equivalent risk signals → Right: Weight by relevance to the specific outcome (e.g., Z59.0 homelessness is higher barrier than Z56 employment)
When to Escalate
- When risk scores drive reimbursement or payment decisions (requires validated, audited implementation)
- When stratification results will determine resource allocation across populations
- When combining indices in novel ways not validated in literature
1---2name: risk-stratification-indices3description: Reasoning skill for clinical risk stratification index selection and interpretation. Use when the user asks about LACE scores, Charlson Comorbidity Index, Elixhauser Index, readmission risk scoring, comorbidity weighting, SDOH Z-codes, Area Deprivation Index, or population health stratification methods.4---56# Risk Stratification Indices Reasoning78## Overview910Guide selection and interpretation of clinical risk stratification indices (LACE, Charlson, Elixhauser) and SDOH factors (Z-codes, ADI) for population health management. Based on validated scoring systems from peer-reviewed literature.1112## Usage1314- Activate when selecting a risk stratification index for a specific use case (readmission, mortality, utilization)15- Activate when interpreting LACE, Charlson, or Elixhauser scores16- Activate when incorporating SDOH factors (Z-codes, ADI) into population health stratification1718## Core Concepts1920## Response Format2122Apply scoring logic internally. Present the recommended index with justification, scoring interpretation, and risk tier. Do not narrate the full scoring calculation unless asked.2324## 1. Choosing a Risk Stratification Method2526```27What is the use case?28├── 30-day readmission prediction29│ └── Use LACE index (designed for readmission)30├── Long-term mortality risk adjustment31│ └── Use Charlson Comorbidity Index32├── Hospital resource utilization / cost prediction33│ └── Use Elixhauser Comorbidity Index34├── Medicare risk adjustment (payment)35│ └── Use CMS-HCC (Hierarchical Condition Categories)36└── Population health stratification37 └── Combine clinical risk (Charlson/Elixhauser) + SDOH factors38```3940## 2. LACE Index (Readmission Risk)4142| Component | Scoring | Range |43|-----------|---------|-------|44| **L** — Length of stay | 1d=1, 2d=2, 3d=3, 4–6d=4, 7–13d=5, ≥14d=7 | 0–7 |45| **A** — Acuity of admission | Emergent=3, Urgent=2, Elective=0 | 0–3 |46| **C** — Comorbidity (Charlson) | 0=0, 1=1, 2=2, 3=3, ≥4=5 | 0–5 |47| **E** — ED visits (prior 6 months) | 0=0, 1=1, 2=2, 3=3, ≥4=4 | 0–4 |48| **Total** | Sum of L+A+C+E | 0–19 |4950**Risk tiers:** Low (0–4), Moderate (5–9), High (10+)5152## 3. Charlson Comorbidity Index535417 conditions with integer weights:5556- **Weight 1:** MI, CHF, PVD, CVD, dementia, COPD, connective tissue disease, peptic ulcer, mild liver disease, uncomplicated diabetes57- **Weight 2:** complicated diabetes, hemiplegia, renal disease, non-metastatic cancer58- **Weight 3:** moderate/severe liver disease59- **Weight 6:** metastatic tumor, AIDS/HIV6061Total score = sum of all applicable weights.6263## 4. Elixhauser Comorbidity Index6465| Attribute | Charlson | Elixhauser |66|-----------|----------|------------|67| Conditions | 17 | 31 |68| Weighting | Fixed integer | Varies by model (van Walraven common) |69| Scope | Mortality prediction | Mortality + resource use |70| Mental health | Limited (dementia only) | Depression, psychoses, substance use |71| Best for | Long-term mortality | Hospital utilization, readmission |7273## 5. SDOH Risk Factors7475### ICD-10 Z-Codes for SDOH7677Key ranges: Z55 (education/literacy), Z56 (employment), Z57 (occupational exposure), Z59 (housing/economic — Z59.0 homelessness, Z59.41 food insecurity), Z60 (social environment), Z62 (upbringing/abuse), Z63 (family circumstances), Z65 (psychosocial/legal).7879### Area Deprivation Index (ADI)8081| ADI Percentile | Risk Level | Implication |82|---------------|------------|-------------|83| 1–25 | Low deprivation | Standard outreach sufficient |84| 26–50 | Moderate | Enhanced reminder systems |85| 51–75 | High | Care coordination, transportation assistance |86| 76–100 | Very high | Intensive outreach, community health workers |8788### Incorporating SDOH into Stratification8990Weight members higher when:911. Any SDOH Z-code documented in claims922. High ADI score (≥51st percentile)933. Dual-eligible status (Medicare + Medicaid)944. Language barrier (non-English preferred)955. No PCP visit in 12 months (care disengagement)9697## Common Mistakes9899- **Wrong:** Using Charlson for readmission prediction → **Right:** Use LACE (purpose-built for 30-day readmission)100- **Wrong:** Using Elixhauser for long-term mortality → **Right:** Use Charlson (validated for mortality prediction)101- **Wrong:** Ignoring SDOH factors in population stratification → **Right:** Combine clinical index + SDOH for actionable tiers102- **Wrong:** Applying same outreach to all risk tiers → **Right:** Tailor interventions by barrier type (transportation, literacy, engagement)103- **Wrong:** Using ADI alone without clinical risk → **Right:** ADI indicates access barriers; combine with clinical severity for full picture104- **Wrong:** Treating all Z-codes as equivalent risk signals → **Right:** Weight by relevance to the specific outcome (e.g., Z59.0 homelessness is higher barrier than Z56 employment)105106## When to Escalate107108- When risk scores drive reimbursement or payment decisions (requires validated, audited implementation)109- When stratification results will determine resource allocation across populations110- When combining indices in novel ways not validated in literature