You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gdcdictionary/schemas/biospecimen.yaml
+6-15Lines changed: 6 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -55,17 +55,8 @@ required:
55
55
- method_of_procurement
56
56
- procured_or_purchased
57
57
- tissue_type
58
-
allOf:
59
-
- oneOf:
60
-
- required:
61
-
- days_to_collection
62
-
- required:
63
-
- days_to_collection_not_reported
64
-
- oneOf:
65
-
- required:
66
-
- days_to_procurement
67
-
- required:
68
-
- days_to_procurement_not_reported
58
+
- days_to_collection_not_reported
59
+
- days_to_procurement_not_reported
69
60
70
61
properties:
71
62
$ref: "_definitions.yaml#/ubiquitous_properties"
@@ -399,22 +390,22 @@ properties:
399
390
400
391
days_to_collection:
401
392
description: >
402
-
The number of days between the index date and the date the biospecimen was collected at laboratory.
393
+
The number of days between the index date and the date the biospecimen was received at laboratory that will be processing the biospecimen. If this information is missing, please indicate 'TRUE' for 'days_to_collection_not_reported'. If this information is available, then answer 'FALSE' for 'days_to_collection_not_reported'.
403
394
type: integer
404
395
405
396
days_to_collection_not_reported:
406
397
description: >
407
-
True/False indicator of whether the number of days between the index date and the date the biospecimen was collected at laboratory is reported.
398
+
True/False indicator of whether the number of days between the index date and the date the biospecimen was collected at laboratory is reported. If 'days_to_collection' data is available, please answer 'FALSE' and fill in 'days_to_collection'. If the data are not available, answer 'TRUE'.
408
399
type: boolean
409
400
410
401
days_to_procurement:
411
402
description: >
412
-
The number of days between the index date and the date the biospecimen was taken from the patient (such as the blood draw).
403
+
The number of days between the index date and the date the biospecimen was taken from the patient (such as the blood draw). If this information is missing, please indicate 'TRUE' for 'days_to_procurement_not_reported'. If this information is available, then answer 'FALSE' for 'days_to_procurement_not_reported'.
413
404
type: integer
414
405
415
406
days_to_procurement_not_reported:
416
407
description: >
417
-
True/False indicator of whether the number of days between the index date and the date the biospecimen was taken from the patient is reported.
408
+
True/False indicator of whether the number of days between the index date and the date the biospecimen was taken from the patient is reported. If 'days_to_procurement' data is available, please answer 'FALSE' and fill in 'days_to_procurement'. If the data are not available, answer 'TRUE'.
0 commit comments