惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
H
Help Net Security
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
A
About on SuperTechFans
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享
aimingoo的专栏
aimingoo的专栏
F
Fortinet All Blogs
博客园 - 【当耐特】
Microsoft Security Blog
Microsoft Security Blog
Martin Fowler
Martin Fowler
I
InfoQ
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
U
Unit 42
The Cloudflare Blog
Y
Y Combinator Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
The clinical-truth gap
Chester Guan · 2026-05-15 · via DEV Community

Chester Guan (Ziyuan Guan)

Originally published at prometheno.org.

Now let's think together. In The identity gap
I said identity-proofing rides on existing institutions, not on crypto.
This post is the same shape, different regime: clinical truth rides on
existing medical practice. What HAVEN delivers is what the protocol
layer can deliver — quality grading at ingest. The clinical-truth
verification happens where it should: in medicine.

Two questions a record makes

A clinical record claims two things at once.

First — this byte sequence is the one that was written. Crypto answers
that. Hash matches, signature verifies, chain intact. Done.

Second — the byte sequence describes the patient's body. Glucose was

  1. The diagnosis was correct. The procedure happened. Different question. Not because crypto fails at it; because crypto isn't pointed at it.

Three concrete ways the second question goes wrong:

Wrong patient. Two MRNs swapped at intake. The lab value belongs to
someone else's blood. Signature, timestamp, chain — clean.

Wrong recording. The phlebotomist drew from a contaminated line. The
instrument read 247. The instrument was reading the IV bag.

Wrong interpretation. "Type 2 diabetes" assigned to a patient whose
elevated A1C was steroid-induced. The patient doesn't have diabetes.
The record says they do.

The chain is fine. The record is well-formed. The data is just wrong
about the body. Catching this is medicine's job, and medicine has been
doing it for centuries.

What HAVEN solves

HAVEN's contribution at this layer is the 3-Gate Quality Protocol
from §6.4. Reproducible, machine-verifiable quality grading at ingest.

src="/blog/the-clinical-truth-gap/figure-2-quality-gates.svg"
alt="A pipeline showing a record entering three gates — Provenance valid, Structure complete, Concepts mapped — and emerging with a Grade A, B, C, or D classification."
caption="The 3-Gate Quality Protocol. Three checks at ingest, one grade out."
/>

Gate 1: Provenance valid. Cryptographic chain intact, signatures
verify, hash hasn't moved. Catches custodian-level tampering.

Gate 2: Structure complete. Required OMOP fields populated. FHIR
resources validate against schema. Required relationships resolve. No
nulls in required positions.

Gate 3: Concepts mapped. Diagnosis codes resolve to standard
vocabularies (SNOMED, RxNorm, LOINC1) rather than local custom
strings. Measurement units standardized. Medications map to active
ingredients.

All three pass → A. Two → B. One → C. None → D. The grade rides on
the record's metadata, visible to anyone who pulls it.

What the grade buys you

Before quality grading, a researcher pulling a cohort had two options:
trust the source, or audit every record by hand. A reproducible grade
gives them a third — filter to grade A and know exactly what was
checked.

An AI vendor training on a grade-A cohort gets a cleaner training
signal than one training on raw mixed-grade data. Models can be
validated against the grade.

A patient who contributed records sees their contributions weighted by
grade. HAVEN's 3-Tier Value Model ties the grade to the attribution
score2. Quality matters for compensation.

The grade isn't a clinical-truth guarantee. It is the strongest claim
the protocol layer can make on its own — and it already changes how
research-grade data gets compiled.

Where clinical truth lives

src="/blog/the-clinical-truth-gap/figure-1-verification-stack.svg"
alt="A four-layer verification stack with the Clinical truth layer highlighted."
caption="Clinical truth sits two layers above crypto. Different regime, different evidence."
/>

Clinical truth — whether the record matches the body — lives in
medical empiricism. Repeated observation, independent measurement,
longitudinal follow-up. The protocols are mature: Good Clinical
Practice guidelines for trial data3, data monitoring committees,
multi-source validation, adjudication panels.

These have been doing the work for decades, by people who do nothing
else. The protocol layer connects to them. It doesn't try to be them.

The decomposition is the design

A protocol that tried to verify clinical truth on its own would have
to run adjudication panels. It would have to be a mortality registry.
It would need credentialed physicians on staff. That's not a protocol
— that's a research institute.

HAVEN decomposes the work. Quality grading runs at the protocol layer,
where it scales across institutions. Clinical-truth verification runs
in the medical regime, where it already happens. The two meet at the
attribution layer — research outcomes flow back, tied to graded
contributions, validated against medical-empirical evidence4.

The longer-term arc — paying patients when their data contributes to
outcomes, paying or penalizing AI vendors when predictions match or
miss reality — depends on this decomposition holding. Quality is the
protocol's job. Truth is medicine's. Both are necessary. Neither
substitutes for the other.

What comes next

Posts 2 through 5 have argued what would happen if the protocol
works. The next post commits to what would prove the whole argument
wrong.


  1. SNOMED CT (Systematized Nomenclature of Medicine, Clinical Terms), RxNorm (NIH unified medication nomenclature), and LOINC (Logical Observation Identifiers Names and Codes) — the OHDSI/OMOP standard vocabularies for diagnoses, medications, and laboratory results respectively. 

  2. HAVEN whitepaper v2.0, §6.4: Quality Assessment and the 3-Tier Value Model. DOI: 10.5281/zenodo.18701303

  3. International Council for Harmonisation. ICH Harmonised Guideline: Good Clinical Practice E6(R3). ICH, January 2025. Normative standard for the conduct of clinical trials, including source-document verification and endpoint adjudication procedures. 

  4. U.S. FDA Center for Devices and Radiological Health, Software as a Medical Device (SaMD) — Clinical Evaluation, and the IMDRF SaMD framework. Validation of clinical AI/ML is empirical and ongoing, separate from data-integrity verification.