lab_tests
Get Markers By Provider Id
GET a specific marker for the given lab and provider_id
get/v3/lab_tests/{lab_id}/markers/{provider_id}
Path parameters
provider_idstring required
lab_idinteger required
Query parameters
lab_account_idstring uuid nullable
The lab account ID. This lab account is used to determine the availability of markers and lab tests.
The lab account ID. This lab account is used to determine the availability of markers and lab tests.
Response
Successful Response
Example response
{
"aoe": {
"questions": [
{
"answers": [
{
"code": "answer_code",
"id": 1,
"value": "answer_value"
}
],
"code": "question_code",
"id": 1,
"value": "question_value"
}
]
},
"common_tat_days": 3,
"description": "Hemoglobin A1c is a form of hemoglobin that is measured identify your average blood sugar levels over the past 3 months.",
"id": 1,
"is_orderable": true,
"lab_id": 1,
"name": "Hemoglobin A1c",
"price": "10.00",
"provider_id": "1234",
"slug": "hemoglobin-a1c",
"type": "biomarker",
"unit": "%",
"worst_case_tat_days": 5
}