A dia.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 PPartners Gitlab repository under *parserpdr-sample-data*.
data_dia_raw
data table, imported from dia.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, Date when the diagnosis was noted.
string, Name of the diagnosis, diagnosis-related group, or phenotype. For more information on available Phenotypes visit https://phenotypes.partners.org/phenotype_list.html.
string, Standardized classification system or custom grouping associated with the diagnosis code.
string, IDiagnosis, diagnosis-related group, or phenotype code.
string, Qualifier for the diagnosis, if any.
string, Provider of record for the encounter where the diagnosis was entered.
string, Specific department/location where the patient encounter took place.
numeric, Facility where the encounter occurred.
string, Identifies whether the diagnosis was noted during an inpatient or outpatient encounter.
string, Unique identifier of the record/visit. This values includes the source system, hospital, and a unique identifier within the source system.
data.table