AssertionOperatorType

The type of operator to use for assertion.

This code system http://hl7.org/fhir/assert-operator-codes defines the following codes:

CodeDisplayDefinition
equals equalsDefault value. Equals comparison.
notEquals notEqualsNot equals comparison.
in inCompare value within a known set of values.
notIn notInCompare value not within a known set of values.
greaterThan greaterThanCompare value to be greater than a known value.
lessThan lessThanCompare value to be less than a known value.
empty emptyCompare value is empty.
notEmpty notEmptyCompare value is not empty.
contains containsCompare value string contains a known value.
notContains notContainsCompare value string does not contain a known value.
eval evaluateEvaluate the fluentpath expression as a boolean condition.