pantdipendra commited on
Commit
1648408
·
verified ·
1 Parent(s): 8c9fb10

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +13 -13
app.js CHANGED
@@ -58,7 +58,7 @@ const STEPS = [
58
  {
59
  k: "1e",
60
  label:
61
- "Consult health trusts DPO, retain written rationale.",
62
  req: true,
63
  showFor: ["research", "quality", "statistics", "innovation"],
64
  refs: [
@@ -130,7 +130,7 @@ const STEPS = [
130
  items: [
131
  {
132
  k: "3a",
133
- label: "REK approval or exemption before research access/use.",
134
  req: true,
135
  showFor: ["research"],
136
  refs: [
@@ -173,7 +173,7 @@ const STEPS = [
173
  {
174
  k: "4a",
175
  label:
176
- "Obtain DUA/DSA (or equivalent) with data provider: scope, purpose, duration, security, confidentiality, post-hoc control, return/destruction.",
177
  req: true,
178
  refs: [
179
  { title: "HPA §21 (confidentiality)", url: "https://lovdata.no/lov/1999-07-02-64/%C2%A721" },
@@ -205,7 +205,7 @@ const STEPS = [
205
  {
206
  k: "4d",
207
  label:
208
- "Use SPE/SAE (e.g., TSD/HUNT Cloud/SAFE). Transfers via secure channels (logging, access control, encryption).",
209
  req: true,
210
  refs: [
211
  { title: "GDPR Art. 32", url: "https://gdpr-info.eu/art-32-gdpr/" },
@@ -260,13 +260,13 @@ const STEPS = [
260
  {
261
  k: "4g",
262
  label:
263
- "Agreement aligns with SPE/Secure Processing Environment checklists.",
264
  req: true,
265
  },
266
  {
267
  k: "4h",
268
  label:
269
- "EHDS alignment for cross-border/secondary use (permit; SPE; permitted purposes).",
270
  req: false,
271
  refs: [
272
  { title: "EHDS Art. 68 (permit); Arts. 73/75 (SPE); Art. 53 (purposes)", url: "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ:L_202500327" }
@@ -289,7 +289,7 @@ const STEPS = [
289
  {
290
  k: "5b",
291
  label:
292
- "Encrypted storage in transit/at rest, RBAC, MFA, network segregation, key mgmt, logging with risk-based review.",
293
  req: true,
294
  refs: [
295
  { title: "GDPR Art. 32", url: "https://gdpr-info.eu/art-32-gdpr/" },
@@ -306,14 +306,14 @@ const STEPS = [
306
  {
307
  k: "5d",
308
  label:
309
- "DPIA done before analysis (large-scale health/innovative AI/vulnerable groups) or rationale recorded.",
310
  req: true,
311
  refs: [{ title: "GDPR Art. 35", url: "https://gdpr-info.eu/art-35-gdpr/" }],
312
  },
313
  {
314
  k: "5e",
315
  label:
316
- "Consult DPO as required; record advice and implement recommendations.",
317
  req: false,
318
  refs: [{ title: "GDPR Arts. 37–39", url: "https://gdpr-info.eu/chapter-4/" }],
319
  },
@@ -331,7 +331,7 @@ const STEPS = [
331
  {
332
  k: "5g",
333
  label:
334
- "Transfers outside EEA: lawful mechanism (adequacy/SCCs/derogations); TIA documented; approvals/logs kept.",
335
  req: true,
336
  refs: [
337
  { title: "GDPR Arts. 44–46", url: "https://gdpr-info.eu/chapter-5/" },
@@ -348,7 +348,7 @@ const STEPS = [
348
  {
349
  k: "5i",
350
  label:
351
- "Data breach: notify DPA within 72h where required; assess duty to inform subjects.",
352
  req: true,
353
  refs: [{ title: "GDPR Arts. 33–34", url: "https://gdpr-info.eu/art-33-gdpr/" }],
354
  },
@@ -536,7 +536,7 @@ const STEPS = [
536
  {
537
  k: "7g",
538
  label:
539
- "If developing an AI model: verify permission & GDPR legal basis; remove personal data or ensure vetted/validated use; respect IP/licensing & REK terms.",
540
  req: true,
541
  showFor: ["research", "quality","innovation"],
542
  refs: [
@@ -547,7 +547,7 @@ const STEPS = [
547
  {
548
  k: "7h",
549
  label:
550
- "If deploying on EU market: conformity/CE/registration in EU AI database where required.",
551
  req: false,
552
  showFor: ["research", "quality","innovation"],
553
  refs: [{ title: "AI Act Arts. 30 & 43", url: "https://ai-act-law.eu/article/30/" }],
 
58
  {
59
  k: "1e",
60
  label:
61
+ "Consult health trusts data protection officer, retain written rationale.",
62
  req: true,
63
  showFor: ["research", "quality", "statistics", "innovation"],
64
  refs: [
 
130
  items: [
131
  {
132
  k: "3a",
133
+ label: "Regional committees for medical and health research ethics (REK) approval or exemption before research access/use.",
134
  req: true,
135
  showFor: ["research"],
136
  refs: [
 
173
  {
174
  k: "4a",
175
  label:
176
+ "Obtain data user or data sharing agreement (DUA/DSA or equivalent) with data provider: scope, purpose, duration, security, confidentiality, post-hoc control, return/destruction.",
177
  req: true,
178
  refs: [
179
  { title: "HPA §21 (confidentiality)", url: "https://lovdata.no/lov/1999-07-02-64/%C2%A721" },
 
205
  {
206
  k: "4d",
207
  label:
208
+ "Use Secure Processing or Secure Analysis Environment(SPE/SAE) (e.g., TSD/HUNT Cloud/SAFE). Transfers via secure channels (logging, access control, encryption).",
209
  req: true,
210
  refs: [
211
  { title: "GDPR Art. 32", url: "https://gdpr-info.eu/art-32-gdpr/" },
 
260
  {
261
  k: "4g",
262
  label:
263
+ "Agreement aligns with SPE checklists.",
264
  req: true,
265
  },
266
  {
267
  k: "4h",
268
  label:
269
+ "European health data space (EHDS) alignment for cross-border/secondary use (permit; SPE; permitted purposes).",
270
  req: false,
271
  refs: [
272
  { title: "EHDS Art. 68 (permit); Arts. 73/75 (SPE); Art. 53 (purposes)", url: "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ:L_202500327" }
 
289
  {
290
  k: "5b",
291
  label:
292
+ "Encrypted storage in transit/at rest, Role-Based access control, multi-factor authentication, network segregation, key mgmt, logging with risk-based review.",
293
  req: true,
294
  refs: [
295
  { title: "GDPR Art. 32", url: "https://gdpr-info.eu/art-32-gdpr/" },
 
306
  {
307
  k: "5d",
308
  label:
309
+ "Data Protection Impact Assessment (DPIA) done before analysis (large-scale health/innovative AI/vulnerable groups) or rationale recorded.",
310
  req: true,
311
  refs: [{ title: "GDPR Art. 35", url: "https://gdpr-info.eu/art-35-gdpr/" }],
312
  },
313
  {
314
  k: "5e",
315
  label:
316
+ "Consult Data Protection Officer (DPO) as required; record advice and implement recommendations.",
317
  req: false,
318
  refs: [{ title: "GDPR Arts. 37–39", url: "https://gdpr-info.eu/chapter-4/" }],
319
  },
 
331
  {
332
  k: "5g",
333
  label:
334
+ "Transfers outside EEA: lawful mechanism (adequacy/Standard Contractual Clauses/derogations); Transfer Impact Assessment (TIA) documented; approvals/logs kept.",
335
  req: true,
336
  refs: [
337
  { title: "GDPR Arts. 44–46", url: "https://gdpr-info.eu/chapter-5/" },
 
348
  {
349
  k: "5i",
350
  label:
351
+ "Data breach: notify national data protection authority (Datatilsynet) within 72h where required; assess duty to inform subjects.",
352
  req: true,
353
  refs: [{ title: "GDPR Arts. 33–34", url: "https://gdpr-info.eu/art-33-gdpr/" }],
354
  },
 
536
  {
537
  k: "7g",
538
  label:
539
+ "If developing an AI model: verify permission & GDPR legal basis; remove personal data or ensure vetted/validated use; respect intelectual propety/licensing & REK terms.",
540
  req: true,
541
  showFor: ["research", "quality","innovation"],
542
  refs: [
 
547
  {
548
  k: "7h",
549
  label:
550
+ "If deploying on EU market: conformity/CE marking/registration in EU AI database where required.",
551
  req: false,
552
  showFor: ["research", "quality","innovation"],
553
  refs: [{ title: "AI Act Arts. 30 & 43", url: "https://ai-act-law.eu/article/30/" }],