PackagesCanonicalsLogsProblems
    Packages
    com.alextherapeutics.fhir.nicotine@1.0.1
    http://my-url/Questionnaire/logging
{
  "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.",
  "_filename": "examples/Questionnaire-NicotineTreatmentQuestionnaireExample.json",
  "package_name": "com.alextherapeutics.fhir.nicotine",
  "date": "2021-04-21T11:37:06+02:00",
  "meta": {
    "profile": [ "http://www.alextherapeutics.com/fhir/StructureDefinition/nicotine-treatment-questionnaire" ]
  },
  "publisher": "Alex Therapeutics AB",
  "purpose": "This questionnaire finds out information about common triggers for the patient, as well as effective interventions, and helps the patient understand these themselves.",
  "name": null,
  "item": [ {
    "text": "Which situation are you in?",
    "type": "choice",
    "linkId": "SITUATION",
    "answerValueSet": "http://www.alextherapeutics.com/fhir/ValueSet/trigger-code"
  }, {
    "text": "How are you feeling?",
    "type": "choice",
    "linkId": "FEELING",
    "answerValueSet": "http://www.alextherapeutics.com/fhir/ValueSet/trigger-code"
  }, {
    "text": "Are you experiencing any physical symptoms?",
    "type": "choice",
    "linkId": "WITHDRAWAL",
    "answerValueSet": "http://www.alextherapeutics.com/fhir/ValueSet/trigger-code"
  }, {
    "text": "Would you like to try an intervention?",
    "type": "string",
    "linkId": "INTERVENTION"
  }, {
    "text": "Did you smoke?",
    "type": "choice",
    "linkId": "DECISION",
    "answerValueSet": "http://www.alextherapeutics.com/fhir/ValueSet/YesOrNo"
  } ],
  "type": null,
  "experimental": null,
  "resourceType": "Questionnaire",
  "title": "Logging",
  "package_version": "1.0.1",
  "status": "active",
  "id": "e2381f3e-96ff-4da1-a618-efb5b28c2823",
  "kind": null,
  "url": "http://my-url/Questionnaire/logging",
  "version": "1.0.0",
  "contact": [ {
    "name": "Alex Therapeutics AB",
    "telecom": [ {
      "value": "https://www.alextherapeutics.com",
      "system": "url"
    }, {
      "value": "hello@alextherapeutics.com",
      "system": "email"
    } ]
  } ]
}