Skip to content

Commit

Permalink
update cancer variable names and cad ehr variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
atk17 committed Nov 21, 2023
1 parent e71227d commit be9d670
Showing 1 changed file with 41 additions and 9 deletions.
50 changes: 41 additions & 9 deletions PRIMED_phenotype_data_model.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@
"required": true,
"description": "Number of rows in file (may be > n_subjects for longitudinal data)",
"data_type": "integer"
},
{
"column": "data_model_version",
"description": "data model version for this table",
"data_type": "float",
"notes": "added automatically by validation workflow"
}
]
},
Expand Down Expand Up @@ -855,8 +861,8 @@
"notes": "0 = 'no' 1 = 'yes' Missing values can either be left blank or set to NA."
},
{
"column": "cad_ehr_1",
"description": "ehr-defined variable",
"column": "cad_emerge_1",
"description": "indicator of coronary artery disease event occurrence using the emerge ehr-based definition",
"data_type": "enumeration",
"enumerations": ["0", "1"],
"notes": "0 = 'no' 1 = 'yes' Missing values can either be left blank or set to NA."
Expand Down Expand Up @@ -892,8 +898,22 @@
"notes": "this can be any value that is used consistently within the study"
},
{
"column": "breast_cancer_status_1",
"description": "whether or not the participant had breast cancer",
"column": "breast_cancer_status_emerge_1",
"description": "whether or not the participant had breast cancer using the eMERGE EHR-based definition and instructions",
"data_type": "enumeration",
"enumerations": ["0", "1"],
"notes": "0 = 'no' 1 = 'yes' Missing values can either be left blank or set to NA."
},
{
"column": "breast_cancer_status_registry_1",
"description": "whether or not the participant had breast cancer as reported in a registry",
"data_type": "enumeration",
"enumerations": ["0", "1"],
"notes": "0 = 'no' 1 = 'yes' Missing values can either be left blank or set to NA."
},
{
"column": "breast_cancer_status_survey_1",
"description": "whether or not the participant had breast cancer as reported in a survey or self-report",
"data_type": "enumeration",
"enumerations": ["0", "1"],
"notes": "0 = 'no' 1 = 'yes' Missing values can either be left blank or set to NA."
Expand All @@ -907,7 +927,7 @@
{
"column": "year_at_diagnosis_1",
"description": "year participant was diagnosed",
"data_type": "float",
"data_type": "integer",
"examples": "1999"
},
{
Expand Down Expand Up @@ -993,7 +1013,7 @@
"enumerations": ["MX", "M0", "M1"]
},
{
"column": "stage_system",
"column": "stage_system_1",
"description": "definition of staging system used (e.g., SEER, AJCC) and time period (e.g., year), if applicable",
"data_type": "string",
"examples": ["AJCC 2003", "SEER 1999"],
Expand Down Expand Up @@ -1146,6 +1166,13 @@
"examples": ["visit_2", "baseline", "median"],
"notes": "this can be any value that is used consistently within the study"
},
{
"column": "prostate_cancer_status_emerge_1",
"description": "whether or not the participant had prostate cancer using the eMERGE EHR-based definition and instructions",
"data_type": "enumeration",
"enumerations": ["0", "1"],
"notes": "0 = 'no' 1 = 'yes' Missing values can either be left blank or set to NA."
},
{
"column": "prostate_cancer_status_1",
"description": "whether or not the participant had prostate cancer",
Expand All @@ -1160,9 +1187,9 @@
"notes": "may be the same as age_at_obs or not"
},
{
"column": "year_at_diagnosis",
"column": "year_at_diagnosis_1",
"description": "year participant was diagnosed",
"data_type": "float",
"data_type": "integer",
"examples": "1999"
},
{
Expand Down Expand Up @@ -1224,7 +1251,7 @@
"enumerations": ["MX", "M0", "M1"]
},
{
"column": "stage_system",
"column": "stage_system_1",
"description": "definition of staging system (e.g., SEER, AJCC) and time period (e.g., year), if applicable",
"data_type": "string",
"examples": ["AJCC 2003", "SEER 1999"],
Expand All @@ -1251,6 +1278,11 @@
"enumerations": ["2", "3", "4", "5", "6", "7", "8", "9", "10"],
"notes": "missing values can either be left blank or set to NA"
},
{
"column": "psa_1",
"description": "psa score at current visit",
"data_type": "float"
},
{
"column": "psa_at_diagnosis_1",
"description": "psa score at diagnosis of prostate cancer",
Expand Down

0 comments on commit be9d670

Please sign in to comment.