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

KeyDatatypeRequiredDescription
patientstring(Required) The patient identifier associated with the medication request.
encounterstring(Required) The encounter identifier associated with the medication request.

HEADERS

KeyDatatypeRequiredDescription
x-source-idstring(Required) The source id provided for connecting to the data source
Authorizationstring

RESPONSES

status: OK

{}