Stream: questionnaire
Topic: How to save to Questionnaire resource
Razvan Sfat (Apr 05 2022 at 19:09):
Hello,
I am a beginner in using the FHIR standard.
I am currently implementing a form creation solution using this standard.
I would like to implement a linear scale question in the questionnaire, but I don't realize how I could save it so that at the time of display I display it as a linear scale.
What i mean by "display it as a linear scale" is something like this:
Q: How you rate our services on a scale from 1 to 5?
A: 1 2 3 4 5 (as radio buttons for example)
Any suggestions are welcome,
thank you
Lloyd McKenzie (Apr 05 2022 at 20:23):
If you look at the SDC implementation guide, there are extensions that allow you to do things like say "I want this list of radio buttons to be horizontal vs. vertical". You can also capture numeric data, but use a slider control. Would either of those meet your needs?
Paul Lynch (Apr 05 2022 at 20:29):
http://hl7.org/fhir/uv/sdc/STU3/
Razvan Sfat (Apr 06 2022 at 20:15):
Thank you for your answers. I think I understand what the solution would be.
Last updated: Apr 12 2022 at 19:14 UTC