medication

gets an existing medication activity

get/patients/{patient_id}/medications/{patient_medication_id}

Path parameters

patient_idinteger required
patient_medication_idinteger required

Response

successful operation

idinteger required
medication_datestring

calendar date in format YYYY-MM-DD

medication_timestring

time in HH:MM:SS

namestring required

indicate the name of the medication

notestring nullable

note that can be added to provide additional description Max 1024 char

quantitynumber

typical qty of medication taken

side_effectsstring nullable

side effects of the medication Max 1024 char

unitstring

Example response

{
  "medication_date": "2019-01-02",
  "medication_time": "08:00:00"
}

Changes