{
  "resourceType": "QuestionnaireResponse",
  "id": "s4h-pre-session-response-example",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:uuid:7da25cf0-8447-4d68-8a94-eba1950d4023"
  },
  "language": "en",
  "questionnaire": "http://fhir.smart4health.eu/Questionnaire/pre-session-questionnaire|1.0.0",
  "status": "completed",
  "authored": "2020-05-04T19:15:00+00:00",
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "item": [
    {
      "linkId": "current_back_pain_level",
      "text": "Please indicate your current pain level",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6114-8"
          }
        }
      ]
    },
    {
      "linkId": "average_back_pain_level",
      "text": "Please indicate your average pain level during the past four weeks",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA10137-0"
          }
        }
      ]
    },
    {
      "linkId": "max_back_pain_level_4w",
      "text": "Please indicate your maximum pain level during the past four weeks",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA10140-4"
          }
        }
      ]
    },
    {
      "linkId": "taking_painkillers",
      "text": "Are you taking painkillers at the moment?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA33-6"
          }
        }
      ]
    }
  ]
}