Learn R Programming

parseRPDR (version 0.2.3)

data_rdt_raw: Example of rdt.txt output from RPDR.

Description

A rdt.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_rdt_raw

Arguments

Value

data table, imported from rdt.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.

Date

string, Date of the radiology exam.

Mode

string, Modality of the exam.

Group

string, Higher-level grouping concept used to consolidate similar procedures across hospitals.

Test_Code

string, Internal identifier for the procedure used by the source system.

Test_Description

string, Full name of the exam/study performed.

Accession_Number

string, Identifier assigned to the report or procedure for Radiology tracking purposes.

Provider

string, Ordering or authorizing provider for the study.

Clinic

string, Specific department/location where the procedure was ordered or performed.

Hospital

numeric, Facility where the order was entered.

Inpatient_Outpatient

string, Classifies the type of encounter where the procedure was performed.

Format

data.table