Vital · Arazzo Workflow
Vital Create a Lab Order and Poll Until Resolved
Version 1.0.0
Place an order set lab order for a user and poll its lifecycle status until it completes, cancels, or fails.
View Spec
View on GitHub
Health DataWearablesLab TestingDigital HealthHealthtechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhooksPhlebotomyLab OrdersArazzoWorkflows
Provider
Workflows
create-order-poll-status
Create a lab order and poll until it reaches a terminal status.
Creates a lab order for a user from an order set, then polls the order's latest event status, looping while in progress and ending on a terminal status.
1
createOrder
create_order_v3_order_post
Create a lab order for the user from the supplied order set and capture the new order id.
2
getOrder
get_order_v3_order__order_id__get
Read the order and capture the status of its latest lifecycle event. Branches back to poll while the order is still in progress and ends when a terminal status is reached.