Order - Patient Info Order
The Order - Patient Info Order is HealthWise patient information handouts tied to the patient's appropriate diagnosis codes. When Patient Info Orders practice setting is enabled, these handouts will automatically be added to the orders section of the Assessment / Plan section when a provider adds one of these diagnoses to the encounter. The Order - Patient Info Orderable Reference allows the user to view the configured HealthWise patient information handouts that are 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
Endpoints
- Primary
- Reference
Create new patient-info order for given encounter
POST
/v1/{practiceid}/chart/encounter/{encounterid}/orders/patientinfo
Adds a new patient info order for a given encounter
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
Get list of patient information handouts
GET
/v1/{practiceid}/reference/order/patientinfo
Retrieves a list of patient info or care information 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 all❙ required
practiceid
integer
practiceid
searchvalue
string
A term to search for. Must be at least 2 characters
Output Parameters
Expand all
name
string
The name of the order
ordertypeid
integer
The athena ID of the type of order
Example Code