Charlson Comorbid coding (pre ICD10): Difference between revisions
Ttenbergen (talk | contribs) No edit summary |
Ttenbergen (talk | contribs) |
||
| Line 4: | Line 4: | ||
The [[statistician]] has a SAS macro called "comorbid3" that calculates the score for data after import. | The [[statistician]] has a SAS macro called "comorbid3" that calculates the score for data after import. | ||
== CCMBD.mdb function ''Charlson_score_function'' == | == CCMBD.mdb == | ||
=== queries === | |||
* s_charlson_score | |||
calls | |||
* s_charlson__combined | |||
which uses | |||
* s_charlson_adm - list of scores for the highest-scoring admit dx per charlson category | |||
* s_charlson_como - list of scores for the highest-scoring comorbid dx per charlson category | |||
=== function ''Charlson_score_function''== | |||
The function ''Charlson_score_function (Pat_ID)'' in [[CCMDB.mdb]] will return the Charlson Score for a patient. It will do this by comparing the contents of L_Como and the table [[s charlson dxs]], using queries ''s_charlson_dx'' and ''s_charlson_score''. | The function ''Charlson_score_function (Pat_ID)'' in [[CCMDB.mdb]] will return the Charlson Score for a patient. It will do this by comparing the contents of L_Como and the table [[s charlson dxs]], using queries ''s_charlson_dx'' and ''s_charlson_score''. | ||
[[Category:Charlson Comorbid Diagnosis | *]] | [[Category:Charlson Comorbid Diagnosis | *]] | ||