FHIR Chat · Get QuestionnaireResponse By date · questionnaire

Stream: questionnaire

Topic: Get QuestionnaireResponse By date


view this post on Zulip DevGeek (Jul 28 2020 at 13:01):

Hi, can anyone please show an example how to Get a QuestionnaireResponse with "authored" date ? and can I manipulate the search to pass something like this : ?date=yyyy-mm-dd or ?date=dd/mm/yyyy

view this post on Zulip Lloyd McKenzie (Jul 28 2020 at 13:25):

[base]/QuestionnaireResponse?authored=2020-07-28

view this post on Zulip Lloyd McKenzie (Jul 28 2020 at 13:26):

The list of search parameters for QuestionnaireResponse are here: http://build.fhir.org/questionnaireresponse.html#search and guidance on search is here: http://build.fhir.org/search.html

view this post on Zulip DevGeek (Jul 28 2020 at 13:49):

Thanks @Lloyd McKenzie and if I want to add the subject of that QuestionnaireResponse with the date in query ?

view this post on Zulip Lloyd McKenzie (Jul 28 2020 at 13:54):

Append &subject=...


Last updated: Apr 12 2022 at 19:14 UTC