lab_tests
Get Markers For Order Set
post/v3/lab_tests/list_order_set_markers
Query parameters
pageinteger
sizeinteger
Request body
Response
Successful Response
Example response
{
"markers": [
{
"description": "Hemoglobin A1c is a form of hemoglobin that is measured identify your average blood sugar levels over the past 3 months.",
"expected_results": [
{
"id": 1,
"lab_id": 1,
"loinc": {
"code": "4548-4",
"id": 1,
"name": "HbA1c (Bld) [Mass fraction]",
"slug": "hba1c-bld-mass-fraction",
"unit": "%"
},
"name": "Hemoglobin A1c",
"provider_id": "1234",
"slug": "hemoglobin-a1c"
}
],
"id": 1,
"lab_id": 1,
"name": "Hemoglobin A1c",
"price": "10.00",
"provider_id": "1234",
"slug": "hemoglobin-a1c",
"type": "biomarker",
"unit": "%"
}
]
}