FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-assert-operator-codes.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This 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'.

Source1

{
  "resourceType": "CodeSystem",
  "id": "assert-operator-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "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": "5.0.0",
  "name": "AssertionOperatorType",
  "title": "Assertion Operator Type",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T09:01:24+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.3.0",
  "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."
    },
    {
      "code": "manualEval",
      "display": "manualEvaluate",
      "definition": "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'."
    }
  ]
}