Learn R Programming

parseRPDR (version 0.2.3)

data_con_raw: Example of con.txt output from RPDR.

Description

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*.

Usage

data_con_raw

Arguments

Value

data table, imported from con.txt

EMPI

numeric, Unique Partners-wide identifier assigned to the patient used to consolidate patient information.

EPIC_PMRN

numeric, Epic medical record number. This value is unique across Epic instances within the Partners network.

MRN_Type

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.

MRN

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.

Last_Name

string, Patient's last name.

First_Name

string, Patient's first name.

Middle_Name

string, Patient's middle name or initial.

Direct_Contact_Consent

boolean, Indicates whether the patient has given permission to contact them directly through the RODY program.

Address1

string, Patient's current address.

Address2

string, Additional address information.

City

string, City of residence.

State

string, State of residence.

Zip

numeric, Mailing zip code of primary residence from con datasource.

Country

string, Country of residence from con datasource.

Home_Phone

number, Patient's home phone number.

Day_Phone

number, Phone number where the patient can be reached during the day.

SSN

string, Social Security Number.

VIP

character, Special patient statuses as defined by the EMPI group.

Previous_Name

string, Any alternate names on record for this patient.

Patient_ID_List

string, Comma-delimited list of all hospital-specific identifiers on record for this patient.

Insurance_1

string, Patient's primary health insurance carrier and subscriber ID information.

Insurance_2

string, Patient's secondary health insurance carrier and subscriber ID information.

Insurance_3

string, Patient's tertiary health insurance carrier and subscriber ID information.

Primary_Care_Physician

string, Comma-delimited list of all primary care providers on record for this patient per institution, along with contact information (if available).

Resident_Primary_Care_Physician

string, Comma-delimited list of any Resident primary care providers on record for this patient per institution, along with contact information (if available).

Format

data.table