Document Type - Prescription
Document Type - Prescription requires a physician or staff member to take action by either approving or denying the prescription and then faxing the document back to the pharmacy or closing the document to the patient’s chart. This feature allows the user to retrieve, add or modify prescription document information of a specific patient or a specific prescription document. The Document Type - Prescription Changed Subscription feature will allow the user to retrieve any changes made to the prescriptions documents since the last time this request was run. The user will need to initiate subscription. For more information about subscriptions, please refer Changed Data Subscriptions.
Prescription
By default, prescription documents are created in an open status.
Prescription – Change: Requests from pharmacies to substitute prescribed drugs, e.g., a request to substitute an on-formulary medication of the same class.
Prescription – Clarification: Clarifying questions from pharmacies regarding prescriptions, e.g., correct dosage amounts or the original quantity provided on the prescription.
Prescription – New: Requests from pharmacies for new prescriptions. This document class should not be used for adding new orders to an existing encounter or order group. See Order Prescription for more details.
Prescription – Prior Authorization Request: Requests from pharmacies for further authorization, typically for insurance reasons.
Prescription – Renewal: Requests to refill previously prescribed medication. The words “refill,” “renewal,” or “renew” typically appear on these forms.
Note: Subclassification is necessary for this document class.
Prescription Document Reassignment
Prescription documents can be reassigned to any username configured for the practice (including non-person usernames like PRACTICE). The prescription document must be in REVIEW status to be reassigned. API users need to use the document assignment GET endpoint to retrieve the list of valid usernames the document could be reassigned to in the practice.
Document Assignment Options
Before a prescription document can be reassigned, the API user needs to retrieve the list of valid usernames the document could be reassigned to in the practice. The GET /documentassignment/{documentid} endpoint retrieves the current status of the document and the list of all the usernames available for reassignment.
Document Reassignment
API users can reassign a prescription document using the PUT /patients/{patientid}/documents/prescription/{prescriptionid} endpoint. After retrieving the desired username with the document assignment GET, the API user uses the assignedto field to reassign the document to the chosen username.
Note: The prescription document must be in REVIEW to be reassigned. The reassignment of a prescription document in any other status causes an error.
Endpoints
- Primary
- Subscription
Get list of prescriptions for given patient
Input Parameters
Expand all❙ required
Output Parameters
Expand allGet specific prescription document for given patient
Input Parameters
Expand all❙ required
Output Parameters
Expand allUpdate specific prescription document for given patient
Input Parameters
Expand all❙ required
❙ Request Body
Expand allOutput Parameters
Expand allGet specific page from given prescription
Input Parameters
Expand all❙ required
Output Parameters
Expand allGet list of change events for prescriptions
Input Parameters
Expand all❙ required
Output Parameters
Expand allSubscribe to all/specific change events for prescriptions
Input Parameters
Expand all❙ required
❙ Request Body
Expand allOutput Parameters
Expand allGet list of subscribed events for changes in prescriptions
Input Parameters
Expand all❙ required
Output Parameters
Expand allGet list of changes in prescriptions
Input Parameters
Expand all❙ required
Output Parameters
Expand allUnsubscribe to all/specific events for changes in prescriptions
Input Parameters
Expand all❙ required