Closed Hassy2u closed 2 years ago
Created individual ICD-10 code lists on https://www.opencodelists.org/
These should be combined to give the final codelist for suicide deaths.
here are the links to the codelists under review and the tags needed for codelists.txt
file
These are ICD-10 codes for suicide deaths, that are composed of three main subgroups of self-harm.
Creating suicide deaths code list
[x] ICD-10 codes for Injury/poisoning of undetermined intent
[x] ICD-10 codes for Sequelae of intentional self-harm / injury / poisoning of undetermined intent
ICD10_list3 = ["Y87.0","Y87.22"]
suicide_deaths_codelist = ICD10_list1 + ICD10_list2 + ICD10_list3
(Can combine the lists within our project, rather than on the codelists website)