lab_test_id
in the POST /v3/order endpoint.lab_test_id
is deprecated in favor of the order_set
field. More information here.
Remove lab_test_id usage
order
payload, remove the usage of lab_test_id
Use the order_set field
order
payload, add the order_set
object.value
field in the results
objectvalue
field from the results object, as it does not accuratly capture all possible result values. In turn, we’ve introduced the result
field.
result
field in accordance to the result_type
field. More information here.requisition_form_url
in the order
objectGET /v3/lab_tests
in favor of GET /v3/lab_test
GET /v3/lab_tests
is deprecated in favor of GET /v3/lab_test
. The new endpoint will return a paginated list of lab tests and supports two new parameters: lab_test_limit
and next_cursor
.