The Pipes Are Finally Moving: Why Clinical Event Streaming Is the Infrastructure Bet Nobody Took Seriously Enough
Abstract
This essay covers the architectural shift from batch ETL to event-driven clinical data pipelines, with specific focus on EHR event streaming, real-time deterioration detection, and operational alert routing. Topics include why healthcare streaming is categorically harder than fintech equivalents, what the dominant infrastructure stack looks like, and where the actual venture opportunity sits.
Key Points:
- Batch ETL has been healthcare’s dominant data pattern for 30+ years and it was always wrong for clinical work
- Event-driven architectures using Kafka, Flink, and similar tooling are now viable in hospital environments
- Clinical data has 5-6 structural problems fintech doesn’t have: schema chaos, contextual validity, documentation timing lag, regulatory constraints, human-in-loop requirements, and no equivalent to atomic transactions
- Real-time deterioration detection (sepsis, respiratory failure) is the clearest clinical proof case, with measurable mortality impact
- The venture opportunity is not the streaming infrastructure itself but the clinical logic layer sitting on top of it
- Health systems have the data and the willingness; they largely lack the engineering talent to build this internally
Table of Contents:
The Batch ETL Hangover
What Event-Driven Actually Means in a Hospital Context
The Stack: Kafka, Flink, and the Middleware Nobody Talks About
Why This Is Not Fintech (And Fintech People Keep Getting Burned)
Deterioration Detection as the Canonical Use Case
Streaming Into Operations: The Alert Routing Problem
Where the Venture Opportunity Actually Lives
The Batch ETL Hangover
The honest story of healthcare data infrastructure is that it was designed around the billing cycle, not the patient. Everything in the legacy stack optimizes for the claim. Data gets captured, batched, transformed, and exported in windows that align with when someone needs to submit something to a payer or generate a report for the board. The clinical workflow was an afterthought, and the infrastructure reflected that priority ordering pretty faithfully for about three decades.
Batch ETL as a pattern made sense for a certain era. You pull data from an EHR at 2am, transform it, load it into a warehouse, and analysts run reports in the morning. That is genuinely fine for retrospective quality analysis, population health dashboards, and financial reconciliation. Nobody needs real-time data to figure out how the readmission rate trended in Q3. The problem is that a lot of healthcare use cases are not retrospective. A patient who is septic at 11pm cannot wait for the 2am batch. A nurse who needs to know a patient’s current medication list before administering something cannot work from yesterday’s extract. The infrastructure was fundamentally mismatched with the urgency of clinical reality, and the industry just kind of tolerated that mismatch for a long time because building something better was genuinely hard and the incumbents had no financial incentive to do it.
What changed is a combination of three things happening more or less simultaneously. Epic and the other major EHR vendors started building real API surfaces, particularly after CMS started mandating interoperability. Cloud infrastructure got cheap enough that health systems could actually consider running Kafka clusters without having to justify a seven-figure capex line item. And a generation of engineers who had built streaming systems in fintech and adtech started showing up in healthcare companies with a reasonable question: why is this so much worse than what we built at Stripe? Those three forces together created the conditions for the current architectural transition.
The transition is real and it is happening, but it is not happening uniformly. What you see in the market right now is a fairly wide spectrum ranging from academic medical centers with genuinely sophisticated real-time pipelines down to rural critical access hospitals still faxing things. The opportunity space lives in that gap, and understanding the architecture is table stakes for understanding where the real leverage points are.
What Event-Driven Actually Means in a Hospital Context

