safr.
safr labs

your test results,
on file by morning.

safr labs sign your results directly into your card the moment the panel is cleared. no scanning PDFs, no manual entry, no hoping you remember to update. when your clinic is a safr lab, your status stays fresh by default.

for clinics and labs

one webhook. no patient lookup.

your patient connects their safr at the front desk. when results are ready, your LIS posts a signed payload to safr — we verify the signature, attach a clinician-tier badge to their card, and stamp the test date. the patient sees it on their phone before they leave the parking lot.

POST https://api.safr.app/lab/v1/results
Authorization: Bearer <lab key>
X-Safr-Signature: <hmac>

{
  "patient_safr_id": "usr_…",
  "test_date": "2026-05-27",
  "panel": {
    "hiv":       { "result": "negative" },
    "syphilis":  { "result": "negative" },
    "gonorrhea": { "result": "negative",
                   "sites": "all-three" }
  }
}

safr labs are clinical partners that sign data into the patient’s own account. safr is the data steward, not a covered entity. business associate agreements available on request.