Lab Tests
labtest.result.critical
A lab test result has critical markers
Properties
event_typerequired
const string
Constant: labtest.result.critical
datarequired
ClientFacingCriticalResult
order_idrequired
string
The Vital Order ID
sample_idrequired
string
Sample ID
statusrequired
string
The current results status, can be either (final, partial).
interpretationrequired
string
The results interpretation, can be either (normal, abnormal, critical).
team_idrequired
string
Your team id.
user_idrequired
string
created_atrequired
string
When the result was first fetched from a laboratory.
updated_atrequired
string
When the result was last fetched from a laboratory.
Examples
{
"event_type": "labtest.result.critical",
"data": {
"order_id": "b7fe6f35-e813-434e-931a-537be1478646",
"sample_id": "123456789",
"status": "final",
"interpretation": "normal",
"team_id": "932c4875-bcc7-4780-b2c6-0484386581ee",
"user_id": "d201a517-e751-4e49-9f92-1bcff18c27c6",
"created_at": "2020-01-01T00:00:00Z",
"updated_at": "2020-01-01T00:00:00Z"
}
}