FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/NicotineTreatmentQuestionnaireExample

Packagecom.alextherapeutics.fhir.nicotine
Resource TypeQuestionnaire
IdNicotineTreatmentQuestionnaireExample
FHIR VersionR4
Sourcehttp://www.alextherapeutics.com/fhir/https://simplifier.net/resolve?scope=com.alextherapeutics.fhir.nicotine@1.0.1&canonical=http://my-url/Questionnaire/logging
URLhttp://my-url/Questionnaire/logging
Version1.0.0
Statusactive
Date2021-04-21T11:37:06+02:00
TitleLogging
DescriptionThis 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.
PurposeThis questionnaire finds out information about common triggers for the patient, as well as effective interventions, and helps the patient understand these themselves.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

LinkIdTextCardinalityTypeDescription & Constraintsdoco
.. QuestionnaireThis 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.
... SITUATIONWhich situation are you in?0..1choiceValue Set: Trigger Code
... FEELINGHow are you feeling?0..1choiceValue Set: Trigger Code
... WITHDRAWALAre you experiencing any physical symptoms?0..1choiceValue Set: Trigger Code
... INTERVENTIONWould you like to try an intervention?0..1string
... DECISIONDid you smoke?0..1choiceValue Set: YesOrNo

doco Documentation for this format

Source

{
  "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"
    }
  ]
}