FHIR IG analytics| Package | ch.fhir.ig.ch-umzh-connect |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-QuestionnaireResponseSmokingStatus.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse QuestionnaireResponseSmokingStatus
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:Smoking Status Inquiry | ||
![]() ![]() | What is the patient's smoking status? | SNOMED CT: 8517006 (Ex-smoker) | |
![]() ![]() | What is the patient's pack years? | 50 | |
{
"resourceType": "QuestionnaireResponse",
"id": "QuestionnaireResponseSmokingStatus",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"questionnaire": "http://fulfiller.example.org/ch-umzh-connect/QuestionnaireSmokingStatus",
"status": "completed",
"subject": {
"reference": "http://placer.example.org/fhir/Patient/PetraMeier"
},
"authored": "2025-12-16",
"author": {
"reference": "http://placer.example.org/fhir/PractitionerRole/HansMusterRole"
},
"item": [
{
"linkId": "smoking-status",
"text": "What is the patient's smoking status?",
"answer": [
{
"valueCoding": {
"system": "http://snomed.info/sct",
"code": "8517006",
"display": "Ex-smoker"
}
}
]
},
{
"linkId": "pack-years",
"text": "What is the patient's pack years?",
"answer": [
{
"valueDecimal": 50
}
]
}
]
}