Currently, most of the healthcare data, such as electronic medical records(e-MD) and medical insurance data are digitized. However, there is still no unified record standard for drug records.
The Pharm package is an open-source software tool aimed at integrating standard drug code, indication screening and definition of daily dose calculation function.
The Pharm package provides four main mechanisms to get drug ingredient via indication, transform drug code, calculate drug data as well as visualize clinical data.
English version: https://dhlab-tseng.github.io/pharm//articles/Eng_Overview.html
Chinese version: https://dhlab-tseng.github.io/pharm//articles/Chi_Overview.html
# install.packages("devtools")
devtools::install_github("DHLab-TSENG/pharm")
library(pharm)
library(dplyr)
sample Esophagitis | return list |
---|---|
getRxCuiViaMayTreat | Esophagitis_List |
getSBDRxCuiViaRxCui | Esophagitis_SBD_SCD_List |
getNDCViaSBDRxCui | Esophagitis_NDC_List |
getRxCuiViaNDC | sample_data_subset_rxcui |
getATCViaRxCui | sample_data_subset_atc |
getRxCuiViaATC | sample_atc_rxcui |
calDailyDosage | sample_data_subset_atc |
calDDDsAccumulation | accumulat_DDD |
calDDDsRange | index_DDD |
See the GitHub issues page to see open issues and feature requests.