opensafely / suicide-deaths-pcc

Suicide deaths after primary care contacts
MIT License
0 stars 0 forks source link

Add ICD-10 Code list for Suicide deaths #2

Closed Hassy2u closed 2 years ago

Hassy2u commented 2 years ago

These are ICD-10 codes for suicide deaths, that are composed of three main subgroups of self-harm.

Creating suicide deaths code list

ICD10_list1 = ["X60","X61","X62","X63","X64","X65","X66",
"X67","X68","X69","X70","X71","X72","X73","X74",
"X75","X76","X77","X78","X79","X80","X81","X82","X83","X84"]

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)

Hassy2u commented 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.

milanwiedemann commented 2 years ago

here are the links to the codelists under review and the tags needed for codelists.txt file