A med.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_med_raw
data table, imported from med.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, Completion status of the requested test/transfusion.
string, To clarify when patients may have stopped taking a medication, this column provides the statuses of 'Listed' or 'Removed'. This is provided on pre-Epic (LMR) medication dates (1997-2017). The 'Listed' value denotes that a medication was on the patient's medication list on the date indicated. The 'Removed' value denotes that a medication was removed from a patient's medication list on the date indicated.
string, Name of the medication. This may be appended with the source system in the case of OnCall and LMR medications.
boolean, Standardized classification system or custom source value used to identify the medication.
string, Medication code associated with the "Code_type" value.
string, Number of units of the medication ordered.
string, Ordering provider for the medication.
string, Specific department/location where the medication was ordered or administered.
numeric, Facility where the medication was ordered or administered.
string, Identifies whether the medication was ordered with an Inpatient or Outpatient indication.
number, Unique identifier of the record/visit, displayed in the following format: Source System - Institution Number.
number, Additional administration information about the medication.
data.table