{
  "resourceType": "QuestionnaireResponse",
  "id": "s4h-post-training-response-example",
  "language": "en",
  "questionnaire": "http://fhir.smart4health.eu/Questionnaire/post-training-questionnaire|1.0.0",
  "status": "completed",
  "authored": "2020-05-04T19:15:00+00:00",
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "item": [
    {
      "linkId": "training_no",
      "text": "Training Number",
      "answer": [
        {
          "valueInteger": 2
        }
      ]
    },
    {
      "linkId": "training_weight_recommendation",
      "text": "Training weight recommendation for the next training.",
      "answer": [
        {
          "valueCoding": {
            "system": "http://fhir.smart4health.eu/CodeSystem/s4h-training-weight-change",
            "code": "increase"
          }
        }
      ]
    }
  ]
}