You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The collection date is currently captured in an item on the Questionnaire (e.g., here).
Searching for QuestionnaireResponses based on date would require a custom search parameter with something like: QuestionnaireResponse.item.where(linkId='collectionDate').answer.valueDate.
Also, it's been brought up that Questionnaires do not allow the Period datatype, so if we want to be able to capture a date range, it will need to be in two fields.
QuestionnaireResponse doesn't have a way to describe the time period associated with the responses.
How might this be addressed?
The text was updated successfully, but these errors were encountered: