<QuestionnaireResponse xmlns="http://hl7.org/fhir">
  <id value="s4h-post-session-response-example" />
  <language value="en" />
  <identifier>
    <system value="urn:ietf:rfc:3986" />
    <value value="urn:uuid:d4879af2-9925-4224-b972-3cbf3fff2124" />
  </identifier>
  <questionnaire value="http://fhir.smart4health.eu/Questionnaire/post-session-questionnaire|1.0.0" />
  <status value="completed" />
  <subject>
    <display value="Marie Lux-Brennard" />
  </subject>
  <authored value="2020-05-04T14:15:00-05:00" />
  <item>
    <linkId value="current_pain_level" />
    <text value="Please indicate your current pain level" />
    <answer>
      <valueCoding>
        <system value="http://loinc.org" />
        <code value="LA6114-8" />
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="average_pain_level" />
    <text value="Please indicate your average pain level during the past four weeks" />
    <answer>
      <valueCoding>
        <system value="http://loinc.org" />
        <code value="LA10137-0" />
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="maximimum_pain_level" />
    <text value="Please indicate your maximum pain level during the past four weeks" />
    <answer>
      <valueCoding>
        <system value="http://loinc.org" />
        <code value="LA10140-4" />
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="lower_backpain_reduced" />
    <text value="Can you estimate (in percent %) how much your pain relieved?" />
    <answer>
      <valueDecimal value="12" />
    </answer>
  </item>
  <item>
    <linkId value="treatment_success" />
    <text value="Taken together, what is your impression on your present treatment success?" />
    <answer>
      <valueCoding>
        <system value="http://loinc.org" />
        <code value="LA8967-7" />
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="taking_painkillers" />
    <text value="Are you taking painkillers at the moment?" />
    <answer>
      <valueCoding>
        <system value="http://loinc.org" />
        <code value="LA32-8" />
      </valueCoding>
    </answer>
  </item>
</QuestionnaireResponse>