Package | com.alextherapeutics.fhir.nicotine |
Resource Type | Questionnaire |
Id | NicotineTreatmentQuestionnaireExample |
FHIR Version | R4 |
Source | http://www.alextherapeutics.com/fhir/https://simplifier.net/resolve?scope=com.alextherapeutics.fhir.nicotine@1.0.1&canonical=http://my-url/Questionnaire/logging |
URL | http://my-url/Questionnaire/logging |
Version | 1.0.0 |
Status | active |
Date | 2021-04-21T11:37:06+02:00 |
Title | Logging |
Description | This questionnaire is given to the patient each time they feel an urge to smoke. It asks about the current situation and triggers, and optionally asks the patient if they wish to use an intervention. At last, the patient answers whether they smoked or not. |
Purpose | This questionnaire finds out information about common triggers for the patient, as well as effective interventions, and helps the patient understand these themselves. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
LinkId | Text | Cardinality | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | Questionnaire | This questionnaire is given to the patient each time they feel an urge to smoke. It asks about the current situation and triggers, and optionally asks the patient if they wish to use an intervention. At last, the patient answers whether they smoked or not. | ||
![]() ![]() ![]() | Which situation are you in? | 0..1 | choice | Value Set: Trigger Code |
![]() ![]() ![]() | How are you feeling? | 0..1 | choice | Value Set: Trigger Code |
![]() ![]() ![]() | Are you experiencing any physical symptoms? | 0..1 | choice | Value Set: Trigger Code |
![]() ![]() ![]() | Would you like to try an intervention? | 0..1 | string | |
![]() ![]() ![]() | Did you smoke? | 0..1 | choice | Value Set: YesOrNo |
![]() |
{ "resourceType": "Questionnaire", "id": "NicotineTreatmentQuestionnaireExample", "meta": { "profile": [ "http://www.alextherapeutics.com/fhir/StructureDefinition/nicotine-treatment-questionnaire" ] }, "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://my-url/Questionnaire/logging", "version": "1.0.0", "title": "Logging", "status": "active", "date": "2021-04-21T11:37:06+02:00", "publisher": "Alex Therapeutics AB", "contact": [ { "name": "Alex Therapeutics AB", "telecom": [ { "system": "url", "value": "https://www.alextherapeutics.com" }, { "system": "email", "value": "hello@alextherapeutics.com" } ] } ], "description": "This questionnaire is given to the patient each time they feel an urge to smoke. \nIt asks about the current situation and triggers, and optionally asks the patient if they wish to use an intervention. \nAt last, the patient answers whether they smoked or not.", "purpose": "This questionnaire finds out information about common triggers for the patient, as well as effective interventions, and helps the patient understand these themselves.", "item": [ { "linkId": "SITUATION", "text": "Which situation are you in?", "type": "choice", "answerValueSet": "http://www.alextherapeutics.com/fhir/ValueSet/trigger-code" }, { "linkId": "FEELING", "text": "How are you feeling?", "type": "choice", "answerValueSet": "http://www.alextherapeutics.com/fhir/ValueSet/trigger-code" }, { "linkId": "WITHDRAWAL", "text": "Are you experiencing any physical symptoms?", "type": "choice", "answerValueSet": "http://www.alextherapeutics.com/fhir/ValueSet/trigger-code" }, { "linkId": "INTERVENTION", "text": "Would you like to try an intervention?", "type": "string" }, { "linkId": "DECISION", "text": "Did you smoke?", "type": "choice", "answerValueSet": "http://www.alextherapeutics.com/fhir/ValueSet/YesOrNo" } ] }