Results
Get Results
Orders
At-home Phlebotomy
Patient Service Center (PSC)
Tests
Health Insurance
Results
Get Results
Return both metadata and raw json test data
GET
/
v3
/
order
/
{order_id}
/
result
curl --request GET \
--url '{{BASE_URL}}/v3/order/<order_id>/result' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
{
"metadata": {
"age": 19,
"dob": "18/08/1993",
"clia_number": "12331231",
"patient": "Bob Smith",
"provider": "Dr. Jack Smith",
"laboratory": "LabCorp",
"date_reported": "2020-01-01",
"date_collected": "2022-02-02",
"specimen_number": "123131",
"date_received": "2022-01-01"
"status": "final",
"interpretation": "abnormal"
},
"results": [
{
"name": "Sex Horm Binding Glob, Serum",
"slug": "sex-horm-binding-glob-serum",
"value": 30.4,
"result": "30.4",
"type": "numeric",
"unit": "nmol/L",
"timestamp": "2024-10-31T09:08:00+00:00",
"notes": "Final",
"min_range_value": 24.6,
"max_range_value": 122,
"is_above_max_range": false,
"is_below_min_range": false,
"interpretation": "normal",
"loinc": "13967-5",
"loinc_slug": "sex-hormone-binding-globulin-moles-vol",
"provider_id": "082016",
"source_markers": [
{
"marker_id": 229,
"name": "Testosterone Free, Profile I",
"slug": "testosterone-free-profile-i",
"provider_id": "140226"
}
]
}
]
}
curl --request GET \
--url '{{BASE_URL}}/v3/order/<order_id>/result' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
{
"metadata": {
"age": 19,
"dob": "18/08/1993",
"clia_number": "12331231",
"patient": "Bob Smith",
"provider": "Dr. Jack Smith",
"laboratory": "LabCorp",
"date_reported": "2020-01-01",
"date_collected": "2022-02-02",
"specimen_number": "123131",
"date_received": "2022-01-01"
"status": "final",
"interpretation": "abnormal"
},
"results": [
{
"name": "Sex Horm Binding Glob, Serum",
"slug": "sex-horm-binding-glob-serum",
"value": 30.4,
"result": "30.4",
"type": "numeric",
"unit": "nmol/L",
"timestamp": "2024-10-31T09:08:00+00:00",
"notes": "Final",
"min_range_value": 24.6,
"max_range_value": 122,
"is_above_max_range": false,
"is_below_min_range": false,
"interpretation": "normal",
"loinc": "13967-5",
"loinc_slug": "sex-hormone-binding-globulin-moles-vol",
"provider_id": "082016",
"source_markers": [
{
"marker_id": 229,
"name": "Testosterone Free, Profile I",
"slug": "testosterone-free-profile-i",
"provider_id": "140226"
}
]
}
]
}
Authorizations
Vital Team API Key
Path Parameters
Response
200
application/json
Successful Response
Available options:
numeric
, range
, comment
Available options:
quantity_not_sufficient_failure
, collection_process_failure
, drop_off_failure
, internal_lab_failure
, order_entry_failure
, non_failure
, unknown_failure
, patient_condition_failure
, missing_result_calc_failure
, missing_demo_aoe_calc_failure
, insufficient_volume
curl --request GET \
--url '{{BASE_URL}}/v3/order/<order_id>/result' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
{
"metadata": {
"age": 19,
"dob": "18/08/1993",
"clia_number": "12331231",
"patient": "Bob Smith",
"provider": "Dr. Jack Smith",
"laboratory": "LabCorp",
"date_reported": "2020-01-01",
"date_collected": "2022-02-02",
"specimen_number": "123131",
"date_received": "2022-01-01"
"status": "final",
"interpretation": "abnormal"
},
"results": [
{
"name": "Sex Horm Binding Glob, Serum",
"slug": "sex-horm-binding-glob-serum",
"value": 30.4,
"result": "30.4",
"type": "numeric",
"unit": "nmol/L",
"timestamp": "2024-10-31T09:08:00+00:00",
"notes": "Final",
"min_range_value": 24.6,
"max_range_value": 122,
"is_above_max_range": false,
"is_below_min_range": false,
"interpretation": "normal",
"loinc": "13967-5",
"loinc_slug": "sex-hormone-binding-globulin-moles-vol",
"provider_id": "082016",
"source_markers": [
{
"marker_id": 229,
"name": "Testosterone Free, Profile I",
"slug": "testosterone-free-profile-i",
"provider_id": "140226"
}
]
}
]
}