Result of a rad.txt output from RPDR loaded into a data table in R using load_rad().
**NOTE**: Due to potential issues with PHI and PPI, the example datasets can be downloaded from the Partners Gitlab repository under *parserpdr-sample-data*.
data_rad
data table, with radiological notes information.
numeric, defined IDs by merge_id, used for merging later.
string, Unique Partners-wide identifier assigned to the patient used to consolidate patient information from rad datasource, corresponds to EMPI in RPDR. Data is formatted using pretty_mrn().
string, Epic medical record number. This value is unique across Epic instances within the Partners network from rad datasource, corresponds to EPIC_PMRN in RPDR. Data is formatted using pretty_mrn().
string, if mrn_type == TRUE, then the data in MRN_Type and MRN are parsed into IDs corresponding to locations (loc). Data is formatted using pretty_mrn().
POSIXct, Date when the report was filed, corresponds to Report_Date_Time in RPDR. Converted to POSIXct format.
string, Source-specific identifier used to reference the report, corresponds to Report_Number in RPDR.
string, Type of procedure detailed in the report, corresponds to Report_Description in RPDR.
string, Completion status of the note/report, corresponds to Report_Status in RPDR.
string, This will always default to RAD, corresponds to Report_Type in RPDR.
string, Full narrative text contained in the note/report, corresponds to Report_Text in RPDR.
data.table