{% extends "base.html" %} {% block title %}Connect your records · HealthClaw{% endblock %} {% block head %} {% endblock %} {% block content %}
Fasten Connect{% if tefca_mode %} · TEFCA mode{% endif %}

Verify once. Records arrive automatically.

Identity verification through CLEAR or ID.me satisfies every QHIN on the nationwide TEFCA network in a single step. You won't be asked to log in to every health system individually. After verification, records stream in over the next 5–45 minutes and HealthClaw applies the full guardrail stack (PHI redaction, audit, step-up, human-in-the-loop) before any AI agent sees them.

Tenant: {{ tenant_id }}

Step 1 — Verify your identity

Click the button below. A modal will open with the CLEAR / ID.me flow.

{% if fasten_public_key %} {% else %}
FASTEN_PUBLIC_KEY is not set on this deployment.
Set it on the Railway service so the Stitch widget can render.
{% endif %}
{% if fasten_public_key %}
{% endif %}

Step 2 — Records flow in the background

The widget posts an org_connection_id back to HealthClaw, which registers it against tenant {{ tenant_id }}. From then on, every record export from Fasten arrives at /fasten/webhook, gets ingested, scanned by Curatr for data-quality issues, and emits a Telegram notification (if the chat is bound via /start).

When you see the Telegram ping, try:
  /summary — high-level review
  /conditions — list with redacted IDs
  /curatr — data-quality findings
  /dashboard — visual review surface
{% endblock %}