A enc.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_enc_raw
data table, imported from enc.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, Unique identifier of the record/visit. This values includes the source system, hospital, and a unique identifier within the source system.
string, Billing account-related notes about the encounter. This will not be populated for all encounters.
string, Facility where the encounter occurred.
string, Classifies the type of encounter as either Inpatient or Outpatient. ED visits are currently classified under the 'Outpatient' label.
string, Hospital service line assigned to the encounter.
string, The attending provider associated with the encounter. For Epic professional billing, this is the billing provider.
string, Date when the patient was admitted or entered the facility.
string, Date when the patient was discharged or left the facility.
numeric, Length of stay for the encounter.
string, Specific department/location where the encounter occured.
string, Location where the patient was admitted when entering the hospital/clinic.
string, Patient's anticipated location or status following the encounter.
string, Payors responsible for the hospital account. Multiple payors (primary, secondary, etc.) may be listed.
string, Initial working diagnosis documented by the admitting or attending physician.
string, Condition established, after study, to be chiefly responsible for occasioning the admission of the patient to the hospital for care.
string, Additional diagnoses associated with this encounter or visit, corresponds to Diagnosis_1 in RPDR.
string, Additional diagnoses associated with this encounter or visit, corresponds to Diagnosis_2 in RPDR.
string, Additional diagnoses associated with this encounter or visit, corresponds to Diagnosis_3 in RPDR.
string, Additional diagnoses associated with this encounter or visit, corresponds to Diagnosis_4 in RPDR.
string, Additional diagnoses associated with this encounter or visit, corresponds to Diagnosis_5 in RPDR.
string, Additional diagnoses associated with this encounter or visit, corresponds to Diagnosis_6 in RPDR.
string, Additional diagnoses associated with this encounter or visit, corresponds to Diagnosis_7 in RPDR.
string, Additional diagnoses associated with this encounter or visit, corresponds to Diagnosis_8 in RPDR.
string, Additional diagnoses associated with this encounter or visit, corresponds to Diagnosis_9 in RPDR.
string, Additional diagnoses associated with this encounter or visit, corresponds to Diagnosis_10 in RPDR.
string, Diagnosis-Related Group for the encounter, in the following format: SYSTEM:CODE - Description.
string, Provides information regarding the specific patient classifications and status of the patient visit. This field is only populated for McLean Hospital encounters.
string, Location where the patient has been directed for treatment or follow-up by a staff member. This field is only populated for McLean Hospital encounters.
data.table