Prescription Card Image
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Add or Update(POST/PUT) prescription card image for a specified patient.
POST
/v1/{practiceid}/patients/{patientid}/insurances/prescription/card
Add a new refferal authorization.
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
Output Parameters
Expand all
attachmentid
integer
The ID of the referral authorization created.
success
string
True if the API was successfully processed.
Example Code
Get current prescription card image for a specified patient.
GET
/v1/{practiceid}/patients/{patientid}/insurances/prescription/card
Get current prescription card image for a specified 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
practiceid
integer
practiceid
patientid
integer
patientid
jpegoutput
string
If set to true, or if Accept header is image/jpeg, returns the image directly. (The image may be scaled.)
Output Parameters
Expand all
image
string
Base64 encoded image.
Example Code
Remove current prescription card image for a specified patient.
DELETE
/v1/{practiceid}/patients/{patientid}/insurances/prescription/card
Add a new refferal authorization.
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
Output Parameters
Expand all
success
string
True if the API was successfully processed.
Example Code