Learn R Programming

parseRPDR (version 0.2.3)

data_rad_raw: Example of rad.txt output from RPDR.

Description

A rad.txt output from RPDR loaded into a data table in R using data.table::fread().

**NOTE**: Due to potential issues with PHI and PPI, the example datasets can be downloaded from the Partners Gitlab repository under *parserpdr-sample-data*.

Usage

data_rad_raw

Arguments

Value

data table, imported from rad.txt

EMPI

numeric, Unique Partners-wide identifier assigned to the patient used to consolidate patient information.

EPIC_PMRN

numeric, Epic medical record number. This value is unique across Epic instances within the Partners network.

MRN_Type

string, Indicates the institution associated with a specific MRN. This can appear as a comma-delimited list if MRNs from multiple Partners Health System institutions are available.

MRN

string, Unique Medical Record Number for the site identified in the 'MRN_Type' field. This can appear as a comma-delimited list if multiple MRNs from Partners hospitals are available.

Report_Number

string, Source-specific identifier used to reference the report.

Report_Date_Time

string, Date when the report was filed.

Report_Description

string, Type of procedure detailed in the report.

Report_Status

string, Completion status of the note/report..

Report_Type

string, This will always default to RAD.

Report_Text

string, Full narrative text contained in the note/report.

Format

data.table