GET
/
v3
/
order
/
{order_id}

Authorizations

x-vital-api-key
string
header
required

Vital Team API Key

Path Parameters

order_id
string
required

Your Order ID.

Response

200 - application/json
created_at
string
required

When your order was created

details
object
required
events
object[]
required
health_insurance_id
string | null
required

Vital ID of the health insurance.

id
string
required

The Vital Order ID

lab_test
object
required

The Vital Test associated with the order

notes
string | null
required

Notes associated with the order

patient_address
object | null
required

Patient Address

patient_details
object | null
required

Patient Details

requisition_form_url
string | null
required

DEPRECATED. Requistion form url.

sample_id
string | null
required

Sample ID

shipping_details
object | null
required

Shipping Details. For unregistered testkit orders.

team_id
string
required

Your team id.

updated_at
string
required

When your order was last updated.

user_id
string
required

User id returned by vital create user request. This id should be stored in your database against the user and used for all interactions with the vital api.

activate_by
string | null

Schedule an Order to be processed in a future date.

billing_type
enum<string>
Available options:
client_bill,
commercial_insurance,
patient_bill_passthrough,
patient_bill
icd_codes
string[] | null
passthrough
string | null
physician
object | null
priority
boolean
default:
false

Defines whether order is priority or not. For some labs, this refers to a STAT order.

status
enum<string> | null
Available options:
received,
collecting_sample,
sample_with_lab,
completed,
cancelled,
failed