-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathDESCRIPTION
97 lines (97 loc) · 3.37 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Package: icd
Title: Comorbidity Calculations and Tools for ICD-9 and ICD-10
Codes
Version: 4.0.9.9000
Authors@R:
c(person(given = "Jack O.",
family = "Wasey",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3738-4637")),
person(given = "William",
family = "Murphy",
role = "ctb",
email = "[email protected]",
comment = "Van Walraven scores"),
person(given = "Anobel",
family = "Odisho",
role = "ctb",
email = "[email protected]",
comment = "ORCID = 0000-0003-0975-0812, CMS Hierarchical Condition Codes"),
person(given = "Vitaly",
family = "Druker",
role = "ctb",
email = "[email protected]",
comment = "AHRQ CCS"),
person(given = "Ed",
family = "Lee",
role = "ctb",
comment = "explain codes in table format"),
person(given = "Patrick",
family = "McCormick",
role = "ctb",
email = "[email protected]",
comment = "ORCID = 0000-0002-7062-2409, Multiple great pull requests"),
person(given = "Alessandro",
family = "Gasparini",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8319-7624")),
person(given = "Michel",
family = "Lang",
role = "aut",
email = "[email protected]",
comment = "ORCID = 0000-0001-9754-0393, backport of R_user-dir for R version >4."),
person(given = "R Core Team",
role = c("aut", "cph"),
comment = "m4 script for OpenMP detection."))
Maintainer: Jack O. Wasey <[email protected]>
Description: Calculate comorbidities, medical risk scores, and
work very quickly and precisely with ICD-9 and ICD-10 codes. This
package enables a work flow from raw tables of ICD codes in hospital
databases to comorbidities. ICD-9 and ICD-10 comorbidity mappings from
Quan (Deyo and Elixhauser versions), Elixhauser and AHRQ included.
Common ambiguities and code formats are handled. Comorbidity
computation includes Hierarchical Condition Codes, and an
implementation of AHRQ Clinical Classifications. Risk scores include
those of Charlson and van Walraven. US Clinical Modification, Word
Health Organization, Belgian and French ICD-10 codes are supported,
most of which are downloaded on demand.
License: GPL-3
URL: https://jackwasey.github.io/icd/
BugReports: https://github.com/jackwasey/icd/issues
Depends:
R (>= 3.5)
Imports:
methods,
Rcpp (>= 0.12.3)
Suggests:
graphics,
httr,
jsonlite,
knitr,
magrittr,
nhds,
readxl,
rmarkdown (>= 1.11),
RODBC,
roxygen2 (>= 5.0.0),
stats,
testthat (>= 0.11.1),
utils,
xml2
LinkingTo:
Rcpp (>= 0.12.3),
RcppEigen
VignetteBuilder:
knitr
Biarch: true
Classification/ACM-2012: Social and professional topics~Medical
records, Applied computing~Health care information systems, Applied
computing~Health informatics, Applied computing~Bioinformatics
Copyright: See files (inst/)COPYRIGHTS and (inst/)COPYING
Encoding: UTF-8
Language: en-US
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.1.1