Vitals
The Vitals feature allows the user to view vitals of all the patient currently in the hospital . It also allows to view vitals information of a specific patient during the hospital stay.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Get patient vitals from inpatient sources based on stay
id.
GET
/v1/{practiceid}/stays/{stayid}/vitals
BETA: Retrieves a list patient vitals reading from inpatient sources for a specific patient stay in the hospital.
Note: API lists vital readings, grouped by vital type (height, weight, blood pressure, etc).
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 patient vitals from inpatient sources based on
patientid
GET
/v1/{practiceid}/chart/{patientid}/vitals/inpatient
Retrieves a list patient vitals reading from inpatient sources.
Note: API lists vital readings, grouped by vital type (height, weight, blood pressure, etc).
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 vitals of all active hospital
stays
GET
/v1/{practiceid}/stays/active/vitals
BETA: Retrieves vitals across all the active stays in the hospital.
Note: API lists vital readings, grouped by vital type (height, weight, blood pressure, etc).
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