Skip to main content

Checking shipping status

Kit at home lab tests are shipped through mail or couriers in both directions. Though the API we provide links to the trackers for both parcels in the orderDetail. For example: https://track.easypost.com/djE6dHJrXzZkZWFjNGY5YzYyMTRlNTg5ODQ3MzYwYzNlMjA3ZWE5

Outbound details (from Kit to the Patient) are in system "https://kit.com/outboundShippingDetailsUrl"

Inbound details (from Patient to Kit) are in system "https://kit.com/inboundShippingDetailsUrl"

Example:

{
"resourceType": "ServiceRequest",
"id": "7aa2c9fa-382b-4f6f-838b-00bce5613332",
"status": "active",
"intent": "order",
"orderDetail": [
{
"text": "CUSTOMER_SHIPPED",
"coding": [
{
"system": "https://kit.com/outboundShippingDetailsUrl",
"code": "https://track.easypost.com/djE6dHJrXzE2NjFlNmJmZjQ1ODQzNjM5Mzc3OWI5"
},
{
"system": "https://kit.com/inboundShippingDetailsUrl",
"code": "https://track.easypost.com/djE6dHJrXzVkNmU3YzU1NWE2ZTRjZjY4NGNiYjY5"
}
]
}
],
"subject": {
"reference": "Patient/d787a644-a3ab-47fd-97dc-a2788e22a2d5",
"display": "Firstname Lastname"
},
"code": {
"coding": [
{
"system": "https://kit.com/kitType",
"code": "t_health_greentube_ups",
"display": "t_health_greentube_ups"
}
]
},
"identifier": [
{
"system": "kit/barcodeId",
"value": "13485111"
}
],
"authoredOn": "2022-05-04T01:11:52.748510Z",
"specimen": [
{
"reference": "Specimen/7aa2c9fa-382b-4f6f-838b-00bce5613333"
}
]
}