Hospital Inventory
The Hospital Inventory feature allows the user to record, update and retrieve a the list of hospital inventory items.
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 list of inventory
items
GET
/v1/{practiceid}/inventory/items
Retrieves a list of inventory items that are currently available.
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
Add items to inventory
list
POST
/v1/{practiceid}/inventory/items
Create a record of a new item in the hospital inventory list
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❙ Request Body
Expand allOutput Parameters
Expand allExample Code
Update items in inventory
list
PUT
/v1/{practiceid}/inventory/items
Modifies the items in hospital inventory list. On success, API returns athena item-ids for items that were successfully updated.
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❙ Request Body
Expand allOutput Parameters
Expand allExample Code
Delete items from inventory
list
DELETE
/v1/{practiceid}/inventory/items
Deletes items matching the criteria from the inventory list. If the operation was successful, this contains the athena item ids that were deleted.
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