--- type: "codesystem" title: "Questionnaire Item Disabled Display" codesystem: "questionnaire-disabled-display" --- # Questionnaire Item Disabled Display - **Official URL**: http://hl7.org/fhir/questionnaire-disabled-display - **Version**: 6.0.0 - **Status**: active - **Name**: QuestionnaireItemDisabledDisplay - **Title**: Questionnaire Item Disabled Display - **Description**: QuestionnaireItemDisabledDisplay - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | hidden | Hidden | The item (and its children) should not be visible to the user at all. | | protected | Protected | The item (and possibly its children) should not be selectable or editable but should still be visible - to allow the user to see what questions *could* have been completed had other answers caused the item to be enabled. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <description value="QuestionnaireItemDisabledDisplay"/> <caseSensitive value="true"/> <content value="complete"/> <concept> <code value="hidden"/> <display value="Hidden"/> <definition value="The item (and its children) should not be visible to the user at all."/> </concept> <concept> <code value="protected"/> <display value="Protected"/> <definition value="The item (and possibly its children) should not be selectable or editable but should still be visible - to allow the user to see what questions *could* have been completed had other answers caused the item to be enabled."/> </concept> </CodeSystem> ```