{% 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, and is scanned by Curatr for data-quality issues.

Nothing notifies you when records land, so there is no message to wait for. What to expect on this page instead:
  Within a minute or two — the connection is verified and your assistant setup appears in Step 1, under the Share Records button.
  5–45 minutes — records keep arriving in the background.
  Nothing appears — email support@healthclaw.io with your tenant id and we will check the connection.
{% endblock %}