Charlson Comorbidity scoring in pre-ICD10 codes

From CCMDB Wiki
Revision as of 16:30, 2023 February 1 by Ttenbergen (talk | contribs) (Created page with "This page explains how the actual Charlson Comorbidity Index is derived from the pre-IDC10 dx codes need to link. === Short version === To get the Charlson comorbid points for a patient, use query pre_ICD10_Charlson_Score === Long version === Points are not included in the listings because the score depends on the combination of diagnoses. For example, if a patient has two diagnoses from the same Charlson component, they are only counted once. Also, if a pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page explains how the actual Charlson Comorbidity Index is derived from the pre-IDC10 dx codes need to link.

Short version

To get the Charlson comorbid points for a patient, use query pre_ICD10_Charlson_Score

Long version

Points are not included in the listings because the score depends on the combination of diagnoses. For example, if a patient has two diagnoses from the same Charlson component, they are only counted once. Also, if a patient has diagnoses from a lesser and more severe component of the same type (e.g. Diabetes without and with complications), only the higher one counts.

  1. S_charlson_dxs table - the subset of s_alldiagnoses table that would contribute to a charlson score
  2. query Charlson_Comorbid_Score_Admit_detail
  3. [[query Charlson_Comorbid_Score_Como_detail
  4. [[query Charlson_Comorbid_Score
  5. [[query Charlson_Comorbid_Score__detail

Related articles

Related articles: