Orders
Create Order
POST create new order
POST
/
v3
/
order
Authorizations
x-vital-api-key
string
headerrequiredVital Team API Key
Body
application/json
Schema for the create Order endpoint.
user_id
string
requiredpatient_details
object
requiredpatient_address
object
requiredlab_test_id
string | null
deprecatedorder_set
object | null
collection_method
enum<string> | null
The method used to perform a lab test.
Available options:
testkit
, walk_in_test
, at_home_phlebotomy
physician
object | null
health_insurance
object | null
deprecatedpriority
boolean
default: falseDefines whether order is priority or not. For some labs, this refers to a STAT order.
billing_type
enum<string>
Available options:
client_bill
, commercial_insurance
, patient_bill_passthrough
, patient_bill
icd_codes
string[] | null
consents
object[]
activate_by
string | null
Schedule an Order to be processed in a future date.
aoe_answers
object[] | null
passthrough
string | null
Response
200 - application/json
order
object
requiredstatus
string
requiredmessage
string
required