Interactive demo · Walk through the full Hematic integration flow · No real orders placed
Integration walkthrough
See what your integration looks like
From API call to structured results, in four steps.
Example scenario
A hormone therapy clinic orders routine monitoring bloods during patient onboarding.
This works the same for any panel type
Your platform triggers a blood panel order.
API Request
POST /v1/orders { "panel_id": "trt-monitoring" "patient_email": "patient@example.com" "patient_address": "123 George St, Sydney" "delivery": "email_patient" }
One API call from your platform. Patient details, panel selection, and how you want the referral delivered - emailed directly to the patient, or returned to you via API so you can deliver it yourself.
Nothing yet.
The order is created in the background. Your patient continues their onboarding or consultation on your platform. No interruption to their experience.
Behind the scenes
This is a demonstration of Hematic's white-label pathology infrastructure