Stream: IG creation
Topic: another qa error for QR
Eric Haas (Feb 15 2019 at 19:35):
I get this qa error for STU3 IG:
Path Severity Message QuestionnaireResponse/questionnaireresponse-example-phq9: QuestionnaireResponse.item.item error No response answer found for required item g1.d QuestionnaireResponse/questionnaireresponse-example-phq9: QuestionnaireResponse.item.item.answer warning Error null validating Coding against Questionnaire Options QuestionnaireResponse/questionnaireresponse-example-phq9: QuestionnaireResponse.item.item error If text exists, it must match the questionnaire definition for linkId g1.s
for this display element:
<item>
<linkId value="g1"/>
<item>
<linkId value="g1.d"/>
<text
value="Over the last 2 weeks, how often have you been bothered by any of the following problems? (Use “X” to indicate your answer)"/>
</item>
<item>
and this hidden item
<linkId value="g1.s"/>
<text
value="Scoring:
Add up all checked boxes on PHQ-9.
For every:
Not at all = 0;
Several days = 1;
More than half the days = 2;
Nearly every day = 3
Interpretation of Total Score
Total Score Depression Severity
1-4 Minimal depression
5-9 Mild depression
10-14 Moderate depression
15-19 Moderately severe depression
20-27 Severe depression (this is hidden text/should not be displayed to the user)"/>
</item>
I don't understand the error - these are display items???
here is another
QuestionnaireResponse/questionnaireresponse-example-dast: QuestionnaireResponse.item.item error No response answer found for required item g2.d
Eric Haas (Feb 16 2019 at 02:18):
@Lloyd McKenzie are you getting this?
Lloyd McKenzie (Feb 16 2019 at 04:43):
SDC is in pieces at the moment
Eric Haas (Feb 16 2019 at 04:50):
well I am working on Argo Q and the examples were a challenge. I have tried to align with the current SDC everywhere.
Last updated: Apr 12 2022 at 19:14 UTC