Stream: questionnaire
Topic: answerOptions and Simplifier
Mareike Przysucha (May 24 2019 at 11:31):
Hello everyone.
I have a probably small problem profiling a questionnaire-resource. I want to profile the Wound-Quality of Life-Questionnaire in forge R4.
What I did so far is:
- I made my own codesystem for questions and answers (there were no SNOMED-Codes and no LOINC-Codes) and uploaded it on simplifier
- I made a valueSet for the answers and uploaded it on simplifier.
- I sliced the item for the 17 questions.
- Each slice was given a code from my codesystem to identify the question.
- The answerOption.code of each slice was altered: The only possible value is a code. This code has to come from my valueSet (all questions have the same possible answers).
A reload in Forge resulted in slices on answerOption.code, I declared this slice "closed", as I do not want to allow any other answer-option-valuetype.
When I tried to upload the profile on simplifier, I get the following result when I want to look at the resource:
"The resource information may be incomplete due to the following issues:
Invalid resource format: Type checking the data: Choice element 'valueSet' is not suffixed with a type."
(see https://simplifier.net/ui/publication/show?projectkey=PosiThera&pubUrlKey=PosiTheraWundQoLQuestionnaire)
I don't know what Simplifier wants to tell me. Can anyone please help me? Or tell me where to ask if not here?
Thanks in advance.
Grahame Grieve (May 24 2019 at 11:35):
sounds like a version issue - but why are you profiling questionnaire? Usually, you would just write a questionnaire
Mareike Przysucha (May 24 2019 at 11:38):
We are quite new to FHIR. We didn't know that it's unusual to profile a questionnaire...
Mareike Przysucha (May 24 2019 at 11:41):
I just saw that in STU3 answerOption was option, probably that's the problem.
Grahame Grieve (May 24 2019 at 12:56):
if you are looking for a questionnaire editor, there are several out there
Lloyd McKenzie (May 24 2019 at 14:48):
Profiling Questionnaire makes sense if you want to describe limitations on a collection of Questionnaires someone else is allowed to write (e.g. Answers can only be integers and booleans, Prefixes are mandatory, etc.) But to author a specific questionnaire, you just create the Questionnaire instance - no need for a profile.
Last updated: Apr 12 2022 at 19:14 UTC