Stream: hapi
Topic: QuestionnaireResponse questionnaire SP
Eric Haas (Oct 07 2020 at 21:14):
QuestionnaireResponse questionnaire
SearchParameter and the include QuestionnaireResponse:questionnaire
is supported by the Hapi test server according its capstatement:
type: QuestionnaireResponse
...
searchInclude:
- '*'
- 'QuestionnaireResponse:author'
- 'QuestionnaireResponse:based-on'
- 'QuestionnaireResponse:encounter'
- 'QuestionnaireResponse:part-of'
- 'QuestionnaireResponse:patient'
- 'QuestionnaireResponse:questionnaire' <<<<<<<<<<<<<<<<<<
- 'QuestionnaireResponse:source'
- 'QuestionnaireResponse:subject'
searchParam:
- ...
- name: questionnaire
type: reference
documentation: The questionnaire the answers are provided for
-.....
Eric Haas (Oct 07 2020 at 21:19):
however the search: http://hapi.fhir.org/baseR4/QuestionnaireResponse?_id=argo-pl-q1-qr-5fe62cd5-bfcf-4d3b-a1e9-80d6f75d6f82&_include=QuestionnaireResponse%3Aquestionnaire
returns only the questionnaireresponse.
Eric Haas (Oct 07 2020 at 21:23):
and the search : http://hapi.fhir.org/baseR4/QuestionnaireResponse?questionnaire=http://registry.fhir.org/argonaut/Questionnaire/argo-pl-q1&subject=Patient/06e1f0dd-5fbe-4480-9bb4-6b54ec02d31b
and
http://hapi.fhir.org/baseR4/QuestionnaireResponse?questionnaire=Questionnaire/argo-pl-q1&subject=Patient/06e1f0dd-5fbe-4480-9bb4-6b54ec02d31b
returns an empty bundle
Eric Haas (Oct 07 2020 at 21:31):
We would like this bug fixed in time for the Jan connectathon. :-)
Eric Haas (Dec 30 2020 at 22:28):
where can I log these issues for the test server?
Last updated: Apr 12 2022 at 19:14 UTC