A con.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_con_raw
data table, imported from con.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, Patient's last name.
string, Patient's first name.
string, Patient's middle name or initial.
boolean, Indicates whether the patient has given permission to contact them directly through the RODY program.
string, Patient's current address.
string, Additional address information.
string, City of residence.
string, State of residence.
numeric, Mailing zip code of primary residence from con datasource.
string, Country of residence from con datasource.
number, Patient's home phone number.
number, Phone number where the patient can be reached during the day.
string, Social Security Number.
character, Special patient statuses as defined by the EMPI group.
string, Any alternate names on record for this patient.
string, Comma-delimited list of all hospital-specific identifiers on record for this patient.
string, Patient's primary health insurance carrier and subscriber ID information.
string, Patient's secondary health insurance carrier and subscriber ID information.
string, Patient's tertiary health insurance carrier and subscriber ID information.
string, Comma-delimited list of all primary care providers on record for this patient per institution, along with contact information (if available).
string, Comma-delimited list of any Resident primary care providers on record for this patient per institution, along with contact information (if available).
data.table