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
Conditional logit model when there are multiple choices and independent variable only varies across choicesHi, I have a dataset with COVID-19 mortality rates categorized by occupation and industry, consisti…
Add space for coefficient plots for two groups so that it is easier to tell them apartHi all, Assume that you have the following Stata code that generates coefficient plots based on two…
power analysis with clustered data - simulated vs calculatedI want to estimate my statistical power for two groups with clustered data. When I use the power com…
Stata Runs .Do File without errors to plot graph but nothing happensI've run into a problem after working with a .do file and dataset to draw a series of graphs, prior …
How to generate the lagged month local?I'm working with the data sets which are 1 month lag. For example, it's now May, but today the data …
Subscribe to:
Post Comments (Atom)
0 Response to Charlson index for dataset that contains both ICD9 and ICD10 for different years
Post a Comment