generated from cdisc-org/COSAHackathonTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutput_compacted.json
More file actions
71 lines (71 loc) · 1.45 KB
/
output_compacted.json
File metadata and controls
71 lines (71 loc) · 1.45 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"@context": [
"http://localhost:4000/manifest#",
{
"@vocab": "http://localhost:4000/define#"
}
],
"itemGroupData": {
"IG.DM": {
"itemData": [
[
1,
"MyStudy",
"001",
"DM",
56
],
[
2,
"MyStudy",
"002",
"DM",
26
]
],
"items": {
"@none": [
{
"ID": "ITEMGROUPDATASEQ",
"type": "integer",
"label": "Record identifier",
"name": "ITEMGROUPDATASEQ"
},
{
"ID": "IT.STUDYID",
"type": "string",
"label": "Study identifier",
"name": "STUDYID",
"length": 7
},
{
"ID": "IT.USUBJID",
"type": "string",
"label": "Unique Subject Identifier",
"name": "USUBJID",
"length": 3
},
{
"ID": "IT.DOMAIN",
"type": "string",
"label": "Domain Identifier",
"name": "DOMAIN",
"length": 2
},
{
"ID": "IT.AGE",
"type": "integer",
"label": "Subject Age",
"name": "AGE",
"length": 2
}
]
},
"label": "Demographics",
"records": 600,
"name": "DM"
}
},
"studyOID": "BS1234",
"metaDataVersionOID": "v2"
}