hosted/ifttt/verticals/healthcare/index.html
2025-12-30 05:54:49 +00:00

109 lines
4.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>IF.Trace — Healthcare</title>
<meta
name="description"
content="IF.Trace for healthcare: clear boundaries on what is verified vs inferred, and portable evidence for audits and incident review."
/>
<link rel="stylesheet" href="../../style.css" />
</head>
<body class="home home--sig">
<header class="sigNav" aria-label="Top navigation">
<div class="wrap sigNav__inner">
<a class="sigBrand" href="../../" aria-label="IF.Trace home">IF.Trace</a>
<nav class="sigLinks" aria-label="Site">
<a href="../" aria-current="page">Sector</a>
<span class="sigLinks__sep" aria-hidden="true">|</span>
<a href="../../pricing/">Pricing</a>
<span class="sigLinks__sep" aria-hidden="true">|</span>
<a href="../../api/">API</a>
</nav>
</div>
</header>
<main id="top">
<section class="hero">
<div class="wrap hero__grid">
<div class="hero__copy">
<p class="kicker">Healthcare reality</p>
<h1>Clarity beats confidence.</h1>
<p class="lede">
Healthcare environments punish ambiguity. IF.Trace makes “what we can prove” explicit, and forces everything else to be labeled as
interpretation or review-required.
</p>
<div class="panel">
<h3>Thirdparty pressure</h3>
<ul class="list">
<li>Compliance wants evidence that is bounded and reviewable.</li>
<li>Incident reviewers want provenance for outputs and decisions.</li>
<li>Vendors and partners want proof without access to your internal tooling.</li>
</ul>
</div>
<div class="panel" style="margin-top: 12px">
<h3>What IF.Trace provides</h3>
<div class="bw">
<div class="bw__row">
<div class="bw__k">Verified</div>
<div class="bw__v">Integrity binding (hashes), receipts, optional signatures.</div>
</div>
<div class="bw__row">
<div class="bw__k">Not verified</div>
<div class="bw__v">Clinical intent, interpretation, or correctness of conclusions.</div>
</div>
<div class="bw__row">
<div class="bw__k">Outcome</div>
<div class="bw__v">Evidence becomes legible to outsiders without pretending it is “the decision.”</div>
</div>
</div>
</div>
</div>
<aside class="hero__card" aria-label="Receipt-first process">
<div class="card">
<div class="card__media">
<img src="../../assets/red-team-stamp-600.png" alt="EYES ONLY // DAVE stamp" loading="lazy" />
</div>
<div class="card__hdr">
<div class="badge badge--ok">BLACK/WHITE</div>
<div class="badge">BOUNDARIES</div>
</div>
<div class="card__body">
<ol class="steps">
<li class="step">
<div class="step__n">1</div>
<div class="step__b">
<div class="step__t">Hash artifacts</div>
<div class="step__d">Source and output bytes get stable hashes.</div>
</div>
</li>
<li class="step">
<div class="step__n">2</div>
<div class="step__b">
<div class="step__t">Publish receipts</div>
<div class="step__d">Trace page shows what can be verified.</div>
</div>
</li>
<li class="step">
<div class="step__n">3</div>
<div class="step__b">
<div class="step__t">Export bundles (optional)</div>
<div class="step__d">For constrained review environments.</div>
</div>
</li>
</ol>
</div>
</div>
</aside>
</div>
</section>
</main>
<a class="sigContact" href="mailto:ds@infrafabric.io?subject=IF.Trace%20contact">contact</a>
</body>
</html>