order
Get Lab Test Result Raw
Return both metadata and raw json test data
get/v3/order/{order_id}/result
Path parameters
order_idstring uuid required
Response
Successful Response
Example response
{
"metadata": {
"age": 19,
"clia_number": "12331231",
"date_collected": "2022-02-02",
"date_received": "2022-01-01",
"date_reported": "2020-01-01",
"dob": "18/08/1993",
"interpretation": "normal",
"laboratory": "Quest Diagnostics",
"patient": "Bob Smith",
"provider": "Dr. Jack Smith",
"specimen_number": "123131",
"status": "final"
},
"results": {
"[marker]": {},
"fsh": {},
"ige": {}
}
}