Skip to main content

Constraints

The architectural constraints outlined in this section shape the design decisions for the 1+MG Network. They are non-negotiable limitations imposed by regulation, politics, or organization.

IDConstraintDescription
L01GDPR & National DerogationsThe system must comply with GDPR Art. 9 (Special Categories of Data). Crucially, it must support 27+ distinct national implementations, as Member States have derogations for genetic data processing. A "one-size-fits-all" consent model is legally impossible.1
L02Territoriality (Data Residency)Raw genomic data and associated cryptographic keys must never leave the jurisdiction of the participating Member State (EEA), unless an explicit Adequacy Decision exists. All storage and processing must occur on sovereign soil.1
L03EU AI Act ComplianceAny component providing clinical decision support (e.g., "Variant Interpretation") classifies as High-Risk AI (EU AI Act, Annex III). It requires strict Conformity Assessments, Human Oversight measures, and Data Governance logging.2
L04EHDS IntegrationThe system must act as a Health Data Access Body (HDAB) node under the European Health Data Space (EHDS). It must implement the secure processing environments and metadata cataloging standards mandated by HealthData@EU to enable secondary use.3
L05Data Governance Act (DGA)The framework must support Data Altruism mechanisms, allowing citizens to voluntarily donate data for science. Technical workflows must manage specific altruism consent forms and recognized data altruism organizations.4
L06NIS2 Directive (Cybersecurity)As a "Critical Entity" (Health Sector), the infrastructure must implement state-of-the-art cyber hygiene, mandatory incident reporting (24h warning/72h full report), and supply chain security auditing.5
L07International Transfers (GDPR Ch. V)Connections to Global Resources (e.g., All of Us, H3Africa) situated in non-EEA countries without an adequacy decision must rely on Standard Contractual Clauses (SCCs) or specific derogations (Art. 49).6
L08Secondary Use Definition AmbiguityThere is no common European interpretation of "secondary use," and EHDS Regulation does not fully streamline formalities. Manual/semi-automated compliance checks (DACs) remain a bottleneck.7
L09Heterogeneous Consent ModelsConsent models vary strictly (Opt-in vs Opt-out) across member states (e.g., Finland vs Germany). The system must support polymorphic consent receipts (e.g., different DUO codes per jurisdiction).7

Political Constraints

IDConstraintDescription
P01Local Sovereignty (The "Red Line")The architecture must ensure that Local Data Authorities (DACs) retain absolute vetting power over every access request. No "Central Super-Admin" can exist who can view data without local approval.7
P02Equity & InclusivityThe system must support smaller Member States with limited infrastructure. It cannot mandate expensive hardware (e.g., proprietary HPC) that would exclude less-resourced nations (The "Widening" principle).8

Organizational Constraints

