Order - Consult
Order - Consult allows the user to view a list of consultation orders for all the patients currently in the hospital . It also allows to view consultation orders for a specific patient's stay in the hospital.
Order - Consult Reference allows the user to view a list of consultation that can be ordered for a particular diagnosis.
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 consult orders for a
stay
GET
/v1/{practiceid}/stays/{stayid}/orders/consult
BETA: Retrieves a the list of consult orders for a stayid.
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 list of consult orders for all patients currently in
hospital
GET
/v1/{practiceid}/stays/active/orders/consult
BETA: Retrieves a list of consult orders of a particular type 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 consult
orders
GET
/v1/{practiceid}/stays/configuration/orders/consult
BETA: Retrieves a list of consult orders configured in the system.
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