|
1 | 1 | <* |
2 | | - DISCLAIMER: |
3 | | - NOT TO BE USED AS A LEGAL ADVICE |
| 2 | +DISCLAIMER: |
| 3 | +NOT TO BE USED AS A LEGAL ADVICE |
4 | 4 | *> |
5 | 5 | [#import ppra: ppra.dg ] |
6 | 6 | [#import medical: medical.dg ] |
7 | 7 | [#import ferpa: ferpa.dg ] |
8 | 8 | [#import dppa: dppa.dg ] |
9 | 9 | [#import gov: government-records.dg ] |
10 | 10 | [>global-start< ask: |
11 | | - {text: Do the data concern living persons?} |
| 11 | + {text: Do the data concern living persons?} |
12 | 12 | {answers: |
13 | 13 | {yes: |
14 | 14 | [set: Code=green] <-- Explicit settings of colors is going away soon! |
15 | | - [>filter-medical< ask: |
16 | | - {text: Do the data contain health or medical information?} |
17 | | - {answers: |
18 | | - {yes: [call: medical>start]}} |
19 | | - ] |
20 | | - [>filter-ppra< ask: |
21 | | - {text: Was the data collected from students in an elementary or secondary school?} |
22 | | - {answers: |
23 | | - {yes: [call: ppra>start]} |
24 | | - } |
25 | | - ] |
26 | | - [>filter-ferpa< ask: |
27 | | - {text: Do the data contain any information derived from ministry of education data?} |
28 | | - {answers: |
29 | | - {yes: [call: ferpa>start]} |
30 | | - }] |
31 | | - [call: gov>Gov1] |
32 | | - [call: dppa>DPPA1] |
33 | | - [>futures< todo: Future additions go here.]} |
| 15 | + [>filter-medical< ask: |
| 16 | + {text: Do the data contain health or medical information?} |
| 17 | + {answers: |
| 18 | + {yes: [call: medical>start]}} |
| 19 | + ] |
| 20 | + [>filter-ppra< ask: |
| 21 | + {text: Was the data collected from students in an elementary or secondary school?} |
| 22 | + {answers: |
| 23 | + {yes: [call: ppra>start]} |
| 24 | + } |
| 25 | + ] |
| 26 | + [>filter-ferpa< ask: |
| 27 | + {text: Do the data contain any information derived from ministry of education data?} |
| 28 | + {answers: |
| 29 | + {yes: [call: ferpa>start]} |
| 30 | + }] |
| 31 | + [call: gov>Gov1] |
| 32 | + [call: dppa>DPPA1] |
| 33 | + [>futures< todo: Future additions go here.]} |
34 | 34 | {no: [set: Code=blue; Identity=noPersonData] } |
35 | | -}] |
36 | | -[call: dua] |
37 | | -[end] |
| 35 | + }] |
| 36 | + [call: dua] |
| 37 | + [end] |
38 | 38 |
|
39 | | -[>dua< section: |
40 | | - {title: Data Use Agreements} |
41 | | - [>dua-ext< todo: Data use agreements] |
42 | | - [>duaTimeLimit< ask: |
43 | | - {text: Is there any reason why we cannot store the data indefinitely? } |
44 | | - {answers: |
45 | | - {no: [set: TimeLimit=none] } |
46 | | - {yes: |
47 | | - [ask: |
48 | | - {text:For how long should we keep the data?} |
49 | | - {answers: |
50 | | - { indefinitely: [set: TimeLimit=none] } |
51 | | - { 50 years: [set: TimeLimit=_50yr] } |
52 | | - { 5 years: [set: TimeLimit=_5yr] } |
53 | | - { 2 years: [set: TimeLimit=_2yr] } |
54 | | - { 1 year: [set: TimeLimit=_1yr] } |
55 | | - }]}}] |
56 | | - [>duaAdditional< ask: |
57 | | - {text: Did the data have any restrictions on sharing, e.g. stated in an agreement or policy statement?} |
58 | | - {answers: |
59 | | - {yes: [set: ContractOrPolicy=yes]} |
60 | | - {no: [set: ContractOrPolicy=no]}} |
61 | | - ] |
| 39 | + [>dua< section: |
| 40 | + {title: Data Use Agreements} |
| 41 | + [>dua-ext< todo: Data use agreements] |
| 42 | + [>duaTimeLimit< ask: |
| 43 | + {text: Is there any reason why we cannot store the data indefinitely? } |
| 44 | + {answers: |
| 45 | + {no: [set: TimeLimit=none] } |
| 46 | + {yes: |
| 47 | + [ask: |
| 48 | + {text:For how long should we keep the data?} |
| 49 | + {answers: |
| 50 | + { indefinitely: [set: TimeLimit=none] } |
| 51 | + { 50 years: [set: TimeLimit=_50yr] } |
| 52 | + { 5 years: [set: TimeLimit=_5yr] } |
| 53 | + { 2 years: [set: TimeLimit=_2yr] } |
| 54 | + { 1 year: [set: TimeLimit=_1yr] } |
| 55 | + }]}}] |
| 56 | + [>duaAdditional< ask: |
| 57 | + {text: Did the data have any restrictions on sharing, e.g. stated in an agreement or policy statement?} |
| 58 | + {answers: |
| 59 | + {yes: [set: ContractOrPolicy=yes]} |
| 60 | + {no: [set: ContractOrPolicy=no]} |
| 61 | + } |
| 62 | + ] |
62 | 63 | ] |
63 | 64 | [end] |
64 | 65 | <* |
65 | | - DISCLAIMER: |
66 | | - NOT TO BE USED AS A LEGAL ADVICE |
| 66 | +DISCLAIMER: |
| 67 | +NOT TO BE USED AS A LEGAL ADVICE |
67 | 68 | *> |
0 commit comments