Learn R Programming

EHR (version 0.4-11)

tac_mxr_parsed: Example of Tacrolimus Output from `parseMedExtractR`

Description

The output after running parseMedExtractR on 3 example clinical notes.

Usage

data(tac_mxr_parsed, package = 'EHR')

Arguments

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

Run this code
data(tac_mxr_parsed)

Run the code above in your browser using DataLab