Order - Vaccines
Order - Vaccines allows the user to view a list of vaccine orders for all the patients currently in the hospital . It also allows to view vaccine orders for a specific patient's stay in the hospital.
Order - Vaccine Orderable Reference allows the user to view a list of vaccines 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 vaccine orders for a
stay
GET
/v1/{practiceid}/stays/{stayid}/orders/vaccine
BETA: Retrieves a list of vaccine orders for a specific patient's 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 list of vaccine orders for all patients currently in
hospital
GET
/v1/{practiceid}/stays/active/orders/vaccine
BETA: Retrieves a list of vaccine 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 orderable
vaccines
GET
/v1/{practiceid}/stays/configuration/orders/vaccine
BETA: Retrieves a list of vaccines 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