Vital · Arazzo Workflow
Vital Schedule an At-Home Phlebotomy Draw
Version 1.0.0
Confirm phlebotomy coverage for an address, place an at-home order, find a slot, and book it.
View Spec
View on GitHub
Health DataWearablesLab TestingDigital HealthHealthtechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhooksPhlebotomyLab OrdersArazzoWorkflows
Provider
Workflows
at-home-phlebotomy-booking
Verify coverage, create an at-home order, fetch slots, and book a phlebotomy appointment.
Checks phlebotomy coverage for a ZIP, creates an at-home phlebotomy order, lists available appointment slots, and books the first one.
1
checkAreaInfo
get_area_info_v3_order_area_info_get
Confirm the ZIP code is served by the phlebotomy network before placing an at-home order.
2
createOrder
create_order_v3_order_post
Create an at-home phlebotomy order for the user from the supplied order set.
3
getAvailability
get_order_appointment_availability_v3_order_phlebotomy_appointment_availability_post
Fetch the available phlebotomy appointment time slots for the appointment address and capture the booking key of the first slot.
4
bookAppointment
book_phlebotomy_appointment_v3_order__order_id__phlebotomy_appointment_book_post
Book the at-home phlebotomy appointment for the order using the selected slot's booking key.