Stream: implementers
Topic: Questionnaire answer with time period
Lionel Kornberger (Mar 18 2022 at 11:14):
Hi implementers,
is there a way to define a time period for a Questionnaire answerItem? Specifically I need to set a from-date and a to-date and a way to distinguish them for validation. Any hints or directions is greatly appreciated :)
Eric Haas (Mar 18 2022 at 16:05):
In the Argonaut Questionnaire IG we defined an extension: http://fhir.org/guides/argonaut/questionnaire/StructureDefinition-extension-timeLimit.html
I thought is was adopted by FHIR SDH IG but apparently not. ( @Lloyd McKenzie ?)
Lloyd McKenzie (Mar 18 2022 at 17:03):
I think that's different from what @Lionel Kornberger is asking for. If you're looking to capture an answer as well as a time period when that date is deemed to apply, you'll need a second question to capture the period. (It could be a child question.)
Lloyd McKenzie (Mar 18 2022 at 17:05):
@Eric Haas, this was discussed in FHIR#19430. We punted it on the ground that more experience around expected behavior was needed.
Brian Postlethwaite (Apr 12 2022 at 01:44):
If I were doing this I would just have 2 questions for the start and end, and include an invariant extension to ensure that they were in sequence correctly (and conditional mandatories if you needed that too).
Also makes it easy to work with pre-population if you're doing that.
Sai Sindhu Yarlagadda (Apr 12 2022 at 05:10):
Is there a c++ implementation of FHIR Could you please point me to it? Also are the Data Bases needed for FHIR Relational? Thanks in advance!
Mareike Przysucha (Apr 12 2022 at 06:45):
@Sai Sindhu Yarlagadda: Welcome to the forum. Please start a new topic if your question is not related to the current topic. Thank you.
Last updated: Apr 12 2022 at 19:14 UTC