lam_mxr_parsed: Example of Lamotrigine Output from 'parseMedExtractR'

lam_mxr_parsedR Documentation

Example of Lamotrigine Output from 'parseMedExtractR'

Description

The output after running parseMedExtractR on 4 example clinical notes.

Usage

data(lam_mxr_parsed, package = 'EHR')

Format

A data frame with 10 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(lam_mxr_parsed)

EHR documentation built on Dec. 28, 2022, 1:31 a.m.