A rdt.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*.
data_rdt_raw
data table, imported from rdt.txt
numeric, Unique Partners-wide identifier assigned to the patient used to consolidate patient information.
numeric, Epic medical record number. This value is unique across Epic instances within the Partners network.
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.
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.
string, Date of the radiology exam.
string, Modality of the exam.
string, Higher-level grouping concept used to consolidate similar procedures across hospitals.
string, Internal identifier for the procedure used by the source system.
string, Full name of the exam/study performed.
string, Identifier assigned to the report or procedure for Radiology tracking purposes.
string, Ordering or authorizing provider for the study.
string, Specific department/location where the procedure was ordered or performed.
numeric, Facility where the order was entered.
string, Classifies the type of encounter where the procedure was performed.
data.table