-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathblood_test.json
More file actions
337 lines (337 loc) · 12.4 KB
/
Copy pathblood_test.json
File metadata and controls
337 lines (337 loc) · 12.4 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Blood test results of the donor.",
"additionalProperties": false,
"minProperties": 1,
"title": "Blood test",
"name": "blood_test",
"type": "object",
"properties": {
"describedBy": {
"description": "The URL reference to the schema.",
"type": "string",
"pattern" : "^(http|https)://schema.(.*?)humancellatlas.org/module/biomaterial/(([0-9]{1,}.[0-9]{1,}.[0-9]{1,})|([a-zA-Z]*?))/blood_test"
},
"schema_version": {
"description": "The version number of the schema in major.minor.patch format.",
"type": "string",
"pattern": "^[0-9]{1,}.[0-9]{1,}.[0-9]{1,}$",
"example": "4.6.1"
},
"androstenedione": {
"description": "Androstenedione in the last blood test of the donor before collection.",
"type": "number",
"user_friendly": "Androstenedione",
"example": "0.7; 3.4; 2.41",
"bionetworks": ["adipose"]
},
"androstenedione_unit": {
"description": "Androstenedione unit.",
"type": "string",
"enum": [
"ng/dL",
"nmol/L"
],
"user_friendly": "Androstenedione unit",
"example": "ng/dL; nmol/L",
"guidelines": "Should be one of: ng/dL; nmol/L",
"bionetworks": ["adipose"]
},
"dhea": {
"description": "Dehydroepiandrosterone (DHEA) in the last blood test of the donor before collection.",
"type": "number",
"user_friendly": "DHEA",
"example": "240; 3500; 1500",
"bionetworks": ["adipose"]
},
"dhea_unit": {
"description": "DHEA unit.",
"type": "string",
"enum": [
"ng/dL",
"nmol/L"
],
"user_friendly": "DHEA unit",
"example": "ng/dL; nmol/L",
"guidelines": "Should be one of: ng/dL; nmol/L",
"bionetworks": ["adipose"]
},
"estrogen": {
"description": "Estrogen in the last blood test of the donor before collection.",
"type": "number",
"user_friendly": "Estrogen",
"example": "10; 150; 120",
"bionetworks": ["adipose"]
},
"estrogen_unit": {
"description": "Estrogen unit.",
"type": "string",
"enum": [
"pg/mL",
"pmol/L"
],
"user_friendly": "Estrogen unit",
"example": "pg/mL; pmol/L",
"guidelines": "Should be one of: pg/mL; pmol/L",
"bionetworks": ["adipose"]
},
"fasting_glucose": {
"description": "Fasting glucose levels from the donor's last blood test after at least 8 hours of fasting, prior to the biopsy collection.",
"type": "number",
"user_friendly": "Fasting glucose",
"example": "70; 125; 90.2",
"bionetworks": ["adipose"]
},
"fasting_glucose_unit": {
"description": "Fasting glucose unit.",
"type": "string",
"enum": [
"mg/dL",
"mmol/L"
],
"user_friendly": "Fasting glucose unit",
"example": "mg/dL; mmol/L",
"guidelines": "Should be one of: mg/dL; mmol/L",
"bionetworks": ["adipose"]
},
"fasting_insulin": {
"description": "Fasting insulin levels from the donor's last blood test after at least 8 hours of fasting, prior to the biopsy collection.",
"type": "number",
"user_friendly": "Fasting insulin",
"example": "2; 20; 14",
"bionetworks": ["adipose"]
},
"fasting_insulin_unit": {
"description": "Fasting insulin unit.",
"type": "string",
"enum": [
"μU/mL",
"pmol/L"
],
"user_friendly": "Fasting insulin unit",
"example": "μU/mL; pmol/L",
"guidelines": "Should be one of: μU/mL; pmol/L",
"bionetworks": ["adipose"]
},
"free_fatty_acid": {
"description": "Free Fatty Acid (FFA) in the last blood test of the donor before collection.",
"type": "number",
"user_friendly": "FFA",
"example": "0.1; 0.6; 0.24",
"bionetworks": ["adipose"]
},
"free_fatty_acid_unit": {
"description": "Free Fatty Acid (FFA) unit.",
"type": "string",
"enum": [
"mmol/L"
],
"user_friendly": "FFA unit",
"example": "mmol/L",
"guidelines": "Should be one of: mmol/L",
"bionetworks": ["adipose"]
},
"haematocrit": {
"description": "Percentage of red blood cells in whole blood from the donor's last blood test prior to biopsy collection.",
"type": "number",
"user_friendly": "Haematocrit",
"example": "36; 54; 45",
"bionetworks": ["adipose"]
},
"haematocrit_unit": {
"description": "Haematocrit unit.",
"type": "string",
"enum": [
"percentage (%)"
],
"user_friendly": "Haematocrit unit",
"example": "%",
"guidelines": "Should be one of: %",
"bionetworks": ["adipose"]
},
"haemoglobin": {
"description": "Concentration of haemoglobin in whole blood from the donor's last blood test prior to biopsy collection.",
"type": "number",
"user_friendly": "Haemoglobin",
"example": "12; 17.5; 14.2",
"bionetworks": ["adipose"]
},
"haemoglobin_unit": {
"description": "Haemoglobin unit.",
"type": "string",
"enum": [
"g/dL",
"mmol/L"
],
"user_friendly": "Haemoglobin unit",
"example": "g/dL; mmol/L",
"guidelines": "Should be one of: g/dL; mmol/L",
"bionetworks": ["adipose"]
},
"hba1c": {
"description": "Concentration of glycated hemoglobin (HbA1c) from the donor's last blood test prior to biopsy collection.",
"type": "number",
"user_friendly": "HbA1c",
"example": "42; 58; 53.3",
"bionetworks": ["adipose"]
},
"hba1c_unit": {
"description": "HbA1c unit.",
"type": "string",
"enum": [
"mmol/mol",
"%"
],
"user_friendly": "HbA1c unit",
"example": "mmol/mol; %",
"guidelines": "Should be one of: mmol/mol; %",
"bionetworks": ["adipose"]
},
"hdl": {
"description": "High-density lipoprotein cholesterol (HDL) in the last blood test of the donor before collection.",
"type": "number",
"user_friendly": "HDL",
"example": "40; 60; 92",
"bionetworks": ["adipose"]
},
"hdl_unit": {
"description": "HDL unit.",
"type": "string",
"enum": [
"mg/dL",
"mmol/L"
],
"user_friendly": "HDL unit",
"example": "mg/dL; mmol/L",
"guidelines": "Should be one of: mg/dL; mmol/L",
"bionetworks": ["adipose"]
},
"homa_ir": {
"description": "Homeostatic Model Assessment of Insulin Resistance (HOMA-IR) in the last blood test of the donor before collection.",
"type": "number",
"user_friendly": "HOMA-IR",
"example": "0.4; 1.2; 0.94",
"bionetworks": ["adipose"]
},
"ldl": {
"description": "Low-density lipoprotein cholesterol (LDL) in the last blood test of the donor before collection.",
"type": "number",
"user_friendly": "LDL",
"example": "160; 133",
"bionetworks": ["adipose"]
},
"ldl_unit": {
"description": "LDL unit.",
"type": "string",
"enum": [
"mg/dL",
"mmol/L"
],
"user_friendly": "LDL unit",
"example": "mg/dL; mmol/L",
"guidelines": "Should be one of: mg/dL; mmol/L",
"bionetworks": ["adipose"]
},
"platelet_count": {
"description": "Measurement of platelets per unit volume of blood from the donor's last blood test prior to biopsy collection",
"type": "number",
"user_friendly": "Platelet count",
"example": "240; 124; 110",
"bionetworks": ["adipose"]
},
"platelet_count_unit": {
"description": "Platelet count unit.",
"type": "string",
"enum": [
"10^9/L",
"cells/μL"
],
"user_friendly": "Platelet count unit",
"example": "10^9/L; cells/μL",
"guidelines": "Should be one of: 10^9/L; cells/μL",
"bionetworks": ["adipose"]
},
"shbg": {
"description": "Sex hormone binding globulin (SHBG) in the last blood test of the donor before collection.",
"type": "number",
"user_friendly": "SHBG",
"example": "10; 140; 72",
"bionetworks": ["adipose"]
},
"shbg_unit": {
"description": "SHBG unit.",
"type": "string",
"enum": [
"nmol/L"
],
"user_friendly": "SHBG unit",
"example": "nmol/L",
"guidelines": "Should be one of: nmol/L",
"bionetworks": ["adipose"]
},
"testosterone": {
"description": "Testosterone in the last blood test of the donor before collection.",
"type": "number",
"user_friendly": "Testosterone",
"example": "15; 1000; 420",
"bionetworks": ["adipose"]
},
"testosterone_unit": {
"description": "Testosterone unit.",
"type": "string",
"enum": [
"nmol/L",
"ng/dL"
],
"user_friendly": "Testosterone unit",
"example": "nmol/L; ng/dL",
"guidelines": "Should be one of: nmol/L; ng/dL",
"bionetworks": ["adipose"]
},
"triglycerides": {
"description": "Triglycerides levels from the donor's last blood test after at least 9-12 hours of fasting, prior to the biopsy collection.",
"type": "number",
"user_friendly": "Triglycerides",
"example": "160; 133; 140",
"bionetworks": ["adipose"]
},
"triglycerides_unit": {
"description": "Triglycerides unit.",
"type": "string",
"enum": [
"mg/dL",
"mmol/L"
],
"user_friendly": "Triglycerides unit",
"example": "mg/dL; mmol/L",
"guidelines": "Should be one of: mg/dL; mmol/L",
"bionetworks": ["adipose"]
},
"white_blood_cell_count": {
"description": "Measurement of total white blood cells per unit volume of blood from the donor's last blood test prior to biopsy collection.",
"type": "number",
"user_friendly": "White cell count",
"example": "4.5; 11; 9.24",
"bionetworks": ["adipose"]
},
"white_blood_cell_count_unit": {
"description": "White cell count unit.",
"type": "string",
"enum": [
"10^9/L",
"cells/μL"
],
"user_friendly": "White cell count unit",
"example": "10^9/L; cells/μL",
"guidelines": "Should be one of: 10^9/L; cells/μL",
"bionetworks": ["adipose"]
},
"bloodtest_time_offset": {
"description": "Time between the test and the collection of the sample, in days.",
"type": "number",
"user_friendly": "Blood test time offset",
"example": "12; 42; 98",
"bionetworks": ["adipose"]
}
}
}