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

KeyDatatypeRequiredDescription
patientstring(Required) The patient identifier associated with the medication statement.
departmentIdstring(Required) The department identifier associated with the medication statement.

HEADERS

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

RESPONSES

status: OK

{}