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
I would like to retrieve the last 10 QuestionnaireResponses for a Patient, which I do by sorting by -lastUpdated (i.e., descending, with most recently modified first). This results in a 500 error. Interestingly, if I change "-lastUpdated" to "lastUpdated" (ascending order) it accepts the parameter name. I think there is a bug in handling the "-" prefix. Here is an example URL that shows the error:
I would like to retrieve the last 10 QuestionnaireResponses for a Patient, which I do by sorting by -lastUpdated (i.e., descending, with most recently modified first). This results in a 500 error. Interestingly, if I change "-lastUpdated" to "lastUpdated" (ascending order) it accepts the parameter name. I think there is a bug in handling the "-" prefix. Here is an example URL that shows the error:
http://test.fhir.org/r4/QuestionnaireResponse?subject=Patient%2Fihe-pcd&_include=QuestionnaireResponse%3Aquestionnaire&_sort=-_lastUpdated&_count=10
The text was updated successfully, but these errors were encountered: