FHIR Testing IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.1.0-SNAPSHOT built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-testing-ig/ and changes regularly. See the Directory of published versions
| Official URL: http://hl7.org/fhir/ValueSet/assert-operator-codes | Version: 0.1.0-SNAPSHOT | |||
| Standards status: Trial-use Draft as of 2020-12-28 | Maturity Level: 2 | Computable Name: AssertionOperatorTypeValueSet | ||
| Other Identifiers: OID:2.16.840.1.113883.4.642.3.708, OID:2.16.840.1.113883.4.642.3.696 (use: old, ), OID:2.16.840.1.113883.4.642.2.360 (use: old, ) | ||||
The type of operator to use for assertion.
References
Profile: Shareable ValueSet
http://hl7.org/fhir/assert-operator-codes version 📦6.0.0-ballot3
Expansion performed internally based on codesystem Assertion Operator Type v6.0.0-ballot3 (CodeSystem)
This value set contains 12 concepts
| System | Code | Display (en) | Definition | JSON | XML |
http://hl7.org/fhir/assert-operator-codes | equals | equals | Default value. Equals comparison. | ||
http://hl7.org/fhir/assert-operator-codes | notEquals | notEquals | Not equals comparison. | ||
http://hl7.org/fhir/assert-operator-codes | in | in | Compare value within a known set of values. | ||
http://hl7.org/fhir/assert-operator-codes | notIn | notIn | Compare value not within a known set of values. | ||
http://hl7.org/fhir/assert-operator-codes | greaterThan | greaterThan | Compare value to be greater than a known value. | ||
http://hl7.org/fhir/assert-operator-codes | lessThan | lessThan | Compare value to be less than a known value. | ||
http://hl7.org/fhir/assert-operator-codes | empty | empty | Compare value is empty. | ||
http://hl7.org/fhir/assert-operator-codes | notEmpty | notEmpty | Compare value is not empty. | ||
http://hl7.org/fhir/assert-operator-codes | contains | contains | Compare value string contains a known value. | ||
http://hl7.org/fhir/assert-operator-codes | notContains | notContains | Compare value string does not contain a known value. | ||
http://hl7.org/fhir/assert-operator-codes | eval | evaluate | Evaluate the FHIRPath expression as a boolean condition. | ||
http://hl7.org/fhir/assert-operator-codes | 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'. |