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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.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

Generated Narrative: CodeSystem assert-operator-codes

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

CodeDisplayDefinition
equals equalsDefault value. Equals comparison.
notEquals notEqualsNot equals comparison.
in inCompare value within a known set of values.
notIn notInCompare value not within a known set of values.
greaterThan greaterThanCompare value to be greater than a known value.
lessThan lessThanCompare value to be less than a known value.
empty emptyCompare value is empty.
notEmpty notEmptyCompare value is not empty.
contains containsCompare value string contains a known value.
notContains notContainsCompare value string does not contain a known value.
eval evaluateEvaluate the FHIRPath expression as a boolean condition.

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-r4.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": "4.0.1",
  "name": "AssertionOperatorType",
  "title": "AssertionOperatorType",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T08:29:23+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."
    }
  ]
}