Skip to content

Commit

Permalink
add data model version to harmonized table
Browse files Browse the repository at this point in the history
  • Loading branch information
smgogarten committed Nov 6, 2023
1 parent feefbcc commit b0f28a1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions PRIMED_phenotype_data_model.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,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 @@ -825,6 +831,8 @@
"required": true,
"description": "the age at which the observation or measurement for the phenotype(s) were taken",
"data_type": "float",
"min": 0,
"max": 89,
"examples": "56.2"
},
{
Expand Down Expand Up @@ -946,7 +954,7 @@
{
"column": "year_at_diagnosis_1",
"description": "year participant was diagnosed",
"data_type": "float",
"data_type": "integer",
"examples": "1999"
},
{
Expand Down Expand Up @@ -1210,7 +1218,7 @@
{
"column": "year_at_diagnosis",
"description": "year participant was diagnosed",
"data_type": "float",
"data_type": "integer",
"examples": "1999"
},
{
Expand Down

0 comments on commit b0f28a1

Please sign in to comment.