QuestionnaireItemOperator

Questionnaire Item Operator

activeExtensions for Using Data Elements from FHIR R5 in FHIR R40.1.0complete7 concepts

The criteria by which a question is enabled.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/questionnaire-enable-operator
ID
questionnaire-enable-operator
Version
5.0.0
Publisher
FHIR Infrastructure
Case Sensitive
Yes

Concepts (7)

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