Assertion Operator Type
activeContentcompleteURL
http://hl7.org/fhir/assert-operator-codesCopied!
Version5.0.0Copied!
Date2021-01-05T10:01:24+11:00PublisherHL7 (FHIR Project)DescriptionThe type of operator to use for assertion.
Concepts
Select a concept to view details
This code system
http://hl7.org/fhir/assert-operator-codes defines the following codes:
{
"description" : "The type of operator to use for assertion.",
"date" : "2021-01-05T10:01:24+11:00",
"meta" : {
"lastUpdated" : "2023-03-26T15:21:02.749+11:00",
"profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
},
"publisher" : "HL7 (FHIR Project)",
"jurisdiction" : [ {
"coding" : [ {
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
} ]
} ],
"content" : "complete",
"property" : null,
"name" : "AssertionOperatorType",
"experimental" : false,
"resourceType" : "CodeSystem",
"title" : "Assertion Operator Type",
"extension" : [ {
"valueCode" : "fhir",
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"
}, {
"valueCode" : "trial-use",
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"
}, {
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2
}, {
"extension" : [ {
"valueString" : "concept",
"url" : "path"
}, {
"url" : "count",
"valueInteger" : 12
} ],
"url" : "http://health-samurai.io/extensions/excised-data"
}, {
"url" : "http://health-samurai.io/extensions/source",
"valueCode" : "db"
} ],
"status" : "active",
"id" : "f56fa6e3-8d44-4f9f-aa71-d6c7444a96ce",
"valueSet" : "http://hl7.org/fhir/ValueSet/assert-operator-codes",
"url" : "http://hl7.org/fhir/assert-operator-codes",
"identifier" : [ {
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.4.709"
}, {
"system" : "urn:ietf:rfc:3986",
"use" : "old",
"value" : "urn:oid:2.16.840.1.113883.4.642.1.697"
}, {
"system" : "urn:ietf:rfc:3986",
"use" : "old",
"value" : "urn:oid:2.16.840.1.113883.4.642.2.360"
} ],
"caseSensitive" : true,
"version" : "5.0.0",
"contact" : [ {
"telecom" : [ {
"system" : "url",
"value" : "http://hl7.org/fhir"
}, {
"system" : "email",
"value" : "fhir@lists.hl7.org"
} ]
} ],
"text" : {
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/assert-operator-codes</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">equals\n <a name=\"assert-operator-codes-equals\"> </a>\n </td>\n <td>equals</td>\n <td>Default value. Equals comparison.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">notEquals\n <a name=\"assert-operator-codes-notEquals\"> </a>\n </td>\n <td>notEquals</td>\n <td>Not equals comparison.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">in\n <a name=\"assert-operator-codes-in\"> </a>\n </td>\n <td>in</td>\n <td>Compare value within a known set of values.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">notIn\n <a name=\"assert-operator-codes-notIn\"> </a>\n </td>\n <td>notIn</td>\n <td>Compare value not within a known set of values.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">greaterThan\n <a name=\"assert-operator-codes-greaterThan\"> </a>\n </td>\n <td>greaterThan</td>\n <td>Compare value to be greater than a known value.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">lessThan\n <a name=\"assert-operator-codes-lessThan\"> </a>\n </td>\n <td>lessThan</td>\n <td>Compare value to be less than a known value.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">empty\n <a name=\"assert-operator-codes-empty\"> </a>\n </td>\n <td>empty</td>\n <td>Compare value is empty.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">notEmpty\n <a name=\"assert-operator-codes-notEmpty\"> </a>\n </td>\n <td>notEmpty</td>\n <td>Compare value is not empty.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">contains\n <a name=\"assert-operator-codes-contains\"> </a>\n </td>\n <td>contains</td>\n <td>Compare value string contains a known value.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">notContains\n <a name=\"assert-operator-codes-notContains\"> </a>\n </td>\n <td>notContains</td>\n <td>Compare value string does not contain a known value.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">eval\n <a name=\"assert-operator-codes-eval\"> </a>\n </td>\n <td>evaluate</td>\n <td>Evaluate the FHIRPath expression as a boolean condition.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">manualEval\n <a name=\"assert-operator-codes-manualEval\"> </a>\n </td>\n <td>manualEvaluate</td>\n <td>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'.</td>\n </tr>\n </table>\n </div>",
"status" : "generated"
}
}| Title | Version | Status | Publisher | Date | Concepts | Content |
|---|---|---|---|---|---|---|
| AssertionOperatorType | 4.0.1 | - | HL7 (FHIR Project) | - | 11 | complete |
| AssertionOperatorType | 4.3.0 | - | HL7 (FHIR Project) | - | 11 | complete |
| AssertionOperatorType | 4.0.1 | - | HL7 (FHIR Project) | - | 11 | complete |