PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.32
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-clinical-summary-questionnaire-template
{
  "description": "Sample questionnaire using all questions from the admission clinical summary questionnaire",
  "_filename": "examples/ClinicalSummary-Questionnaire-Template.json",
  "package_name": "ca.on.oh.mha-pds",
  "date": null,
  "publisher": null,
  "purpose": "To serve as a model to support MHA admission questionnaires.",
  "name": null,
  "item": [ {
    "text": "Primary Presenting Concern",
    "type": "choice",
    "linkId": "Q1",
    "required": true,
    "answerValueSet": "http://ontariohealth.ca/fhir/ValueSet/mha-presenting-concerns"
  }, {
    "text": "Additional Presenting Concerns",
    "type": "choice",
    "linkId": "Q2",
    "required": true,
    "answerValueSet": "http://ontariohealth.ca/fhir/ValueSet/mha-presenting-concerns"
  }, {
    "item": [ {
      "text": "Are you receiving prescribed pharmacotherapy or anti-craving medication for alcohol use disorder?",
      "type": "choice",
      "linkId": "Q3-a",
      "answerOption": [ {
        "valueString": "Yes"
      }, {
        "valueString": "No"
      }, {
        "valueString": "Asked but declined"
      } ]
    }, {
      "text": "What anti-craving medication prescribed?",
      "type": "choice",
      "linkId": "Q3-b",
      "enableWhen": [ {
        "operator": "=",
        "question": "Q3-a",
        "answerString": "Yes"
      } ],
      "answerValueSet": "http://ontariohealth.ca/fhir/ValueSet/mha-anti-craving-medication"
    } ],
    "text": "Prescribed pharmacotherapy or anti-craving medication for alcohol use disorder",
    "type": "group",
    "linkId": "Q3"
  }, {
    "item": [ {
      "text": "Are you receiving prescribed pharmacotherapy or Opioid agonist therapy for Opioid Use Disorder?",
      "type": "choice",
      "linkId": "Q4-a",
      "answerOption": [ {
        "valueString": "Yes"
      }, {
        "valueString": "No"
      }, {
        "valueString": "Asked but declined"
      } ]
    }, {
      "text": "What opioid Agonist therapy is prescribed?",
      "type": "choice",
      "linkId": "Q4-b",
      "enableWhen": [ {
        "operator": "=",
        "question": "Q4-a",
        "answerString": "Yes"
      } ],
      "answerValueSet": "http://ontariohealth.ca/fhir/ValueSet/mha-opioid-medication"
    } ],
    "text": "Prescribed pharmacotherapy or Opioid agonist therapy for Opioid Use Disorder",
    "type": "group",
    "linkId": "Q4"
  }, {
    "text": "Gambing Problem Identified",
    "type": "choice",
    "linkId": "Q5",
    "answerOption": [ {
      "valueString": "Yes"
    }, {
      "valueString": "No"
    }, {
      "valueString": "Asked but declined"
    } ]
  }, {
    "text": "Reason for Non-completion of Gambling Data Form",
    "type": "choice",
    "linkId": "Q6",
    "answerValueSet": "http://ontariohealth.ca/fhir/ValueSet/mha-gambling-data-form-non-completion-reason"
  }, {
    "text": "Gambling Treatment Plan Status",
    "type": "choice",
    "linkId": "Q7",
    "answerValueSet": "http://ontariohealth.ca/fhir/Valueset/gambling-treatment-plan-status"
  } ],
  "type": null,
  "experimental": null,
  "resourceType": "Questionnaire",
  "title": "MHA Clinical Summary Questionnaire Template",
  "package_version": "0.9.0-alpha-1.9.7.32",
  "status": "draft",
  "id": "5d5c24e3-acc8-49b4-9098-a1aec9786f30",
  "kind": null,
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-clinical-summary-questionnaire-template",
  "version": null
}