QuestionnaireItemOperator

Questionnaire Item Operator

activecomplete7 conceptsv5.0.0

The criteria by which a question is enabled.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/questionnaire-enable-operator
All-Codes Value Set
http://hl7.org/fhir/ValueSet/questionnaire-enable-operator
ID
questionnaire-enable-operator
Version
5.0.0
Publisher
HL7 (FHIR Project)
Case Sensitive
Yes
In the unified registry

Concepts (7)

exists
Exists
True if the determination of 'whether an answer exists for the question' is equal to the enableWhen answer (which must be a boolean).
=
Equals
True if at least one answer has a value that is equal to the enableWhen answer.
!=
Not Equals
True if no answer has a value that is equal to the enableWhen answer.
>
Greater Than
True if at least one answer has a value that is greater than the enableWhen answer.
<
Less Than
True if at least one answer has a value that is less than the enableWhen answer.
>=
Greater or Equals
True if at least one answer has a value that is greater or equal to the enableWhen answer.
<=
Less or Equals
True if at least one answer has a value that is less or equal to the enableWhen answer.