medication
get a list of medications of a patient
get/patients/{patient_id}/medications
Path parameters
patient_idinteger required
Query parameters
date_sincestring
date_untilstring
Response
successful operation
Example response
[
{
"medication_date": "2019-01-02",
"medication_time": "08:00:00"
}
]Changes
No recorded changes to this endpoint across all 15 revisions of this API.