Get list of Medication Statements
GET {{baseUrl}}/api/v2/MedicationStatement?patient=<integer>&departmentId=<integer>
Overview:
Retrieves a list of all medication statement records containing patient, medication, dosage, and other administration details.
Use Cases:
Retrieve Medication Statement: Obtain details of a specific medication statement
Access Medication History: Retrieve details of taken 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 statement. | |
departmentId | string | (Required) The department identifier associated with the medication statement. |
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
{}