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