tac_mxr_parsed {EHR} | R Documentation |
Example of Tacrolimus Output from 'parseMedExtractR'
Description
The output after running parseMedExtractR
on 3 example clinical notes.
Usage
data(tac_mxr_parsed, package = 'EHR')
Format
A data frame with 7 observations on the following variables.
- filename
A character vector, filename for the clinical note
- drugname
A character vector, drug name extracted from the clinical note along with start and stop positions
- strength
A character vector, strengths extracted from the clinical note along with start and stop positions
- dose
A character vector, dose amounts extracted from the clinical note along with start and stop positions
- route
A character vector, routes extracted from the clinical note along with start and stop positions
- freq
A character vector, frequencies extracted from the clinical note along with start and stop positions
- dosestr
A character vector, dose intakes extracted from the clinical note along with start and stop positions
- dosechange
A character vector, dose change keywords extracted from the clinical note along with start and stop positions
- lastdose
A character vector, last dose times extracted from the clinical note along with start and stop positions
Examples
data(tac_mxr_parsed)