FHIR Chat · Searching QuestionnaireResponse by Questionnaire · hapi

Stream: hapi

Topic: Searching QuestionnaireResponse by Questionnaire


view this post on Zulip Grey Faulkenberry (Nov 22 2021 at 20:58):

I was hoping someone could help me with an error that I'm encountering. I'm trying to search for QuestionnaireResponse's to a certain Questionnaire. The one I was testing with is:

http://hapi.fhir.org/baseR4/Questionnaire/1634062

And then there's this response to it:

http://hapi.fhir.org/baseR4/QuestionnaireResponse/1672619

But then when I try to search for the second using the first as a parameter:

http://hapi.fhir.org/baseR4/QuestionnaireResponse?questionnaire=http%3A%2F%2Fhapi.fhir.org%2FbaseR4%2FQuestionnaire%2F1634062&_pretty=true

I get an error. Any thoughts on what I'm doing wrong?


Last updated: Apr 12 2022 at 19:14 UTC