Vote Recommendation
Submit user feedback on an eligibility recommendation. The path must contain the next version number to prevent race conditions. For example, if the current version of the recommendation is n, you will need to send a request to this endpoint with /{recommendation_id}/{n+1}/vote to update the vote.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
recommendation_id
version
Request
This endpoint expects an object.
user_id
The user who voted
value
The vote value
Allowed values:
comment
Optional comment explaining the vote
Response
This endpoint returns an object.
deactivated
True if the object is deactivated. Deactivated objects are not returned in search results but are returned in all other endpoints including scan.
eligibility_check_id
id
The unique UUID identifier for an EligibilityRecommendation.
organization_id
The organization that owns this object.
patient
An object representing patient information for an eligibility recommendation.
This is used to find recommendations. Each field helps us find the right corresponding
eligibility recommendation for the patient.
recommendation
updated_at
updating_user_id
The user ID of the user who last updated the object.
version
The version of the object. Any update to any property of an object object will create a new version.
vote
User feedback on this recommendation