Retrieve a requisition.
Token-based authentication with required prefix "Token"
The ID of the requisition to retrieve.
The ID of the requisition.
"f0e5a607-5b52-4d7c-a3f2-c40772d41482"
The full barcode of the sample mailed to the lab. Must be globally unique.
"19742938328"
The account number submitted to the lab.
"1234567890"
The name of the lab that will process the sample.
"CRL"
The panel codes of the test being performed on the sample. We'll create these with you during onboarding.
["PANEL-123"]The two letter code of the state where the sample was collected.
"OH"
created, approved, denied, delivered, received, extra_quality_checks, resulted, rejected, delivery_exception "resulted"
[
{
"event": "created",
"date": "2020-01-01T00:00:00Z"
},
{
"event": "approved",
"date": "2020-01-01T00:00:00Z"
},
{
"event": "delivered",
"date": "2020-01-02T00:00:00Z"
},
{
"event": "received",
"date": "2020-01-03T00:00:00Z"
},
{
"event": "extra_quality_checks",
"date": "2020-01-04T00:00:00Z"
},
{
"event": "resulted",
"date": "2020-01-05T00:00:00Z"
}
]An optional set of values that can be passed through to specific labs.
{
"crl_slip_id": "1234567890",
"crl_tier3_account_number": "12345678"
}An optional dictionary of key-value pairs stored with the requisition.
{ "some_key": "some_value" }"2020-01-01T00:00:00Z"
"2020-01-01T00:00:00Z"