DEV Community

Rory | QIS PROTOCOL
Rory | QIS PROTOCOL

Posted on • Originally published at qisprotocol.com

The Federated Health Data Space Has a Routing Gap. QIS Closes It.

At DMEA 2026 in Berlin this week, health data infrastructure architects from across Germany — Fraunhofer IAIS, Fraunhofer ISST, NFDI4Health, BIH, and the teams building toward the European Health Data Space — are presenting a vision for federated data access that is genuinely impressive.

The infrastructure is real. The consent frameworks are real. The FHIR compatibility is real.

And there is a gap that nobody on the agenda is closing.


What Federated Health Data Spaces Route Today

The federated health data space model — as implemented across NFDI4Health, the EHDS pilot infrastructure, and the health data space architectures being demonstrated at DMEA — routes three things between institutions:

  1. Consent records — which patients have consented to what uses
  2. Metadata and catalogues — what data exists, where, in what format
  3. Access tokens — secure mechanisms to query specific datasets under defined conditions

This is a significant achievement. Getting 50 institutions to agree on consent frameworks, metadata standards, and access protocols is hard. The teams doing this deserve full credit.

But here is what the infrastructure does not route:

Intelligence.

Specifically: the distilled insights from validated patient outcomes. What worked at Hospital A for patients presenting with condition X. What failed at Hospital B. What the 10,000 patients with this diagnosis profile actually experienced, synthesised, and made actionable — without any patient data leaving any hospital.

The federated health data space routes the address of the data. It does not route what the data learned.


The Routing Gap in Numbers

Consider the NFDI4Health network. Dozens of research institutions, each holding clinical datasets, each connected through the federated infrastructure, each able to query what exists at other sites.

Now ask: how many real-time synthesis pathways exist between those institutions?

In the current architecture: effectively zero. Each institution's insights stay local. Cross-site synthesis requires either centralising data (which the consent framework prohibits) or running a federated analysis protocol (which requires coordination, shared infrastructure, and institutional agreement on each analysis question).

With QIS Protocol, the number of synthesis pathways is N(N-1)/2, where N is the number of participating nodes.

At 50 institutions: 1,225 synthesis pathways.
At 300 institutions (OHDSI scale): 44,850 synthesis pathways.
At 3,000 institutions (full European EHDS ambition): 4,498,500 synthesis pathways.

And each pathway runs at the cost of routing a ~512-byte outcome packet — not at the cost of a federated query, a legal agreement, or a data access negotiation.


The Discovery Behind the Number

On June 16, 2025, Christopher Thomas Trevethan discovered an architecture that makes this possible.

The discovery is not a product. It is a protocol — Quadratic Intelligence Swarm (QIS) — filed under 39 provisional patents. The breakthrough is the complete architecture loop:

Raw signal → local processing → distilled outcome packet (~512 bytes) → semantic routing to a deterministic address → delivery to all nodes sharing the same problem → local synthesis → new outcome packets → loop continues.

No raw data moves. No model weights are shared. No central aggregator is required.

Each institution processes its own data locally and emits an outcome packet: what worked, for what patient profile, under what conditions, with what confidence interval. The packet is semantically fingerprinted and routed to a deterministic address defined by the clinical problem type — the address every institution with the same problem class is listening to.

Every institution sharing that problem class receives every relevant outcome packet from every other institution, automatically, in near real time. They synthesise locally. Their own models improve without their data leaving.

This is not federated learning. Federated learning requires a central aggregator, shares model gradients (not patient outcomes), and cannot cleanly handle N=1 or N=2 sites — the rare disease and small-clinic cases that matter most. QIS has no aggregator, shares outcome packets (not gradients), and works for N=1.


Why Existing Federated Architectures Hit a Ceiling

The federated health data spaces being presented at DMEA are solving a real problem: data sovereignty and access governance. QIS does not replace this — it runs above it.

But the current approach has a structural limit:

Intelligence synthesis requires either centralisation or explicit coordination. You can query across sites only if you have pre-negotiated the query protocol, established the access framework, and have enough data at each site to make the query meaningful. This works for planned research studies. It does not work for real-time clinical intelligence — the kind that tells a clinician at 2am what the best treatment pathway is for a patient presenting with a rare combination of conditions.

