- One or more marker IDs or Provider IDs.
- The collection method:
testkit,walk_in_test,at_home_phlebotomy, oron_site_collection.
At-Home Phlebotomy Auto-Approval
This feature is in closed beta.Interested in this feature? Get in touch with your Customer Success Manager.
at_home_phlebotomy lab test when it is created. The lab test is created with a status of active and can be ordered immediately when:
- Collection Instructions are available for every marker.
- Every marker is enabled for à la carte ordering, if your team does not use a delegated flow.
- The estimated draw is fewer than 15 tubes. An estimate of 15 tubes or more is rejected.
Example
To begin, make a request to ourGET /v3/lab_tests/markers endpoint, in order to choose the markers you want to test for.
Get all markers
POST /v3/lab_tests.
As an example, let’s say you wanted a test from Labcorp, with markers with provider IDs 006056 and 070085:
Create a new test
It is possible to create a test with either the marker id or provider id. Provider ids are the recommended way, since these are shared across environments. Not all labs provide these, so in their absence, use the marker id.
status is set to pending_approval. You can verify when it changes to active by calling the lab tests endpoint. The is_active field is deprecated; use status instead.