{ "operationId": "Supplements.ListAllPatientSupplements", "method": "GET", "path": "/provider/patients/{patient_id}/supplements", "status": "200", "mediaType": "application/json", "example": [ { "id": "med-e548301", "product_name": "Product Name", "quantity": 1, "sig_text": "Take 1 capsule daily with food", "strength": "100", "strength_uom": "mg", "integration_error_message": null, "integration_last_synced_at": null, "integration_record_id": null, "integration_sync_status": "enabled", "integration_web_link": null }, { "id": "med-e548302", "product_name": "Product Name", "quantity": 1, "sig_text": "Take 1 capsule daily with food", "strength": "100", "strength_uom": "mg", "integration_error_message": null, "integration_last_synced_at": null, "integration_record_id": null, "integration_sync_status": "enabled", "integration_web_link": null }, { "id": "med-e548303", "product_name": "Product Name", "quantity": 1, "sig_text": "Take 1 capsule daily with food", "strength": "100", "strength_uom": "mg", "integration_error_message": null, "integration_last_synced_at": null, "integration_record_id": null, "integration_sync_status": "enabled", "integration_web_link": null } ] }