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

FHIR IG analytics

Packagehl7.fhir.uv.testing
Resource TypeCodeSystem
IdCodeSystem-assert-operator-codes.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/fhir-testing-ig/CodeSystem-assert-operator-codes.html
URLhttp://hl7.org/fhir/assert-operator-codes
Version0.1.0-SNAPSHOT
Statusdraft
Date2021-01-05T10:01:24+11:00
NameAssertionOperatorType
TitleAssertion Operator Type
Realmuv
Authorityhl7
DescriptionThe type of operator to use for assertion.
Contentcomplete

Resources that use this resource

ValueSet
assert-operator-codesAssertion Operator Type Value Set
R4-assert-operator-codes-for-R4BCross-version VS for R4.AssertionOperatorType for use in FHIR R4B
R5-assert-operator-codes-for-R4BCross-version VS for R5.AssertionOperatorType for use in FHIR R4B
R2-assert-operator-codes-for-R4BCross-version VS for R2.AssertionOperatorType for use in FHIR R4B
R3-assert-operator-codes-for-R4BCross-version VS for R3.AssertionOperatorType for use in FHIR R4B
R4-assert-operator-codes-for-R5Cross-version VS for R4.AssertionOperatorType for use in FHIR R5
R5-assert-operator-codes-for-R4Cross-version VS for R5.AssertionOperatorType for use in FHIR R4
R2-assert-operator-codes-for-R5Cross-version VS for R2.AssertionOperatorType for use in FHIR R5
R3-assert-operator-codes-for-R5Cross-version VS for R3.AssertionOperatorType for use in FHIR R5

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.
manualEval manualEvaluateManually 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",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4
    }
  ],
  "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"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.697"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.2.360"
    }
  ],
  "version": "0.1.0-SNAPSHOT",
  "name": "AssertionOperatorType",
  "title": "Assertion Operator Type",
  "status": "draft",
  "experimental": false,
  "date": "2021-01-05T10:01:24+11:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "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"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/assert-operator-codes|0.1.0-SNAPSHOT",
  "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'."
    }
  ]
}