FHIR Chat · Saving data as document references · Da Vinci DTR

Stream: Da Vinci DTR

Topic: Saving data as document references


view this post on Zulip Sreekanth Puram (Oct 14 2021 at 03:07):

@Lloyd McKenzie One issue that we may encounter when we restart the process of filling the questionnaire is the handling of prefilled data. The provider who started filling out the questionnaire may have changed the prefilled data. When restarting the process of answering the questionnaire, what do we do with the changed data. Should we retain the initial changes? or should we prompt the user of the questionnaire about the differences between what is already in the Questionnaire response and what would be prefilled using the CQL logic and let them make a decision? Or should we not run the prefilling logic the second time.

view this post on Zulip Lloyd McKenzie (Oct 14 2021 at 03:11):

SDC has clear rules on this. If data is already populated, it's left the same as it was. However, if the element was empty, you can attempt to populate it. This can raise an issue if the user consciously wiped it out. Therefore, if you populate elements on a second pass, you need to warn the user so they know to double-check past answers.


Last updated: Apr 12 2022 at 19:14 UTC