Hi,
I have dataset that contains ICD 10 codes. What I want is to generate a new variable and fetching the description of each icd code next to it. I tried with icd10 lookup, generate(code_desc) but it did not work.
Any help is appreciated.
I have dataset that contains ICD 10 codes. What I want is to generate a new variable and fetching the description of each icd code next to it. I tried with icd10 lookup, generate(code_desc) but it did not work.
Any help is appreciated.
Code:
* Example generated by -dataex-. For more info, type help dataex clear input int year str4 icd101code byte countofstat_no 2018 "C719" 1 2018 "E147" 1 2018 "G713" 1 2018 "I619" 1 2018 "I81" 1 2018 "J09" 1 2018 "J100" 1 2018 "J129" 1 2018 "J189" 1 2018 "M628" 1 end
Comment