...
The authored field on a QuestionnaireResponse represents the date and time that the answers were providedcompleted by the patient. To search for all QuestionnaireResponse resources for your team from a particular day, include the authored search parameter in your API call to the QuestionnaireResponse endpoint:
...
The above API call will return QuestionnaireResponses that were completed on 1st January 2024.
Only completed QuestionnaireResponses have an authored field, meaning only completed (and not draft) QuestionnaireResponses will be returned in this search.
Searching for a QuestionnaireResponse based on questionnaire
...