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