FHIR Chat · Copy/paste errors on enableWhen operator descriptions · questionnaire

Stream: questionnaire

Topic: Copy/paste errors on enableWhen operator descriptions


view this post on Zulip Paul Lynch (Feb 18 2020 at 17:32):

The descriptions of the enableWhen operators have significant copy/paste errors that make the correct text somewhat uncertain, though I have made an attempt at https://jira.hl7.org/browse/FHIR-26317. Specifically, I believe they should read:

exists: True if whether an answer exists is equal to the enableWhen answer (which must be a boolean).
=: True if at least one answer has a value that is equal to the enableWhen answer.
!=: True if no answer has a value that is equal to the enableWhen answer.
>: True if at least one answer has a value that is greater than the enableWhen answer.
<: True if at least one answer has a value that is less than the enableWhen answer.
>=: True if at least one answer has a value that is greater or equal to the enableWhen answer.
<=: True if at least one answer has a value that is less or equal to the enableWhen answer.

Last updated: Apr 12 2022 at 19:14 UTC