Webhook event fired when a lab test result is flagged as critical. Includes the event payload schema and fields.
"labtest.result.critical"{
"created_at": "2020-01-01T00:00:00Z",
"interpretation": "normal",
"order_id": "16eb6f0c-6185-4646-924c-8b661e414666",
"sample_id": "123456789",
"status": "final",
"team_id": "e7a6c1ab-7de7-47f1-8bad-63b9cc5c8587",
"updated_at": "2020-01-01T00:00:00Z",
"user_id": "70886b52-b877-4267-91b7-83357a33b111"
}