Stream: questionnaire
Topic: Get QuestionnaireResponse By date
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
Lloyd McKenzie (Jul 28 2020 at 13:25):
[base]/QuestionnaireResponse?authored=2020-07-28
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
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 ?
Lloyd McKenzie (Jul 28 2020 at 13:54):
Append &subject=...
Last updated: Apr 12 2022 at 19:14 UTC