FHIR Chat · qa errors for Q and QR examples · IG creation

Stream: IG creation

Topic: qa errors for Q and QR examples


view this post on Zulip Eric Haas (Feb 15 2019 at 19:25):

I am getting this qa error for STU3 IG

QuestionnaireResponse/questionnaireresponse-example-dast: QuestionnaireResponse.item[1].item[2].answer.valueCoding  error   Error null validating Coding
....

for this item:

 <item>
      <linkId value="g1.q1"/>
      <text
            value="Have you used drugs other than those required for medical reasons?"/>
      <answer>
        <valueCoding>
          <system value="http://loinc.org"/>
          <code value="LA32-8"/>
          <display value="No"/>
        </valueCoding>
      </answer>
    </item>

is this because the term server doesn't like these LA codes?

view this post on Zulip Eric Haas (Feb 15 2019 at 19:26):

or is it boneheaded or fat fingered user error?

view this post on Zulip Grahame Grieve (Feb 17 2019 at 14:08):

don't know. I'd have to debug


Last updated: Apr 12 2022 at 19:14 UTC