Medication History Consent
Medication History Consent feature allows the user to record that the patient has signed the required consent forms. For more information, please refer E-Signature Information.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Update patient's medication history consent flag as having been verified
POST
/v1/{practiceid}/patients/{patientid}/medicationhistoryconsentverified
Create a record of the patient's medication history consent details
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
patientid
integer
patientid
Content-Type
string
Content type of the payload
❙ Request Body
Expand allOutput Parameters
Expand all
patientid
string
The athena ID of the patient whose medication history consent was verified or not.
success
string
Returns true/false if the operation was successful
Example Code