This repository has been archived by the owner on Nov 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.44 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
Package: icd.data
Title: International Classification of Diseases (ICD) Data
Version: 1.1.2
Authors@R:
c(person(given = "Jack O. Wasey",
role = c("aut", "cre", "cph"),
email = "jack@jackwasey.com"),
person(given = "R Core Team",
role = c("aut", "cph"),
comment = "utils::askYesNo backport for older R versions."))
Description: ICD-9 and ICD-10 definitions from the World Health
Organization, the United States Center for Medicare and Medicaid
Services (CMS), France, and Belgium are made available by this
package. There are diagnostic and procedure codes, and lists of the
chapter and sub-chapter headings and the ranges of ICD codes they
encompass. There are also two sets of sample patient data with ICD-9
and ICD-10 codes representing real patients. Much of the data is
downloaded and parsed on demand. Use 'setup_icd_data()' to initialize
the cache, and optionally 'download_icd_data()' to download all data
in one go. This can all be done at once, or piecemeal as data is used.
These data are used by the 'icd' package, which finds comorbidities
and has tools for working with ICD codes.
License: GPL-3
Depends:
R (>= 3.4.0)
Imports:
Rcpp
Suggests:
httr,
icd,
jsonlite,
memoise,
parallel,
readxl,
RODBC,
testthat,
utils,
xml2
LinkingTo:
Rcpp
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 6.1.1