IDConstraintDescription
O01Mandatory Data StewardshipNodes must use the Data Stewardship Wizard (DSW) and the "GDI Knowledge Model" to standardise Data Management Plans (DMPs). Machine-actionability of DMPs is required.9
O02Sustainability ModelThe architecture must transition from project funding (GDI) to Member State fees (Genome EDIC). Operational costs must be minimized to ensure long-term viability.10
O03Security CertificationCompliance with ISO 27001 (Information Security) and ISO 27701 (Privacy) is required. At a minimum, nodes must undergo external audits, with full certification being the ideal state for data pooling environments.11
O04Staff Secrecy/TrainingAll staff with access to the infrastructure must legally sign secrecy clauses and undergo mandatory data protection training specific to their role.11
O05Data Protection Impact Assessment (DPIA)Every Node must complete a DPIA before joining the production network. This is a mandatory legal requirement under GDPR Art. 35. Note that DPIAs are local responsibilities but must follow the 1+MG template.12 13
O06FitSM Service ManagementThe GDI Helpdesk and support workflows must adhere to the FitSM standard for IT Service Management (ITSM), ensuring federated incident and problem management 14.
O07No International Record LinkageData linkage is strictly limited to within national nodes using national linking keys. Cross-border linking of individual records is explicitly out of scope due to legal complexity and risk of subject duplication 15.
O08Incidental Findings Path1+MG Data Users must report valid, clinically actionable Incidental Findings (IFs) ONLY to the Data Holder (National Node). Direct contact between Data Users and Data Subjects is strictly prohibited to respect local constraints and consent 16.
O09SOP Source of TruthAll operational processes must be defined in Standard Operating Procedures (SOPs) managed within the official GDI GitHub repository (EU-wide or Node-specific branches) to ensure version control and compliance auditability 17.
O10Virtualized Access MandateDirect download of sensitive individual-level genomic files (FASTQ, BAM, VCF) is strictly prohibited. Access must be provided via Virtualized Trusted Research Environments (TREs) or Smart Layers (e.g., EGA QuickView) where data egress is controlled/obfuscated [^31] 18.
O11Decommissioning ProcessNodes must implement a defined process for dataset decommissioning, allowing for the removal or archival of datasets that are no longer maintained or compliant 19.
O12Query Budgeting (Privacy)The Discovery Portal must implement query budgeting and monitoring to prevent reconstruction attacks (e.g., repeating specific queries to identify individuals in a cohort) 18.
O13Time-Limited AccessData access is strictly temporary. The system must automatically revoke access permissions upon the expiration of the Data Access Agreement (DAA) or project end date 18.
O14Project Funding CyclesSustainability must be planned beyond typical 3-5 year EU project funding cycles.
O15Reprocessing Cost SensitivityThe architecture must account for significant cost disparities in data reprocessing (e.g., ~€5 for short-read vs ~€530 for long-read per genome), necessitating careful decisions on when and where to standardize data 15.
O16Healthcare Professional CapacityClinicians lack time/incentives for structured data entry. Validation: SPHN found that hospitals initially had "little to no integration" of SNOMED/LOINC, requiring the creation of specific connector tools.20
O17Ethics Committee FragmentationDetermining which Ethics Committee has jurisdiction can cause indefinite delays. The architecture must support complex "Federated DAC" workflows potentially requiring multiple approvals.7

Technical Constraints

IDConstraintDescription
T01Federated DesignNo Central Lake. Data stays local; Compute moves to data (GA4GH WES). This is a hard architectural constraint derived from L02 and P01.15
T02Open Standards OnlyAll interfaces must use open standards (GA4GH Beacon, WES, DRS). Vendor-locked protocols are prohibited to ensure interoperability across 27 nations.21 22
T03EHDS AlignmentMetadata publication must align with the DCAT-AP standard to facilitate future integration with the European Health Data Space (HealthData@EU).23
T04Cyber ResilienceIn line with the Cyber Resilience Act, all software components must be "secure by default" (no default pwds), support automatic updates, and have a disclosed vulnerability handling process (SBOM requirements).24
T05Synthetic Data FirstSystem validation and testing must primarily rely on synthetic datasets to minimize privacy risks before processing real human data 6.
T06Data Integrity ChecksumsAll data transfers (inclusion/access) must be validated via checksums. Data at rest (archived) must undergo periodic integrity verification to detect bit rot or tampering 18.
T07Workflow Portability (RO-Crate/WfExS)Analysis pipelines must be containerized and packaged using RO-Crate standards and executable via WfExS (Workflow Execution Service) to ensure reproducibility and portability across heterogeneous nodes 25.
T08Metadata Standard (HealthDCAT-AP)All dataset metadata exposed for discovery must adhere to the DCAT-AP 3.0 standard and its health-specific extension (HealthDCAT-AP). Reference: Aligns with SPHN's "Three Pillar Strategy" (Semantics, Transport, Use Cases).20 21
T09Federated IdentityUsers authenticate via their Home Organisation, not via a central database. 19.
T10Remote Visualization (htsget)Nodes should support the GA4GH htsget API to enable efficient, remote visualization of large genomic alignments (BAM/CRAM) in client tools (e.g., IGV) without requiring full file download 25.
T11API Transformation (JSLT)To adapt internal data models to required external standards (Beacon v2, DCAT), nodes should employ flexible transformation layers (e.g., using JSLT templates) rather than hard-coding mappings 21.
T12Separation of ConcernsWhere possible, genomic and phenotypic data should be logically separated or pseudonymised separately to increase privacy protection 18.
T13Encryption MandatePersonal data must be encrypted at rest and in transit. Encryption keys must be managed separately from the data storage 11.
T14No Raw Data EgressRaw genomic data files (VCF/BAM) must never leave the secure perimeter of the National Node (except for specific authorized download scenarios, which are rare).

