advisor-chat

Get question suggestions in the advisor chat for the patient

get/patients/{patient_id}/advisor-chat/question-suggestions

Path parameters

patient_idinteger required

Query parameters

question_datestring
force_rebuildboolean

force the rebuild of the question suggestions

subject_typestring
subject_idstring

Response

successful operation

idinteger required
patient_idinteger required
questionstring required
question_datestring required

date of the question

Example response

[
  {
    "question_date": "2021-01-01"
  }
]

Changes