Vital · Arazzo Workflow
Vital Await Lab Order Completion and Retrieve Results
Version 1.0.0
Poll an existing order until it completes, then pull its result metadata and raw results.
View Spec
View on GitHub
Health DataWearablesLab TestingDigital HealthHealthtechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhooksPhlebotomyLab OrdersArazzoWorkflows
Provider
Workflows
await-order-results
Poll an order to completion and retrieve its metadata and raw results.
Polls an order until completed, then retrieves result metadata and raw result data. Stops early if the order is cancelled or failed.
1
pollOrder
get_order_v3_order__order_id__get
Read the order and inspect the latest event. Loops while in progress, ends the workflow if cancelled or failed, and proceeds to results once completed.
2
getResultMetadata
get_lab_test_result_metadata_v3_order__order_id__result_metadata_get
Fetch metadata about the order's results, such as lab metadata, provider, and sample dates.
3
getRawResult
get_lab_test_result_raw_v3_order__order_id__result_get
Fetch both the metadata and the raw JSON test data for the order.