Result of a con.txt output from RPDR loaded into a data table in R using load_con().
**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
data table, with contact information data.
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 con 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 condatasource, 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().
string, if prevalence of IDs in Patient_ID_List > perc, then they are included in the output. Data is formatted using pretty_mrn().
string, Patient's last name, corresponds to Last_Name in RPDR.
string, Patient's first name, corresponds to First_Name in RPDR.
string, Patient's middle name or initial, corresponds to Middle_Name in RPDR.
string, Any alternate names on record for this patient, corresponds to Previous_Name in RPDR.
string, Social Security Number, corresponds to SSN in RPDR.
character, Special patient statuses as defined by the EMPI group, corresponds to VIP in RPDR.
string, Patient's current address, corresponds to address1 in RPDR.
string, Additional address information, corresponds to address2 in RPDR.
string, City of residence, corresponds to City in RPDR.
string, State of residence, corresponds to State in RPDR.
string, Country of residence from con datasource, corresponds to Country in RPDR. Punctuation marks are removed.
numeric, Mailing zip code of primary residence from con datasource, corresponds to Zip in RPDR. Formatted to 5 character zip codes.
boolean, Indicates whether the patient has given permission to contact them directly through the RODY program, corresponds to Direct_Contact_Consent in RPDR.
number, Patient's home phone number, corresponds to Home_Phone in RPDR. Formatted to 10 digit phone numbers.
number, Phone number where the patient can be reached during the day, corresponds to Day_Phone in RPDR. Formatted to 10 digit phone numbers.
string, Patient's primary health insurance carrier and subscriber ID information, corresponds to Insurance_1 in RPDR. Punctuation marks are removed.
string, Patient's secondary health insurance carrier and subscriber ID information, if any, corresponds to Insurance_2 in RPDR. Punctuation marks are removed.
string, Patient's tertiary health insurance carrier and subscriber ID information, if any, corresponds to Insurance_3 in RPDR. Punctuation marks are removed.
string, Comma-delimited list of all primary care providers on record for this patient per institution, along with contact information (if available), corresponds to Primary_Care_Physician in RPDR. Punctuation marks are removed.
string, Comma-delimited list of any Resident primary care providers on record for this patient per institution, along with contact information (if available), corresponds to Resident _Primary_Care_Physician in RPDR. Punctuation marks are removed.
data.table