-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
112 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,53 @@ | ||
dataset,columns,rows,description | ||
cghr10,3,36,"Centre for Global Health Research for ICD-10 (CGHR-10) codes for physician coded verbal autopsies. | ||
|
||
See [relevant paper](https://doi.org/10.1186/s12916-019-1353-2)." | ||
cmea10,3,143,"Central Medical Evaluation Agreement for ICD-10 (CMEA-10) blocks from the Centre for Global Health Research (CGHR). | ||
These codes group [ICD-10](https://openmortality.org/data/icd10_v1) codes into broader categories based on three age groups: adult (12 years or older), child (28 days to 11 years), and neonate (under 28 days). | ||
|
||
These blocks are used in the Central Medical Evaluation (CME) system to determine groups of ICD-10 codes considered to be in agreement for dual physician coding in Verbal Autopsies (VA). | ||
For more details, see the [relevant paper](https://doi.org/10.1186/s12916-019-1353-2)." | ||
cmea10,3,143,"Central Medical Evaluation Agreement for ICD-10 (CMEA-10) code blocks from the Centre for Global Health Research (CGHR). | ||
|
||
See [relevant paper](https://doi.org/10.1186/1741-7015-12-21)." | ||
These code blocks are used in the Central Medical Evaluation (CME) system to determine which groups of ICD-10 codes considered to be in agreement for dual physician coding in Verbal Autopsies (VA). | ||
|
||
For more details, see the [relevant paper](https://doi.org/10.1186/1741-7015-12-21)." | ||
icd10,5,12597,"International Classification of Diseases Revision 10 (ICD-10) data from the World Health Organization (WHO). | ||
|
||
See [ICD-10 Manual](https://github.com/cghr-toronto/icd/blob/main/docs/icd10_manual.pdf)." | ||
icd10_cghr10,4,6411,"Mappings to convert from ICD-10 to CGHR-10. | ||
Contains standardized codes for classifying diseases based on chapters, blocks, and categories. | ||
|
||
For more details, see the [ICD-10 Manual](https://github.com/cghr-toronto/icd/blob/main/docs/icd10_manual.pdf)." | ||
icd10_cghr10,4,6411,"Mappings to convert from [ICD-10](https://openmortality.org/data/icd10_v1) codes to [CGHR-10](https://openmortality.org/data/cghr10_v1) codes. | ||
|
||
Join the variable `icd10_code` to your data for the converted codes in variable `cghr10_title`." | ||
icd10_cmea10,3,1653,"Mappings to convert from ICD-10 to CMEA-10. | ||
Join the column `icd10_code` to your data for the converted codes in column `cghr10_title`." | ||
icd10_cmea10,3,1653,"Mappings to convert from [ICD-10](https://openmortality.org/data/icd10_v1) codes to [CMEA-10](https://openmortality.org/data/cmea10_v1) code blocks. | ||
|
||
Join the variable `icd10_code` to your data for the converted codes in variable `cmea10_title`." | ||
icd10_icd11,12,12597,"Mappings to convert from ICD-10 to ICD-11. | ||
Join the column `icd10_code` to your data for the converted codes in column `cmea10_title`." | ||
icd10_icd11,12,12597,"Mappings to convert from [ICD-10](https://openmortality.org/data/icd10_v1) codes to [ICD-11](https://openmortality.org/data/icd11_v1) codes. | ||
|
||
Join the variable `icd10_code` to your data for the converted codes in variable `icd11_code`." | ||
icd10_wbd10,11,6502,"Mappings to convert from ICD-10 to WBD-10. | ||
Join the column `icd10_code` to your data for the converted codes in column `icd11_code`." | ||
icd10_wbd10,11,6502,"Mappings to convert from [ICD-10](https://openmortality.org/data/icd10_v1) codes to [WBD-10](https://openmortality.org/data/wbd10_v1) codes. | ||
|
||
Join the variable `icd10_code` to your data for the converted codes in variable `wbd10_code`." | ||
icd10_wva2016,6,2384,"Mappings to convert from ICD-10 to WVA-2016. | ||
Join the column `icd10_code` and `wbd10_age` to your data for the converted codes in column `wbd10_code`." | ||
icd10_wva2016,6,2384,"Mappings to convert from [ICD-10](https://openmortality.org/data/icd10_v1) codes to [WVA-2016](https://openmortality.org/data/wva2016_v1) codes. | ||
|
||
Join the variable `icd10_code` to your data for the converted codes in variable `wva2016_code`." | ||
icd10_wva2022,4,4442,"Mappings to convert from ICD-10 to WVA-2022. | ||
Join the column `icd10_code` to your data for the converted codes in column `wva2016_code`." | ||
icd10_wva2022,4,4442,"Mappings to convert from [ICD-10](https://openmortality.org/data/icd10_v1) to [WVA-2022](https://openmortality.org/data/wva2022_v1). | ||
|
||
Join the variable `icd10_code` to your data for the converted codes in variable `wva2022_code`." | ||
Join the column `icd10_code` to your data for the converted codes in column `wva2022_code`." | ||
icd11,17,35459,"International Classification of Diseases Revision 11 (ICD-11) data from the World Health Organization (WHO). | ||
|
||
See [ICD-11 Manual](https://github.com/cghr-toronto/icd/blob/main/docs/icd11_manual.pdf)." | ||
icd11_icd10,7,17799,"Mappings to convert from ICD-11 to ICD-10. | ||
Contains standardized codes for classifying diseases based on chapters, blocks, and categories. | ||
|
||
Join the variable `icd11_code` to your data for the converted codes in variable `icd10_code`. | ||
For more details, see the [ICD-11 Manual](https://github.com/cghr-toronto/icd/blob/main/docs/icd11_manual.pdf)." | ||
icd11_icd10,7,17799,"Mappings to convert from [ICD-11](https://openmortality.org/data/icd11_v1) codes to [ICD-10](https://openmortality.org/data/icd10_v1) codes. | ||
|
||
**Note**: ICD-11 codes may map to multiple ICD-10 codes." | ||
Join the column `icd11_code` to your data for the converted codes in column `icd10_code`." | ||
wbd10,10,182,"Wilson's Burden of Disease for ICD-10 (WBD-10) data from the Centre for Global Health Research (CGHR). | ||
|
||
Groups International Classification of Diseases (ICD) Revision 10 codes from the World Health Organization (WHO) into broader WBD-10 codes for three age groups (adult, child, and neonate). | ||
Groups [ICD-10](https://openmortality.org/data/icd10_v1) codes into broader WBD-10 codes for three age groups: adult (12 years or older), child (28 days to 11 years), and neonate (under 28 days). | ||
|
||
See [relevant paper](https://doi.org/10.1186/1741-7015-12-21)." | ||
wva2016,10,85,"World Health Organization Verbal Autopsy 2016 (WVA-2016) codes that generalize ICD-10 codes for mortality. | ||
For more details, see the [relevant paper](https://doi.org/10.1186/1741-7015-12-21)." | ||
wva2016,10,85,"World Health Organization Verbal Autopsy 2016 (WVA-2016) codes that generalize ICD-10 codes into mortality relevant codes. | ||
|
||
See [WVA-2016 Manual](https://github.com/cghr-toronto/icd/blob/main/docs/wva2016_manual_v15.pdf)." | ||
wva2022,3,65,"World Health Organization Verbal Autopsy 2022 (WVA-2022) codes that generalize ICD-10 codes for mortality. | ||
For more details, see the [WVA-2016 Manual](https://github.com/cghr-toronto/icd/blob/main/docs/wva2016_manual_v15.pdf)." | ||
wva2022,3,65,"World Health Organization Verbal Autopsy 2022 (WVA-2022) codes that generalize ICD-10 codes into mortality relevant codes. | ||
|
||
See [WVA-2022 Manual](https://github.com/cghr-toronto/icd/blob/main/docs/wva2022_manual.pdf)." | ||
For more details, see the [WVA-2022 Manual](https://github.com/cghr-toronto/icd/blob/main/docs/wva2022_manual.pdf)." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.