The risk models behind your quality rankings, captured in real time.
Elixhauser is the comorbidity risk model that shapes mortality risk-adjustment and US News & World Report quality rankings. This page is our working reference on how it functions, and how HITEKS captures the qualifying diagnoses inside Epic with Queryless CDI.
What the Elixhauser Index actually measures
The Elixhauser Comorbidity Index was introduced by Anne Elixhauser and colleagues in a 1998 Medical Care paper as a way to predict hospital resource use and outcomes from administrative claims data, without needing chart review or clinical exam findings.
Unlike the older Charlson Index, which collapses 17 conditions into a single weighted score, Elixhauser uses 38 distinct comorbidity categories and, in most modern implementations, does not collapse them into one universal weight. Each condition is evaluated as its own risk-adjuster, and different downstream models (mortality, readmission, cost) apply their own coefficients to the same 38 flags. AHRQ maintains the index through HCUP, publishing an annually refreshed software and ICD-10-CM mapping. Because it runs entirely on data every hospital already reports, it scales across any inpatient population, which is exactly why AHRQ Patient Safety Indicators, CMS value-based payment models, and US News & World Report mortality rankings all lean on some variant of it.
How comorbidities are identified
Elixhauser comorbidities are not simply any diagnosis on the chart. Four rules govern whether a condition counts.
The principal diagnosis is excluded from Elixhauser scoring (US News is a notable exception, which may also weigh the principal diagnosis). Only secondary, coexisting conditions feed the 38 measures.
18 of the 38 measures are POA-sensitive. The underlying code must be flagged as present at the time of the inpatient order (AHRQ's PATIO concept) to trigger the comorbidity.
A condition qualifies because it plausibly affects length of stay, nursing intensity, or mortality risk during this encounter, not because it is lifelong.
Several measures (marked with an asterisk in AHRQ's spec) are superseded when a more severe, related diagnosis is also present, to avoid double-counting the same clinical problem.
Drawn only from secondary diagnoses, the conditions that raise complexity, length of stay, cost, readmission and mortality.
The principal diagnosis is generally excluded. Risk adjustment rises or falls on the secondary diagnoses you capture.
18 measures only count when the condition is present at the time of the inpatient order.
// the data elements behind the model
| Data element | Purpose |
|---|---|
| DX1-DXn | Array of ICD-10-CM diagnoses (secondary only) used to assign the 38 comorbidity measures |
| YEAR | Discharge year - determines whether a given code is exempt from POA reporting |
| DQTR | Discharge quarter (1-4) - also used for POA-exemption logic |
| POA1-POAn | Present-on-admission indicator array, required to assign the 18 POA-sensitive comorbidity measures |
// from a diagnosis to a ranking
The 38 comorbidity measures
Each measure has a fixed SAS-style variable name (prefixed CMR_) used throughout AHRQ documentation and most vendor risk tools. Eighteen require POA validation; the rest can be assigned from any secondary diagnosis regardless of timing.
// 38 measures · amber = POA-sensitive
// 38 comorbidity measures
From comorbidity score to death probability
Comorbidity flags alone are just a checklist. Van Walraven and colleagues' 2009 Medical Care study converted the Elixhauser measures into a weighted point system, where each comorbidity contributes a positive or negative integer to a single summary score. That score then maps, non-linearly, onto a probability of in-hospital death. The weights are not symmetric and not universal: a comorbidity's weight in the mortality model can differ from its weight in a readmission model, a PSI model, or US News's own methodology. The same 38 flags feed multiple, independently calibrated models.
// comorbidity burden vs expected mortality
// coefficient to probability
Where Elixhauser powers national quality measurement
Because it is inexpensive to compute from claims alone, Elixhauser-derived risk adjustment is folded into programs hospitals are held accountable to. AHRQ Patient Safety Indicators use Elixhauser comorbidities as risk-adjusters, including the CMS Failure to Rescue measure introduced as PSI-4's replacement under Hospital Value-Based Purchasing. US News & World Report hospital rankings use a variant of the framework in their mortality and survival scoring. All of them consume the same signal: whether a secondary diagnosis was coded, correctly mapped, and, for 18 of 38 measures, correctly flagged as present on admission. Errors at the point of documentation propagate directly into public-facing mortality and safety metrics.
// observed vs expected (O:E)
// why the expected side matters
A quality measure compares what was observed against what was expected given how sick the population was. Better comorbidity capture sharpens the expected side, and that is where mortality-based rankings are won.
Coding nuances that silently change the score
Elixhauser mapping is not a keyword match against the diagnosis title. Two codes that look almost identical can land on different sides of the comorbidity line.
// two near-identical codes, different weight
// encephalopathy: not all variants qualify
| ICD-10-CM | Title | Elixhauser measure |
|---|---|---|
| F05 | Delirium due to known physiological condition | NEURO_OTH* |
| G928 | Other toxic encephalopathy (MS-DRG MCC) | - not mapped - |
| G9340 | Encephalopathy, unspecified (MS-DRG CC) | NEURO_OTH* |
| G9341 | Metabolic encephalopathy (MS-DRG MCC) | NEURO_OTH* |
| I674 | Hypertensive encephalopathy | HTN_CX |
// chronic kidney disease: stage must be present on admission
CKD stage 3, 4, 5 or ESRD codes (N18.3x-N18.5) map to a renal failure comorbidity, but only when present on admission. If the qualifying stage is not documented and flagged as POA, the comorbidity does not trigger, even though chronic kidney disease appears in the code title. Combination codes (diabetic or hypertensive CKD) route to their own families instead.
Queryless CDI, inside Epic, at the point of care
Every mapping quirk above is a place where clinically accurate documentation can still fail to register in a risk model, understating expected mortality or dropping an observed-to-expected ratio out of favor. Because POA timing, exact wording, and code specificity all matter independently, this is a documentation integrity problem, not just a coding one. HITEKS' Epic-embedded CD and CDI engines are built to catch exactly this class of gap in real time, inside the provider's native Epic Note Editor, covering up to 90% of diagnoses across the risk models this page describes, including Elixhauser risk adjustment, HCCs, CC/MCC capture, and SOI/ROM. Each CDI nudge pairs a compliant, specificity-based query, never a diagnosis suggestion, with evidence hyperlinked to the source chart, so a POA-qualifying CKD stage or a correctly linked toxic-metabolic encephalopathy is captured before the chart closes, not caught retrospectively in an audit.
Epic Toolbox certified. Runs inside the workflow, not alongside it.
Every prompt clarifies specificity, never suggests a diagnosis. AHIMA-aligned.
Captured while the note is written and the patient is top of mind.
Authoritative references
Official AHRQ tool page with the SAS/software package and full user guide (v2025.1).
Technical specs for each PSI, including how Elixhauser comorbidities enter each measure's risk-adjustment.
Appendix I (p.115) for the complete Present on Admission reporting guidelines.
The weighted point-system that maps the 38 measures to a probability of in-hospital death.
Elixhauser is one of several risk models HITEKS supports. Each model weights conditions differently, so each needs its own documentation focus. HITEKS tunes capture to the model that matters for your goal, whether that is mortality, patient safety, or public rankings.