Skip to content

Instantly share code, notes, and snippets.

@patrick-werner
Created January 29, 2019 18:11
Show Gist options
  • Save patrick-werner/eefe9bab1a01140802a7f341825e2a37 to your computer and use it in GitHub Desktop.
Save patrick-werner/eefe9bab1a01140802a7f341825e2a37 to your computer and use it in GitHub Desktop.
{
"resourceType": "Questionnaire",
"id": "3142",
"meta": {
"versionId": "1",
"lastUpdated": "2019-01-29T17:07:01.234Z"
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>meta</b>: </p><p><b>contained</b>: </p><p><b>version</b>: v1.0</p><p><b>title</b>: QLQ C30 Kurzform</p><p><b>status</b>: active</p><p><b>publisher</b>: Molit Institut</p><p><b>description</b>: Der QLQ-C30 ist ein Fragebogen welcher entwickelt wurde um die Lebensqualit&#228;t von Krebs-Patienten zu bewerten.</p><p><b>subjectType</b>: Patient</p></div>"
},
"contained": [
{
"resourceType": "ValueSet",
"id": "answers",
"name": "Answers",
"title": "Answers",
"status": "active",
"compose": {
"include": [
{
"system": "http://molit.eu/qlq-30",
"concept": [
{
"code": "A1",
"display": "Überhaupt nicht"
},
{
"code": "A2",
"display": "Wenig"
},
{
"code": "A3",
"display": "Mäßig"
},
{
"code": "A4",
"display": "Sehr"
}
]
}
]
}
}
],
"identifier": [
{
"system": "http://molit.eu/equ/Questionnaire",
"value": "eortc_qlq-30-short"
}
],
"version": "v1.0",
"title": "QLQ C30 Kurzform",
"status": "active",
"subjectType": [
"Patient"
],
"publisher": "Molit Institut",
"description": "Der QLQ-C30 ist ein Fragebogen welcher entwickelt wurde um die Lebensqualität von Krebs-Patienten zu bewerten.",
"item": [
{
"linkId": "1",
"prefix": "1.",
"text": "Hatten Sie Appetitmangel?",
"type": "choice",
"answerValueSet": "#answers"
},
{
"linkId": "2",
"prefix": "2.",
"text": "Hatten Sie Schmerzen?",
"type": "choice",
"answerValueSet": "#answers"
},
{
"linkId": "3",
"prefix": "3.",
"text": "Waren Sie bei Ihrer Arbeit oder bei anderen tagtäglichen Beschäftigungen eingeschränkt?",
"type": "choice",
"answerValueSet": "#answers"
},
{
"linkId": "4",
"prefix": "4.",
"text": "Brauchen Sie Hilfe beim Essen, Anziehen, Waschen oder Benutzen der Toilette?",
"type": "choice",
"answerValueSet": "#answers"
},
{
"linkId": "5",
"prefix": "5.",
"text": "Bereitet es Ihnen Schwierigkeiten, sich körperlich anzustrengen (z.B. eine schwere Einkaufsstasche oder einen Koffer zu tragen)?",
"type": "choice",
"answerValueSet": "#answers"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment