|
| 1 | +{ |
| 2 | + "_extends": "/core/schemas/research/experimentalActivity.schema.tpl.json", |
| 3 | + "required": [ |
| 4 | + "device", |
| 5 | + "input", |
| 6 | + "output", |
| 7 | + "specimenOrientation" |
| 8 | + ], |
| 9 | + "properties": { |
| 10 | + "contrastAgent": { |
| 11 | + "_instruction": "Add the contrast agent(s) administered for this acquisition, including for each the agent identity and administered amount; if no contrast agent was used, leave this field null. Include all agents given prior to or during the scan.", |
| 12 | + "_linkedTypes": [ |
| 13 | + "chemicals:AmountOfChemical" |
| 14 | + ], |
| 15 | + "minItems": 1, |
| 16 | + "type": "array", |
| 17 | + "uniqueItems": true |
| 18 | + }, |
| 19 | + "device": { |
| 20 | + "_instruction": "Add the magnetic resonance imaging (MRI) scanner used for this acquisition. This reference should identify the specific device configuration under which the scan was performed.", |
| 21 | + "_linkedTypes": [ |
| 22 | + "neuroimaging:MRIScannerUsage" |
| 23 | + ] |
| 24 | + }, |
| 25 | + "distortionCorrection": { |
| 26 | + "_instruction": "Add the distortion correction data used for this acquisition, linking to the calibration files applied during image reconstruction or post-processing. If no distortion correction was performed, leave this field null.", |
| 27 | + "_linkedTypes": [ |
| 28 | + "core:File" |
| 29 | + ], |
| 30 | + "minItems": 1, |
| 31 | + "type": "array", |
| 32 | + "uniqueItems": true |
| 33 | + }, |
| 34 | + "input": { |
| 35 | + "_instruction": "Add the specimen (subject or tissue sample) in the physical and biological state in which it was scanned, referencing the corresponding specimen record at the time of imaging.", |
| 36 | + "_linkedTypes": [ |
| 37 | + "core:SubjectState", |
| 38 | + "core:TissueSampleState" |
| 39 | + ] |
| 40 | + }, |
| 41 | + "motionCorrection": { |
| 42 | + "_instruction": "Add the motion correction data used for this acquisition, linking to the calibration files or reference images applied during image reconstruction or post-processing. If no motion correction was performed, leave this field null.", |
| 43 | + "_linkedTypes": [ |
| 44 | + "core:File" |
| 45 | + ], |
| 46 | + "minItems": 1, |
| 47 | + "type": "array", |
| 48 | + "uniqueItems": true |
| 49 | + }, |
| 50 | + "output":{ |
| 51 | + "_instruction": "Add the output data generated by this acquisition by linking to one or more files containing the primary imaging outputs and/or, if applicable, any secondary reconstructed or corrected outputs produced during post-processing.", |
| 52 | + "_linkedTypes": [ |
| 53 | + "core:File" |
| 54 | + ], |
| 55 | + "minItems": 1, |
| 56 | + "type": "array", |
| 57 | + "uniqueItems": true |
| 58 | + }, |
| 59 | + "registrationData": { |
| 60 | + "_instruction": "Add the registration data used for this acquisition, linking to the transformation and/or reference files applied during image alignment in post-processing. If no registration was performed, leave this field null.", |
| 61 | + "_linkedTypes": [ |
| 62 | + "core:File" |
| 63 | + ], |
| 64 | + "minItems": 1, |
| 65 | + "type": "array", |
| 66 | + "uniqueItems": true |
| 67 | + |
| 68 | + }, |
| 69 | + "specimenOrientation": { |
| 70 | + "_instruction": "Add the specimen orientation as the anatomical directions corresponding to the scanner X, Y, and Z axes, describing the alignment of the specimen's anatomy with the scanner coordinate system. Note that this orientation may differ from the prescribed slice orientation, especially in nonstandard specimen positioning.", |
| 71 | + "_linkedTypes": [ |
| 72 | + "controlledTerms:AnatomicalAxesOrientation" |
| 73 | + ] |
| 74 | + }, |
| 75 | + "targetAnatomy": { |
| 76 | + "_instruction": "Add the target anatomy, indicating the primary anatomical structure or region intended to be imaged in this acquisition. This field describes the imaging objective (for example, organ, tissue, or structure) and may be derived from the acquisition protocol description.", |
| 77 | + "_linkedCategories": [ |
| 78 | + "anatomicalLocation" |
| 79 | + ] |
| 80 | + } |
| 81 | + } |
| 82 | +} |
0 commit comments