NMI β Nordic Multimorbidity Index
Weighted comorbidity score for register-based studies
NMI (Nordic Multimorbidity Index) is a weighted comorbidity score developed for Nordic register data. It combines 50 predictors β 29 diagnosis-based and 21 prescription-based β and gives a continuous score reflecting the overall comorbidity burden.
Article: Kristensen et al. Clinical Epidemiology 2022 β doi:10.2147/CLEP.S353398
What does NMI give you?
A continuous score per person that can be used as: - A covariate in regression models (adjusting for comorbidity) - A descriptive variable in Table 1
NMI is validated to predict 5-year mortality in Nordic populations and is more fine-grained than e.g. the Charlson Comorbidity Index.
When is it used?
- When you want to adjust for comorbidity in a Cox or logistic regression
- When you want to describe the comorbidity burden in your population
- As an alternative to Charlson or CCI, particularly in Nordic cohort studies
Algorithm under development
An R implementation of the NMI algorithm for this project is under development and coming soon. This page will be updated with code examples when the algorithm is ready.
Existing implementation: Stata .do file The SDU Pharmacoepidemiology Unit has published a Stata implementation of NMI: pharmacoepi.sdu.dk/nmi/
No official R package is known. Consider contacting SDU directly to ask whether they have R code under development or are interested in collaborating on an R version.
NMI requires: - LPR (somatic + psychiatric LPR2, LPR3) β 5-year lookback, A/B/G diagnoses - LMDB β 5-year lookback, ATC codes
Scores are assigned per predictor based on weights in Table 2 of the article. One predictor is excluded in dementia studies: dx_F00_G30 and rx_N06D are avoided to prevent circular logic, as dementia is the study outcome.
More information
See the article for the full predictor list and weights. See Register reference for confirmed column names in LPR and LMDB.