FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 2 |
{
"resourceType" : "CodeSystem",
"id" : "assert-operator-codes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n \n <h2>AssertionOperatorType</h2>\n \n \n <div>\n \n \n <p>The type of operator to use for assertion.</p>\n\n \n \n </div>\n \n \n <p>This code system http://hl7.org/fhir/assert-operator-codes defines the following codes:</p>\n \n \n <table class=\"codes\">\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">\n \n \n <b>Code</b>\n \n \n </td>\n \n \n <td>\n \n \n <b>Display</b>\n \n \n </td>\n \n \n <td>\n \n \n <b>Definition</b>\n \n \n </td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">equals\n \n \n <a name=\"assert-operator-codes-equals\"> </a>\n \n \n </td>\n \n \n <td>equals</td>\n \n \n <td>Default value. Equals comparison.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">notEquals\n \n \n <a name=\"assert-operator-codes-notEquals\"> </a>\n \n \n </td>\n \n \n <td>notEquals</td>\n \n \n <td>Not equals comparison.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">in\n \n \n <a name=\"assert-operator-codes-in\"> </a>\n \n \n </td>\n \n \n <td>in</td>\n \n \n <td>Compare value within a known set of values.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">notIn\n \n \n <a name=\"assert-operator-codes-notIn\"> </a>\n \n \n </td>\n \n \n <td>notIn</td>\n \n \n <td>Compare value not within a known set of values.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">greaterThan\n \n \n <a name=\"assert-operator-codes-greaterThan\"> </a>\n \n \n </td>\n \n \n <td>greaterThan</td>\n \n \n <td>Compare value to be greater than a known value.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">lessThan\n \n \n <a name=\"assert-operator-codes-lessThan\"> </a>\n \n \n </td>\n \n \n <td>lessThan</td>\n \n \n <td>Compare value to be less than a known value.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">empty\n \n \n <a name=\"assert-operator-codes-empty\"> </a>\n \n \n </td>\n \n \n <td>empty</td>\n \n \n <td>Compare value is empty.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">notEmpty\n \n \n <a name=\"assert-operator-codes-notEmpty\"> </a>\n \n \n </td>\n \n \n <td>notEmpty</td>\n \n \n <td>Compare value is not empty.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">contains\n \n \n <a name=\"assert-operator-codes-contains\"> </a>\n \n \n </td>\n \n \n <td>contains</td>\n \n \n <td>Compare value string contains a known value.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">notContains\n \n \n <a name=\"assert-operator-codes-notContains\"> </a>\n \n \n </td>\n \n \n <td>notContains</td>\n \n \n <td>Compare value string does not contain a known value.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">eval\n \n \n <a name=\"assert-operator-codes-eval\"> </a>\n \n \n </td>\n \n \n <td>evaluate</td>\n \n \n <td>Evaluate the FHIRPath expression as a boolean condition.</td>\n \n \n </tr>\n \n \n </table>\n \n \n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4b.r4"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
}
],
"url" : "http://hl7.org/fhir/assert-operator-codes",
"version" : "4.3.0",
"name" : "AssertionOperatorType",
"title" : "AssertionOperatorType",
"status" : "draft",
"experimental" : false,
"date" : "2021-01-17T06:06:13+10:00",
"publisher" : "FHIR Infrastructure",
"contact" : [
{
"name" : "FHIR Infrastructure",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description" : "The type of operator to use for assertion.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/assert-operator-codes|4.0.1",
"content" : "complete",
"concept" : [
{
"code" : "equals",
"display" : "equals",
"definition" : "Default value. Equals comparison."
},
{
"code" : "notEquals",
"display" : "notEquals",
"definition" : "Not equals comparison."
},
{
"code" : "in",
"display" : "in",
"definition" : "Compare value within a known set of values."
},
{
"code" : "notIn",
"display" : "notIn",
"definition" : "Compare value not within a known set of values."
},
{
"code" : "greaterThan",
"display" : "greaterThan",
"definition" : "Compare value to be greater than a known value."
},
{
"code" : "lessThan",
"display" : "lessThan",
"definition" : "Compare value to be less than a known value."
},
{
"code" : "empty",
"display" : "empty",
"definition" : "Compare value is empty."
},
{
"code" : "notEmpty",
"display" : "notEmpty",
"definition" : "Compare value is not empty."
},
{
"code" : "contains",
"display" : "contains",
"definition" : "Compare value string contains a known value."
},
{
"code" : "notContains",
"display" : "notContains",
"definition" : "Compare value string does not contain a known value."
},
{
"code" : "eval",
"display" : "evaluate",
"definition" : "Evaluate the FHIRPath expression as a boolean condition."
}
]
}