AssertionOperatorType

Assertion Operator Type

activeExtensions for Using Data Elements from FHIR R5 in FHIR R40.1.0complete12 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
5.0.0
Publisher
FHIR Infrastructure
Case Sensitive
Yes

Concepts (12)

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 FHIRPath expression as a boolean condition.
manualEvalmanualEvaluateManually evaluate the condition described by this assert. The test engine SHALL pause and provide an input mechanism to set the outcome of this assert to 'pass', 'fail', 'skip' or 'stop'.