Result of a rdt.txt output from RPDR loaded into a data table in R using load_rdt().
**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
data table, with radiological exam 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 rdt 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 rdt 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. Data is formatted using pretty_mrn().
POSIXct, Date of the radiology exam, corresponds to Date in RPDR. Converted to POSIXct format.
string, Modality of the exam, corresponds to Mode in RPDR. Punctuation marks and white spaces are removed.
string, Higher-level grouping concept used to consolidate similar procedures across hospitals, corresponds to Group in RPDR. Punctuation marks and white spaces are removed.
string, Internal identifier for the procedure used by the source system, corresponds to Test_Code in RPDR.
string, Full name of the exam/study performed, corresponds to Test_Description in RPDR.
string, Identifier assigned to the report or procedure for Radiology tracking purposes, corresponds to Accession_Number in RPDR.
string, Ordering or authorizing provider for the study, corresponds to Provider in RPDR. Punctuation marks are removed.
string, Specific department/location where the procedure was ordered or performed, corresponds to Clinic in RPDR. Punctuation marks are removed.
string, Facility where the order was entered, corresponds to Hospital in RPDR. Punctuation marks and white spaces are removed.
string, Classifies the type of encounter where the procedure was performed, corresponds to Inpatient_Outpatient in RPDR. Punctuation marks are removed.
data.table