Order - Labs
The Order - Lab feature allows the user to view a list of lab orders for all the patients currently in the hospital. It also allows to view lab order for a specific inpatient.
The Order - Labs Reference allows the user to view the list of configured orderable lab orders.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
- Reference
Get list of lab orders for a
stay
GET
/v1/{practiceid}/stays/{stayid}/orders/lab
BETA: Retrieves a list of lab orders for a specific patient stay in the hospital.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Output Parameters
Expand allExample Code
Get specific lab order
details
GET
/v1/{practiceid}/stays/orders/lab/{orderid}
BETA: Retrieves information of a specific laboratory order.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Get list of lab orders for all patients currently in
hospital
GET
/v1/{practiceid}/stays/active/orders/lab
BETA: Retrieves a list of laboratory orders for all patients currently in the hospital.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Output Parameters
Expand allExample Code
Get reference list of orderable
labs
GET
/v1/{practiceid}/stays/configuration/orders/lab
BETA: Retrieves the configured list of lab orders based on the seach criteria.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code