Package: doseminer 0.1.3
doseminer: Extract Drug Dosages from Free-Text Prescriptions
Utilities for converting unstructured electronic prescribing instructions into structured medication data. Extracts drug dose, units, daily dosing frequency and intervals from English-language prescriptions. Based on Karystianis et al. (2015) <doi:10.1186/s12911-016-0255-x>.
Authors:
doseminer_0.1.3.tar.gz
doseminer_0.1.3.zip(r-4.5)doseminer_0.1.3.zip(r-4.4)doseminer_0.1.3.zip(r-4.3)
doseminer_0.1.3.tgz(r-4.4-any)doseminer_0.1.3.tgz(r-4.3-any)
doseminer_0.1.3.tar.gz(r-4.5-noble)doseminer_0.1.3.tar.gz(r-4.4-noble)
doseminer_0.1.3.tgz(r-4.4-emscripten)doseminer_0.1.3.tgz(r-4.3-emscripten)
doseminer.pdf |doseminer.html✨
doseminer/json (API)
NEWS
# Install 'doseminer' in R: |
install.packages('doseminer', repos = c('https://selbosh.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/selbosh/doseminer/issues
- cprd - Sample electronic prescribing dataset
Last updated 2 years agofrom:7cc7fe37e3. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 23 2024 |
R-4.5-win | OK | Nov 23 2024 |
R-4.5-linux | OK | Nov 23 2024 |
R-4.4-win | OK | Nov 23 2024 |
R-4.4-mac | OK | Nov 23 2024 |
R-4.3-win | OK | Nov 23 2024 |
R-4.3-mac | OK | Nov 23 2024 |
Exports:clean_prescription_textexample_cprdexample_prescriptionsextract_from_prescriptionlatin_medical_termsreplace_numberswords2number
Dependencies:cligluelifecyclemagrittrrlangstringistringrvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Clean up raw prescription freetext | clean_prescription_text |
Sample electronic prescribing dataset | cprd |
Medication dosage units | drug_units |
Example freetext prescriptions | example_cprd |
Example freetext prescriptions | example_prescriptions |
Extract units of dose from freetext prescriptions. | extract_dose_unit |
Extract dosage information from free-text English-language prescriptions | extract_from_prescription |
Convert hourly to daily frequency | hourly_to_daily |
List of Latin medical and pharmaceutical abbreviations | latin_medical_terms |
Evaluate a multiplicative plaintext expression | multiply_dose |
Dictionary of English names of numbers | numb_replacements |
Regular expression to match numbers in English | regex_numbers |
Replace English number phrases with their decimal representations | replace_numbers |
Convert weekly interval to daily interval | weekly_to_daily |
Convert English names of numbers to their numerical values | words2number |