supplement
Post a supplement to a patient
post/patients/{patient_id}/supplement
Path parameters
patient_idinteger required
Request body
Example request
{
"comment": "under review by clinician",
"name": "vitamin c",
"qty_unit_of_measure": "mcg"
}Response
successful operation
Example response
{
"comment": "under review by clinician",
"name": "calcium",
"qty_unit_of_measure": "mcg"
}Changes
No recorded changes to this endpoint across all 15 revisions of this API.