Get Medication Request by ID
GET {{baseUrl}}/api/v2/MedicationRequest/:medication-request-id?patient=<integer>
Overview:
Fetches full order details including any changes in status for the medication request identified by its unique ID.
Use Cases:
Retrieve Specific Request: Obtain details of a particular medication request
Access Medication Information: Retrieve general medication details
Query Dosage Information: Obtain details of specific dosage
Review Allergy Medications: Access details of medications related to allergies
Examine Medication Interactions: Retrieve information on specific medication interactions
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
patient | string | (Required) The patient 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
{}