--- type: "codesystem" title: "Enable When Behavior" codesystem: "questionnaire-enable-behavior" --- # Enable When Behavior - **Official URL**: http://hl7.org/fhir/questionnaire-enable-behavior - **Version**: 6.0.0 - **Status**: active - **Name**: EnableWhenBehavior - **Title**: Enable When Behavior - **Publisher**: HL7 (FHIR Project) - **Description**: Controls how multiple enableWhen values are interpreted - whether all or any must be true. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | all | All | Enable the question when all the enableWhen criteria are satisfied. | | any | Any | Enable the question when any of the enableWhen criteria are satisfied. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Controls how multiple enableWhen values are interpreted - whether all or any must be true."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/questionnaire-enable-behavior"/> <content value="complete"/> <concept> <code value="all"/> <display value="All"/> <definition value="Enable the question when all the enableWhen criteria are satisfied."/> </concept> <concept> <code value="any"/> <display value="Any"/> <definition value="Enable the question when any of the enableWhen criteria are satisfied."/> </concept> </CodeSystem> ```