There are three main formats for exporting participant-level data from PIC-SURE:
Participant-level data brought to an analysis platform using the Dataframe or CSV format will be exported in a single table. In this table, each row represents a participant and each column represents a variable. The variables included in the table are those added as filters to the query and exported with the "Add Variable" action.
patient_id
\Nhanes\demographics\SEX\
\Nhanes\demographics\AGE\
\Nhanes\laboratory\acrylamide\
patient_id is a PIC-SURE-generated participant identifier.
Each column is labeled with the concept path of the variable.
The time series format of the data includes a row for each participant and variable, along with timestamp information.
Example Table of Time Series Export
PATIENT_NUM
CONCEPT_PATH
NVAL_NUM
TVAL_CHAR
TIMESTAMP
\Synthea\ACT Demographics\Sex\
\Synthea\ACT Demographics\Age\
\Synthea\ACT Diagnosis ICD-10\H00-H59 Diseases of the eye and adnexa (H00-H59)\H40-H42 Glaucoma (H40-H42)\
H42 Glaucoma in diseases classified elsewhere
\Synthea\ACT Demographics\Sex\
\Synthea\ACT Demographics\Age\
\Synthea\ACT Diagnosis ICD-10\H00-H59 Diseases of the eye and adnexa (H00-H59)\H40-H42 Glaucoma (H40-H42)\
H42 Glaucoma in diseases classified elsewhere
PATIENT_NUM: PIC-SURE generated patient identifier.
CONCEPT_PATH: Indicates the variable information or concept path that was included based on the initial query.
NVAL_NUM: If the variable data is numeric or continuous, this column will display the numeric value of the data. If the data is categorical, this column will show NaN.
TVAL_CHAR: If the variable data is categorical, this column will display the string value of the data. If the data is continuous, this column will show NaN.
TIMESTAMP: The timestamp associated with the data.
Participant-level data brought to an analysis platform using the PFB format will be exported in a single file, comprising two tables: the data table and the data dictionary table.
The data will be labeled as pic_sure_patients_[dataset ID] and show the participant-level data from PIC-SURE. The columns of this table are the variables, which are labeled as the PIC-SURE concept paths.
The data dictionary will be labeled as "pic_sure_data_dicitonary_[dataset ID]" and will contain information about the variables that have been exported. This includes information about each variable, such as the concept path, description, and display name. The data dictionary also includes DRS URIs, or links to the original data file, which can be used to access the files for further analysis in BDC analysis platforms.
Example Table: Data Table of PFB
patient_id
\Nhanes\demographics\SEX\
\Nhanes\demographics\AGE\
\Nhanes\laboratory\acrylamide\
patient_id is a PIC-SURE-generated participant identifier.
Each column is labeled with the concept path of the variable.
Example Table: Data Dictionary Table of PFB
concept_path
dataset
description
display_name
\Nhanes\demographics\SEX\
\Nhanes\demographics\AGE\
\Nhanes\laboratory\acrylamide\
Each row of the data dictionary table corresponds to a column in the data table.