We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a76e5 commit 03023aeCopy full SHA for 03023ae
src/schema/objects/columns.yaml
@@ -38,12 +38,14 @@ age:
38
description: |
39
Numeric value in years (float or integer value).
40
41
- It is recommended to tag participant ages that are 89 or higher as 89+,
42
- for privacy purposes.
+ For privacy purposes, participant ages should be capped at 89.
+ Using "89+" for ages above 88 is DEPRECATED.
43
definition: {
44
"LongName": "Subject age",
45
"Description": "Subject age in postnatal years",
46
+ "Format": "number",
47
"Units": "year",
48
+ "Maximum": 89,
49
}
50
cardiac:
51
name: cardiac
0 commit comments