Footnotes

  1. Bridging the European Data Sharing Divide in Genomic Science. (https://doi.org/10.2196/37236) 2

  2. European AI Act. (https://artificialintelligenceact.eu/)

  3. European Health Data Space (EHDS). (https://health.ec.europa.eu/ehealth-digital-health-and-care/european-health-data-space_en)

  4. Data Governance Act (DGA). (https://digital-strategy.ec.europa.eu/en/policies/data-governance-act)

  5. NIS2 Directive. (https://digital-strategy.ec.europa.eu/en/policies/nis2-directive)

  6. GDI Deliverable D6.4 - Report on global resources suitable for inclusion into the GDI. (https://zenodo.org/records/17580079) 2

  7. GDI Deliverable D2.9 - Evaluation of data governance experiences - Report. (https://zenodo.org/records/10069814) 2 3 4

  8. GDI Deliverable D2.1 - First analysis of cost elements for the setup of 1+MG infrastructure. (https://zenodo.org/records/10728049)

  9. GDI Deliverable D6.1 - Draft data management policy published including ELSI best practice (https://zenodo.org/records/7956612)

  10. GDI Deliverable D2.2 - Infrastructure cost report. (https://zenodo.org/records/11635233)

  11. B1MG / 1+MG - IT infrastructure requirements based on a data protection by design and default approach(https://zenodo.org/records/8399393) 2 3

  12. Masterdocument data governance. (extracted from Masterdocument_data-governance_recovered-formatting.docx)

  13. B1MG Deliverable D2.3 - Report on legal set-up including DPIA (https://zenodo.org/records/8411067)

  14. GDI Deliverable D4.1 - Helpdesk roadmap. (https://zenodo.org/records/8017873)

  15. GDI Deliverable D6.3 - Report on requirements for data quality and distributed analysis, as well as external resource interoperability. (https://zenodo.org/records/13920170) 2 3

  16. B1MG Deliverable D1.6 - Citizen engagement and public trust (https://zenodo.org/records/7913029)

  17. GDI Deliverable D5.5 - Report outlining QoS metrics, reporting processes, and node TRLs defined. (https://zenodo.org/records/10256902)

  18. B1MG Deliverable D2.4 - Report on data access and governance framework. (https://zenodo.org/records/8411102) 2 3 4 5

  19. GDI Deliverable D4.3 - User portal live cataloguing data within the GDI. (https://zenodo.org/records/10156972) 2

  20. "Swiss Personalized Health Network (SPHN) Interoperability Strategy" (https://sphn.ch/network/data-interoperability/) 2

  21. GDI Deliverable D8.7 - Report on semantic interoperability scenarios. (https://zenodo.org/records/11550316) 2 3

  22. GA4GH. (https://www.ga4gh.org/our-products/)

  23. 1+MG and EHDS Alignment. (https://framework.onemilliongenomes.eu/ehds-data-lifecycle)

  24. Cyber Resilience Act. (https://digital-strategy.ec.europa.eu/en/policies/cyber-resilience-act)

  25. GDI Deliverable D8.8 - Evaluation of distributed analysis and federated learning infrastructure solutions and recommendations for adoption. (https://zenodo.org/records/10887366) 2