QIS eliminates the coordination requirement for intelligence routing. The outcome packets route themselves to the nodes that need them. No pre-negotiation. No central broker. No aggregator.

The consent framework and data governance layer remain exactly as they are. QIS adds a routing layer above them — routing distilled intelligence, not raw data.


FHIR Compatibility: Zero Integration Cost

This is the practical question for every infrastructure architect at DMEA this week.

QIS is FHIR-compatible by design. FHIR handles data structure and exchange between systems. QIS operates above the data layer. A hospital's FHIR endpoint produces patient data; QIS reads the output of the local analysis of that data (not the data itself) and routes the distilled outcome.

The integration path:

  1. Existing FHIR-compatible system processes local patient data
  2. Local analysis produces an outcome record — what treatment, what result, what patient profile
  3. QIS layer distils this into a ~512-byte outcome packet and applies a semantic fingerprint
  4. Packet routes to the deterministic address for this clinical problem class
  5. All institutions listening to that address receive the packet and synthesise locally

No modification to the FHIR layer. No changes to the consent framework. No new data sharing agreements required — because no patient data is being shared.


The NFDI4Health and EHDS Context

The teams building NFDI4Health have done the hard work: a federated research data infrastructure that respects German data sovereignty requirements while enabling cross-institutional research. The EHDS is extending this to the European level.

Both initiatives face the same ceiling: the infrastructure routes access to data, not insights from data.

QIS is the missing layer. Not a replacement for NFDI4Health or EHDS — an addition to them. The same institutions, the same consent frameworks, the same FHIR infrastructure. With one new layer that routes pre-distilled intelligence between them at the cost of a packet, not a query.

For the teams at Fraunhofer IAIS and ISST presenting health data spaces at DMEA this week: the routing gap is solvable. The architecture exists. The 39 provisional patents are filed.


What Quadratic Scaling Looks Like for European Health Data

The EHDS ambition is pan-European: 27 member states, thousands of hospitals, millions of patients, decades of clinical intelligence that has never been synthesised across borders.

The N(N-1)/2 scaling property means:

  • 100 participating hospitals: 4,950 synthesis pathways
  • 1,000 hospitals: 499,500 synthesis pathways
  • 10,000 hospitals: ~50 million synthesis pathways

At each step, the compute cost per hospital is O(log N) or better — routing one outcome packet, not aggregating thousands of datasets.

This is not incremental improvement on federated query infrastructure. This is a phase change in how clinical intelligence compounds across a network.

The routing mechanism is protocol-agnostic. DHT-based networks, database semantic indices, vector similarity search, FHIR-compatible APIs — any mechanism that routes packets to a deterministic problem address achieves the quadratic scaling. The breakthrough is the complete architecture loop, not any specific transport layer.


Three Questions for DMEA Attendees

If you are at DMEA 2026 this week and you are building or evaluating federated health data infrastructure, here are the three questions worth asking:

1. Does your architecture route intelligence, or only data access?
If your federated infrastructure routes consent records and metadata but not distilled outcome packets — you have a routing gap.

2. What is your cross-site synthesis pathway count?
If the answer is zero without explicit query coordination — the ceiling is already built into your architecture.

3. Can a hospital with N=1 patients for a rare condition contribute to and receive intelligence from the network?
Federated learning requires sufficient local data for gradient computation. QIS does not. N=1 sites can emit one outcome packet and receive the full network synthesis.


QIS Protocol: Open, Licensed for Humanitarian Use

QIS Protocol is free for nonprofit, research, and educational deployment. The 39 provisional patents filed by Christopher Thomas Trevethan exist to protect open access — to ensure the architecture cannot be captured by a single commercial actor and gated away from the health systems that need it most.

Commercial licensing funds deployment to underserved health systems. The humanitarian outcome is built into the licensing structure.

Full protocol documentation: qisprotocol.com


Christopher Thomas Trevethan is the discoverer of Quadratic Intelligence Swarm (QIS) Protocol. Discovered June 16, 2025. IP protection is in place via 39 provisional patents. QIS = Quadratic Intelligence Swarm. The word is Swarm.

Top comments (0)