supplement
Edit a supplement for the patient
patch/patients/{patient_id}/supplement/{patient_supplement_id}
Path parameters
patient_supplement_idinteger required
patient_idinteger required
Request body
Example request
{
"comment": "under review by clinician",
"qty_unit_of_measure": "mcg"
}Response
successful operation
Example response
{
"comment": "under review by clinician",
"name": "calcium",
"qty_unit_of_measure": "mcg"
}