FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.10.0  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem assert-operator-codes

Properties

Profile http://hl7.org/fhir/StructureDefinition/shareablecodesystem
Last updated: March 26, 2023 at 04:21:02 AM UTC
Defining URL http://hl7.org/fhir/assert-operator-codes
Version 5.0.0
Name AssertionOperatorType
Title Assertion Operator Type
Status active
Definition

The type of operator to use for assertion.

Publisher HL7 (FHIR Project)
Committee fhir
EXT_FMM_LEVEL 2
Source hl7.fhir.r5.core#5.0.0
Value Set Assertion Operator Type

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

Code Display Definition
equals equals Default value. Equals comparison.
notEquals notEquals Not equals comparison.
in in Compare value within a known set of values.
notIn notIn Compare value not within a known set of values.
greaterThan greaterThan Compare value to be greater than a known value.
lessThan lessThan Compare value to be less than a known value.
empty empty Compare value is empty.
notEmpty notEmpty Compare value is not empty.
contains contains Compare value string contains a known value.
notContains notContains Compare value string does not contain a known value.
eval evaluate Evaluate the FHIRPath expression as a boolean condition.
manualEval manualEvaluate Manually 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'.