{
"description": "Please provide the patient's current smoking status.",
"_filename": "example/Questionnaire-QuestionnaireSmokingStatus.json",
"package_name": "ch.fhir.ig.ch-umzh-connect",
"subjectType": [ "Patient" ],
"date": "2026-06-16T06:40:38+00:00",
"publisher": "UMZH Connect Team",
"jurisdiction": [ {
"coding": [ {
"code": "CHE",
"system": "urn:iso:std:iso:3166"
} ]
} ],
"name": null,
"item": [ {
"text": "What is the patient's smoking status?",
"type": "choice",
"linkId": "smoking-status",
"required": true,
"answerOption": [ {
"valueCoding": {
"code": "266919005",
"system": "http://snomed.info/sct",
"display": "Never smoked tobacco"
}
}, {
"valueCoding": {
"code": "8517006",
"system": "http://snomed.info/sct",
"display": "Ex-smoker"
}
}, {
"valueCoding": {
"code": "77176002",
"system": "http://snomed.info/sct",
"display": "Smoker"
}
} ]
}, {
"text": "What is the patient's pack years?",
"type": "decimal",
"linkId": "pack-years",
"required": false
} ],
"copyright": "CC0-1.0",
"type": null,
"experimental": null,
"resourceType": "Questionnaire",
"title": "Smoking Status Inquiry",
"package_version": "1.0.0-ballot",
"status": "active",
"id": "e330b18c-1164-4f46-accd-0b2d52bfdb1d",
"kind": null,
"url": "http://fulfiller.example.org/ch-umzh-connect/QuestionnaireSmokingStatus",
"version": "1.0.0-ballot",
"contact": [ {
"name": "UMZH Connect",
"telecom": [ {
"value": "https://umzhconnect.ch/",
"system": "url"
} ]
} ]
}