Patient Information Release Authorization
The Patient Information Release Authorization feature allows the user to create, update, delete, and view the audit history of release authorizations and consents.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Add patient's release authorizations and consent
details
POST
/v1/{practiceid}/patients/{patientid}/authorizations
Add a record of release authorization to a specific patient
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
Get patient's release authorizations and consent
details
GET
/v1/{practiceid}/patients/{patientid}/authorizations
Retrieve the list of release authorizations for a specific patient
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
Output Parameters
Expand allExample Code
Get specific release authorization
record
GET
/v1/{practiceid}/patients/{patientid}/authorizations/{releaseauthorizationid}
Retrieve information of a specific release authorizations for a patient
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
Update specific release authorization
record
PUT
/v1/{practiceid}/patients/{patientid}/authorizations/{releaseauthorizationid}
Modifies information of a specific release authorizations for a patient
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 specific release authorization
record
DELETE
/v1/{practiceid}/patients/{patientid}/authorizations/{releaseauthorizationid}
Delete a release authorizations for a specific patient
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