Hello,
I am working on a hospital administrative dataset combined for multiple years between 2004-2018 the cases in the earlier years made use of ICD9, while 2016 upward made use of ICD10. I am trying to calculate the Charlson Co-morbidity index for each case in the combined data set. The available code index only accommodates either ICD9 or ICD 10, is there a way I can combine both. The code I used is pasted below.
charlson DX1-DX30 I10_DX1-I10_DX40 , index(c) assign0 wtchrl cmorb *for ICD 9* or charlson DX1-DX30 I10_DX1-I10_DX40 , index(10) assign0 wtchrl cmorb *for ICD 10*
I look forward to your help with cheerful optimism.
Olowu
Related Posts with Charlson index for dataset that contains both ICD9 and ICD10 for different years
When do we control for the wave variable in panel regression analysis?Second, I would like to know the difference between interacting a variable with the wave variable an…
String Var: Extract specific number of characters before and after a single wordHello Stata Forum, I have a series of doctors notes which range from 10,000 to 30,000 characters in…
Putexcel: Cannot add tables in excel on same spreadsheetI am working with putexcel in 15.1 and have some troubles getting different cross tables on the same…
Blue values instead of blackHello everyone! I have a problem in my data editor. I tried to obtain the summary about my explanato…
Reshape Wide to Long: Facing the brick wallHello, I am attempting to reshape a dataset from wide to long, and the results are not what I expec…
Subscribe to:
Post Comments (Atom)
0 Response to Charlson index for dataset that contains both ICD9 and ICD10 for different years
Post a Comment