Configuring Questionnaires

Our Questionnaire, ROS, Physical Exam, and Structured Assessment Commands are all built on our interview model. They can be created by your admin team and/or supers users in order to support many use cases within your charting workflows. They are a great way to create custom templates, capture discreet data, and extend Canvas’s data model to meet the needs of your care model.

Building a Questionnaire #

Questionnaires are created using a Google Sheet template that was shared with you during your onboarding. Please reach out to your internal administrators first, and then our support team if you need help locating this template. The template allows you to configure your own questionnaires without needing code.


Questionnaire Types #

The “use case in charting” field within the template will determine which Command the template is associated with.

CommandUse CaseUse Cases & What is Different
QuestionnaireQUESQuestionnaires can be used for many things including intake forms, social history questionnaires, screening questionnaires, and general charting templates.
Review of Systems (ROS)ROSA toggle to the left of each system will allow you to skip system and hide them from your documentation
Physical Exam (PE)EXAMA toggle to the left of each system will allow you to skip system and hide them from your documentation
Structured AssessmentSAAdding ICD-10 and CPT backed responses can replace the need to use the Diagnose, Assess, or Perform Commands. Selecting these responses will add the appropriate codes to the billing footer.

Codes #

All questionnaires, questions, and question responses must be code backed. We allow you to use the following standard code systems: CPT, LOINC, SNOMED, or ICD-10. or you can leverage an custom code system by indicating that it is INTERNAL. CANVAS is used by our team for specific Canvas concepts. These are case sensitive.

When loading a questionnaire, the following must be true:

  • For a given questionnaire, all question codings should be unique.
    • A coding is defined by system + code. So if two questions both have system = LOINC and code = 87245, this would return an error upon trying to upload the questionnaire.
    • It is ok to have the same coding for two questions in different questionnaires. The recommendation would be to do this only when they are the same question, representing the same conceptual information.
  • For a given question, all response codings should be unique. A coding is defined by system + code. So if two question responses both have system = LOINC and code = 87245, this would return an error upon trying to upload the questionnaire.
    • It is ok to have the same coding for responses in different questions within the same questionnaire. The recommendation would be to do this only when the responses represent the same conceptual information.
    • It is ok to have the same coding for responses in different questionnaires. The recommendation would be to do this only when they are the same question, representing the same conceptual information.

Use the following sites to leverage these code systems
SNOMED: https://snomed.terminology.tools/terminology-ui/index.html#/terminology
LOINC: https://www.findacode.com/loinc/
ICD-10: https://icd.who.int/browse10/2010/en
CPT: https://www.ama-assn.org/practice-management/cpt

Settings #

These are set by updating the appropriate columns within the row for each Questionnaire and Question.

Questionniare Settings

use_case_in_chartingQUES, ROS, EXAM, or SAIndicates the Questionnaire Type
scoring_function_jsDefault_Score or CustomSelecting Default_Score will sum the values associated with each selected answer. Custom scoring needs to be built by Canvas.
can_originate_in_charting (REQ)TRUE or FALSEDetermines whether the questionnaire can selected within a Command when charting. You may choose false if you only want to interact with it through the API and want to hide it from your clinicians.
expected_completion_timeNUMBERHow long (in minutes) should this questionnaire take to complete?
search_tagsSTRINGAlternative search terms, separated by commas, (e.g. ‘depression’ to find a PHQ-9)
scoring_code_systemSNOMED, LOINC, ICD-10, CPT, INTERNAL, or CANVASWhat scoring system is being used?
content  
prologueSTRINGThis text will display prior to the questions once the Questionnaire is selected within the Command. You can use this to provide guidance.
use_in_shx (REQ)TRUE or FALSESelecting True will display the questionnaire name and the date that the questionnaire was last recorded within the Social Determinants section of the Patient Summary

Question Settings

question_nameSTRINGName of question. Typically the same as content below but you can create shorthand here if desired, as the content will display in the UI
contentSTRINGWhat will display on screen when the command is selected
use_in_shxTRUE or FALSESelecting True will display the question and the date that the question was last recorded within the Social Determinants section of the Patient Summary

Question Response Types #

Single Select (SING): The end user selects one response from a dropdown
Multi Select (MULT): The end user can select multiple responses (pills) associated with one question
Free Text (TXT): The end user can type in their free text response. There is a character limit of X characters

Questionnaire Scoring #

Default Scoring: Select ‘Default_Scoring” to leverage this functionality. The questionnaire will be scored by summing the values associated with each answer (Score Value) The score values must be numerical and can include decimals.
Custom Scoring: This allows a narrative such as “a score of ## means…” This has to be completed by Canvas Engineering. Please create a Support request with the scoring scale and details.

Uploading Questionnaires #

The Questionnaire loader is available to you in your settings menu. Paste in the URL of your Questionnaires-for-Loader Spreadsheet and the name of the tab you wish to load. A preview will appear for you to confirm that the questionnaire has been built correctly. You can choose to cancel the upload if you need to fix anything within the Google Sheet and reupload it as needed. If everything looks good, click load to make available for use in Canvas.

We have enforced some validation in creating the questionnaires In order to ensure data is captured in a consistent way and can be used programmatically once collected.

You may see the following errors when loading questionnaires. Here is some troubleshooting advice:

Questionniare Versioning #

Video Tutorial #