Order - Procedure
Order - Procedure allows the user to create an order for a specific procedure or surgery.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Create new procedure or surgery order for given encounter
POST
/v1/{practiceid}/chart/encounter/{encounterid}/orders/procedure
Creates a new order for surgery or a procedures
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
encounterid
integer
encounterid
Content-Type
string
Content type of the payload
❙ Request Body
Expand allOutput Parameters
Expand all
documentid
integer
The ID of the document created.
errormessage
string
If the operation failed, this will contain any error messages.
success
string
Whether the operation was successful.
Example Code