{
"description": null,
"_filename": "examples/questionnaire-example1.json",
"package_name": "nictiz.fhir.nl.stu3.questionnaires",
"subjectType": [ "Patient" ],
"date": "2019-02-08",
"meta": {
"profile": [ "http://nictiz.nl/fhir/StructureDefinition/vl-Questionnaire" ]
},
"publisher": "HL7 Netherlands",
"name": "questionnaire-depression-example",
"item": [ {
"text": "Hoeveel dagen heeft u laast van depressie?",
"type": "choice",
"linkId": "1",
"option": [ {
"valueInteger": 7
}, {
"valueInteger": 14
}, {
"valueString": "Langer dan 14 dagen"
} ]
}, {
"text": "Datum van de laatste behandeling",
"type": "date",
"linkId": "2"
}, {
"text": "Bekend met een psychose",
"type": "choice",
"linkId": "3",
"option": [ {
"valueString": "Ja"
}, {
"valueString": "Nee"
} ]
}, {
"text": "Type psychose",
"type": "choice",
"linkId": "4",
"option": [ {
"valueString": "schizofrenie"
}, {
"valueString": "kortdurende psychotische stoornis"
}, {
"valueString": "waanstoornis"
}, {
"valueString": "psychotische stoornis door een somatische aandoening"
}, {
"valueString": "psychotische stoornis door een somatische middel"
} ],
"repeats": false,
"enableWhen": [ {
"question": "3",
"answerString": "Ja"
} ]
} ],
"type": null,
"experimental": null,
"resourceType": "Questionnaire",
"title": "questionnaire-depression-example",
"package_version": "0.0.1-beta1",
"status": "draft",
"id": "1e26308c-1db8-4151-b10c-1750614174e8",
"kind": null,
"url": "http://nictiz.nl/fhir/StructureDefinition/questionnaire-depression-example",
"identifier": [ {
"value": "questionnaire-depression-example"
} ],
"version": "1"
}