Lipid Panel
test and a Vitamin D
test, a panel
and a biomarker
respectively. At Vital, these are both refered to as markers.
Labcorp Lipid Panel and Vitamin D
lab test. You can then place orders at Vital using this preset. This is useful for situations where you repeatedly want to order the same markers.
order_set
field. This is what defines what markers will be ordered.
There are multiple combinations allowed with this field, so let’s explore all of them.
order_set
field should be populated as follows:
à la carte
ordering. You may want to order from the marker compendium without creating a preset.
a-la-carte
using Vital marker_ids
or the lab’s provider_id
.
Labcorp Lipid Panel and Vitamin D
but for this particular patient, you also want to order a CBC Panel
.
add_on
field, it is always required to provide the collection_method
field.At Home Phlebotomy
, Walk In Phlebotomy
and Testkits
.
When ordering, you must select one of these, either at lab test creation, or at ordering time.
markers
are a la carte
orderable. You can find which one’s are orderable via the GET /v3/lab_tests/markers.
order_set
field, there’s many validations that are done server side. Here are some of the errors you can expect to encounter:
collection_method must be set if add_on is set
: When the add_on
field is supplied, you must provide the collection_method
.marker_ids or provider_ids must be set in add_on
: One of marker_ids
or provider_ids
must be set, if the add_on
field is provided.cannot set both marker_ids and provider_ids in add_on
: Similarly, only one of the former fields can be provided.cannot order lab_tests from multiple labs
: You can only order multiple lab tests from the same lab.cannot order with lab tests with multiple collection methods
: You must supply a collection_method
if ordering multiple lab tests with multiple collection methods.Lab <lab name> does not allow gender <gender value>
: The associated lab restricts which patient genders it accepts. This restriction applies to the entire lab, not to individual lab tests.