Beds
The Beds feature allows the user to view the list of available beds 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
Endpoints
- Primary
Get a list of avaible beds in the hospital
GET
/v1/{practiceid}/beds
Retrives a list of avaiable beds 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
practiceid
integer
practiceid
hospitalroomid
integer
The hospital room id.
departmentid
integer
The department ID.
bedid
integer
The bed ID.
unitid
integer
The unit id.
limit
integer
Number of entries to return (default 1500, max 5000)
offset
integer
Starting point of entries; 0-indexed
Output Parameters
Expand all
alloweddepartmentids
array
One or more allowed department IDs.
bedid
integer
The bed ID.
bedname
string
The name of the bed.
hospitalroomid
integer
The hospital room ID.
hospitalroomname
string
The name of the hospital room.
unitid
integer
The unit ID.
unitname
string
The name of the unit.
Example Code