<QuestionnaireResponse xmlns="http://hl7.org/fhir">
  <id value="Daily Checkup Example" />
  <status value="completed" />
  <authored value="2021-07-18T00:00:00+01:00" />
  <identifier>
    <type>
      <coding>
        <system value="https://fhir.elona.health/CodeSystem/JournalEntryContentType" />
        <code value="QUESTIONNAIRE" />
        <display value="Questionnaire" />
      </coding>
      <coding>
        <system value="https://fhir.elona.health/CodeSystem/JournalEntryState" />
        <code value="DONE" />
        <display value="Done" />
      </coding>
      <coding>
        <system value="https://fhir.elona.health/CodeSystem/JournalEntryType" />
        <code value="CHECKUP" />
        <display value="Checkup" />
      </coding>
      <text value="This is a checkup which was done by the patient" />
    </type>
    <!--  This is the id of the task -->
    <value value="127836182738719872" />
  </identifier>
  <item>
    <!-- The value should be the id of the slide, where the question-answer pair is. -->
    <linkId value="1" />
    <text value="Wie geht es dir gerade?" />
    <answer>
      <valueInteger value="7" />
      <item>
        <!-- This item provides interpretation for the numeric scale. -->
        <linkId value="InterpretationDailySkala" />
        <text value="Auf der Skala von 1 bis 10, [1] bedeuted 'sehr schlecht' und [10] bedeuted 'sehr gut'" />
      </item>
    </answer>
  </item>
  <item>
    <!-- The value should be the id of the slide, where the question-answer pair is. -->
    <linkId value="2" />
    <!-- the value should be the id of slide -->
    <text value="Beschreib dein vorrangiges Gefühl." />
    <answer>
      <valueString value="wertgeschätzt" />
    </answer>
  </item>
  <item>
    <!-- The value should be the id of the slide, where the question-answer pair is. -->
    <linkId value="3" />
    <text value="Wie fühlst du dich noch?" />
    <answer>
      <valueString value="abgebrüht" />
    </answer>
    <answer>
      <valueString value="akzeptierend" />
    </answer>
    <answer>
      <valueString value="besorgt" />
    </answer>
  </item>
  <item>
    <!-- The value should be the id of the slide, where the question-answer pair is. -->
    <linkId value="4" />
    <text value="Was sind Gründe für deine Gefühle?" />
    <answer>
      <valueString value="Ernährung" />
    </answer>
  </item>
  <item>
    <!-- The value should be the id of the slide, where the question-answer pair is. -->
    <linkId value="5" />
    <text value="Ich beschäftige mich gearde mit..." />
    <answer>
      <valueString value="Esse oft in Gesellschaft" />
    </answer>
    <answer>
      <valueString value="Fühle mich träge und schlapp" />
    </answer>
  </item>
  <item>
    <!-- The value should be the id of the slide, where the question-answer pair is. -->
    <linkId value="6" />
    <text value="Fühlst du gerade unangenehme körperliche Symptome?" />
    <answer>
      <valueString value="Nein" />
    </answer>
  </item>
  <item>
    <!-- The value should be the id of the slide, where the question-answer pair is. -->
    <linkId value="7" />
    <text value="Welche körperliche Symptome spürst du aktuell?" />
  </item>
  <item>
    <!-- The value should be the id of the slide, where the question-answer pair is. -->
    <linkId value="8" />
    <text value="Notiere einen Gedanken, der dir durch Kopf geht." />
    <answer>
      <valueString value="Warum habe ich heute keine körperliche Schmerzen?" />
    </answer>
  </item>
</QuestionnaireResponse>