icd
icd copied to clipboard
Fast ICD-10 and ICD-9 comorbidities, decoding and validation in R. NB use main instead of master for default branch.
Perhaps I'm not utilizing the right arguments, or my issue is with the ICD code itself: Running `explain_code("E78.5")` with any array of additional arguments results in `NA` or `character(0)` Running...
``` download_all_icd_data() Not all available data is currently downloaded. You may use: ‘download_all_icd_data()’ to complete downloading all available data, or let this happen on demand. Using ‘[my homedir]cache/R/icd’ for saving...
So I am using a devtools build of the main branch of the pkg. I have a vector of ICD10 codes, and the output vector is shorter, to my understanding...
Do you have plans to update the AHRQ mapping to their newest implementation using ICD-10-CM? This does use the present on admission and some other billing flags as well. https://www.hcup-us.ahrq.gov/toolssoftware/comorbidityicd10/comorbidity_icd10.jsp
Hello Jack, First of all, thank you for the ICD package, it's very helpful! I've been working with a database in which I want to obtain the CCI from ICD-10...
Hi! Hope this email is ok.... We are working on a case (future healthcare/ foresighting) in our health region (South-Eastern Norway Regional Health Authority), and need a specific mapping from...
Hello! In the following example Hierarchy is not respected for diabetes (with ICD10 codes as inputs): ``` pts
This PR addresses issue #186 and #189. In summary it adds a generic S3 function `icd_gem` and associated methods that takes a vector of input ICD-9 or ICD-10 codes and...
I noticed when running `icd::download_all_icd_data()` on a freshly imaged Windows build (Windows Server 2016 Standard) that I received this error message: ``` Error in utils::download.file(url = url, destfile = zipfile,...