Hi;
I work with ICD-10 codes regularly. I'm currently involved in a project where several thousand ICD codes are relevant. I use the icd10cm commands for generating category and description, but I'm hoping to find some higher-level categorization schema - like at the level "Diabetes", "Heart disease", "STDs", etc. E.g., the current icd10 cm reduces it to "Type 1 diabetes mellitus", "Type 2 diabetes mellitus", "Other specified diabetes mellitus", "Diabetes mellitus due to underlying condition", etc., whereas I'd prefer just a single category called "Diabetes."
I've been doing manual work with it using string matches and such, with validation after, but it's a rather lengthy and involved process. I was wondering if anyone has found either any Stata code for quickly reducing it to major categories or knows of any datasets that match the ICD codes to these more top-level type of categories.
Related Posts with Categorizing ICD-10 codes into major categories
import csv delimiter problem, strings squeeze togetherDear Statalists, When I use: Code: import delimited using x.csv, clear delim(",") varn(nonames) …
Word scores when people add or drop forenames, while keeping at least twoI've been matching entire electoral rolls in Stata 16. My sixth joinby is on first forename, surname…
How to zoom in a part of the kdensity graph?Hi, I would like to zoom in the left tail of a kdensity graph. I would like to show clearly the dif…
asdoc with Chinese labelDear All, How can I output the correlation matrix into Word with a "Chinese" label using (ssc instal…
Customizing value labels with encode or related commandsHello: I am trying to encode str var into an encoded var_code, which is typically a simple command..…
Subscribe to:
Post Comments (Atom)
0 Response to Categorizing ICD-10 codes into major categories
Post a Comment