Hello everyone,
I'm working on an application that needs some dynamic questionnaire, I think it is called Adaptative Questionnaire in the FHIR documentation (
https://build.fhir.org/ig/HL7/sdc/adaptive.html).
The idea is that I want to trigger some question based on the answer of other questions. How would you handle this on your end ?
From what I saw into the Medplum backoffice, there is no rules to trigger adaptative questionnaires.
The application will be written in Flutter as a mobile application.
My idea was to load the questionnaire with all the questions and implement the logic directly in the application, but if I can have something more flexible that would be awesome.
Thank you for your answer.