Recommendation
BetaGets recommendation for eligibility checks based on the request.
Headers
Authorization
OAuth authentication of the form <token>.
Query parameters
filters
A serialized list of filters separated by commas indicating filters to apply. Each filter is of the form ‘path:operator:value’. Example: ‘patient.mrn|eq|12345’. Filters are separated by commas. Example: ‘patient.mrn|eq|12345,appointment.startDate|gt|67890’. All filters are ANDed together. Valid operators are ‘eq’, ‘gt’, ‘lt’, ‘contains’. Path values are camelCase.
Response
This endpoint returns a list of objects.
deactivated
True if the object is deactivated. Deactivated objects are not returned in search results but are returned in all other endpoints including scan.
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.