Stream: implementers
Topic: Questionnarie&QuestResp
Emiliano Fernandez (Feb 04 2021 at 16:06):
Hello, I have a question. Is there a Resource that indicates all the QuestionnaireResponse that an encounter has? Or something that could help me with that so I dont have to get all the QuestionnarieResponse in one request.
Lloyd McKenzie (Feb 04 2021 at 16:48):
QuestionnaireResponse can link to the associated Encounter (if any). So you can filter your search by the encounter
René Spronk (Feb 04 2021 at 16:50):
If the QuestionnarieResponse.encounter is always populated, one could use GET [base]/QuestionnarieResponse?encounter.identifier=xyz , where xyz is the (business) identifier of the encounter. You may wish to look at the details of FHIR search: http://build.fhir.org/search.html
Last updated: Apr 12 2022 at 19:14 UTC