forked from ReproNim/ds001907-EDU
-
Notifications
You must be signed in to change notification settings - Fork 0
/
participants.json
50 lines (50 loc) · 1.34 KB
/
participants.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"age": {
"unitCode": "years",
"minValue": "0",
"maxValue": "120",
"valueType": "http://www.w3.org/2001/XMLSchema#float",
"label": "age",
"description": "age at scan",
"source_variable": "age",
"associatedWith": "NIDM",
"isAbout": [
{
"@id": "http://uri.interlex.org/ilx_0100400",
"label": "Age"
}
]
},
"sex": {
"unitCode": "",
"minValue": "",
"maxValue": "",
"valueType": "http://www.w3.org/2001/XMLSchema#string",
"label": "sex",
"description": "sex of the subject",
"source_variable": "sex",
"associatedWith": "NIDM",
"isAbout": [
{
"@id": "http://uri.interlex.org/ilx_0738439",
"label": "SEX"
}
]
},
"diagnosis": {
"unitCode": "",
"minValue": "",
"maxValue": "",
"valueType": "http://www.w3.org/2001/XMLSchema#string",
"label": "diagnosis",
"description": "diagnosis of the subject",
"source_variable": "diagnosis",
"associatedWith": "NIDM",
"isAbout": [
{
"@id": "http://uri.interlex.org/ilx_0778153",
"label": "Diagnosis"
}
]
}
}