Get a list of Medication Requests
GET {{baseUrl}}/api/v2/MedicationRequest?patient=<integer>&encounter=<integer>
Overview:
Retrieves a complete list of medication orders containing details like patient information, prescriber, drug details, dosages, directions, and request status.
Use Cases:
Retrieve Medication Request: Obtain details of a specific medication request
Access Prescription History: Retrieve details of prescribed medications
Query Dosage Information: Obtain details of specific dosage
Review Allergy Medications: Access details of medications related to allergies
Examine Medication Interactions: Retrieve information on medication interactions
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
patient | string | (Required) The patient identifier associated with the medication request. | |
encounter | string | (Required) The encounter identifier associated with the medication request. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Authorization | string |
RESPONSES
status: OK
{}