AssertionOperatorType

AssertionOperatorType

draftFHIR R3 package : Core3.0.2complete11 concepts

The type of operator to use for assertion.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/assert-operator-codes
ID
assert-operator-codes
Version
3.0.2
Publisher
HL7 (FHIR Project)
Case Sensitive
Yes

Concepts (11)

CodeDisplayDefinition
equalsequalsDefault value. Equals comparison.
notEqualsnotEqualsNot equals comparison.
ininCompare value within a known set of values.
notInnotInCompare value not within a known set of values.
greaterThangreaterThanCompare value to be greater than a known value.
lessThanlessThanCompare value to be less than a known value.
emptyemptyCompare value is empty.
notEmptynotEmptyCompare value is not empty.
containscontainsCompare value string contains a known value.
notContainsnotContainsCompare value string does not contain a known value.
evalevaluateEvaluate the fluentpath expression as a boolean condition.