FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.10.0  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem assert-operator-codes

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="assert-operator-codes"/>
  <meta>
    <lastUpdated value="2023-03-26T15:21:02.749+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div value="&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
            &lt;p&gt;This code system 
              &lt;code&gt;http://hl7.org/fhir/assert-operator-codes&lt;/code&gt; defines the following codes:
            &lt;/p&gt;
            &lt;table class=&quot;codes&quot;&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;
                  &lt;b&gt;Code&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Display&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Definition&lt;/b&gt;
                &lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;equals
                  &lt;a name=&quot;assert-operator-codes-equals&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;equals&lt;/td&gt;
                &lt;td&gt;Default value. Equals comparison.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;notEquals
                  &lt;a name=&quot;assert-operator-codes-notEquals&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;notEquals&lt;/td&gt;
                &lt;td&gt;Not equals comparison.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;in
                  &lt;a name=&quot;assert-operator-codes-in&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;in&lt;/td&gt;
                &lt;td&gt;Compare value within a known set of values.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;notIn
                  &lt;a name=&quot;assert-operator-codes-notIn&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;notIn&lt;/td&gt;
                &lt;td&gt;Compare value not within a known set of values.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;greaterThan
                  &lt;a name=&quot;assert-operator-codes-greaterThan&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;greaterThan&lt;/td&gt;
                &lt;td&gt;Compare value to be greater than a known value.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;lessThan
                  &lt;a name=&quot;assert-operator-codes-lessThan&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;lessThan&lt;/td&gt;
                &lt;td&gt;Compare value to be less than a known value.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;empty
                  &lt;a name=&quot;assert-operator-codes-empty&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;empty&lt;/td&gt;
                &lt;td&gt;Compare value is empty.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;notEmpty
                  &lt;a name=&quot;assert-operator-codes-notEmpty&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;notEmpty&lt;/td&gt;
                &lt;td&gt;Compare value is not empty.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;contains
                  &lt;a name=&quot;assert-operator-codes-contains&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;contains&lt;/td&gt;
                &lt;td&gt;Compare value string contains a known value.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;notContains
                  &lt;a name=&quot;assert-operator-codes-notContains&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;notContains&lt;/td&gt;
                &lt;td&gt;Compare value string does not contain a known value.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;eval
                  &lt;a name=&quot;assert-operator-codes-eval&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;evaluate&lt;/td&gt;
                &lt;td&gt;Evaluate the FHIRPath expression as a boolean condition.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;manualEval
                  &lt;a name=&quot;assert-operator-codes-manualEval&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;manualEvaluate&lt;/td&gt;
                &lt;td&gt;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 &apos;pass&apos;, &apos;fail&apos;, &apos;skip&apos; or &apos;stop&apos;.&lt;/td&gt;
              &lt;/tr&gt;
            &lt;/table&gt;
          &lt;/div&gt;"/>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/>
  </extension>
  <url value="http://hl7.org/fhir/assert-operator-codes"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.709"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.697"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.2.360"/>
  </identifier>
  <version value="5.0.0"/>
  <name value="AssertionOperatorType"/>
  <title value="Assertion Operator Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2021-01-05T10:01:24+11:00"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="The type of operator to use for assertion."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/assert-operator-codes"/>
  <content value="complete"/>
  <concept>
    <code value="equals"/>
    <display value="equals"/>
    <definition value="Default value. Equals comparison."/>
  </concept>
  <concept>
    <code value="notEquals"/>
    <display value="notEquals"/>
    <definition value="Not equals comparison."/>
  </concept>
  <concept>
    <code value="in"/>
    <display value="in"/>
    <definition value="Compare value within a known set of values."/>
  </concept>
  <concept>
    <code value="notIn"/>
    <display value="notIn"/>
    <definition value="Compare value not within a known set of values."/>
  </concept>
  <concept>
    <code value="greaterThan"/>
    <display value="greaterThan"/>
    <definition value="Compare value to be greater than a known value."/>
  </concept>
  <concept>
    <code value="lessThan"/>
    <display value="lessThan"/>
    <definition value="Compare value to be less than a known value."/>
  </concept>
  <concept>
    <code value="empty"/>
    <display value="empty"/>
    <definition value="Compare value is empty."/>
  </concept>
  <concept>
    <code value="notEmpty"/>
    <display value="notEmpty"/>
    <definition value="Compare value is not empty."/>
  </concept>
  <concept>
    <code value="contains"/>
    <display value="contains"/>
    <definition value="Compare value string contains a known value."/>
  </concept>
  <concept>
    <code value="notContains"/>
    <display value="notContains"/>
    <definition value="Compare value string does not contain a known value."/>
  </concept>
  <concept>
    <code value="eval"/>
    <display value="evaluate"/>
    <definition value="Evaluate the FHIRPath expression as a boolean condition."/>
  </concept>
  <concept>
    <code value="manualEval"/>
    <display value="manualEvaluate"/>
    <definition value="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 &apos;pass&apos;, &apos;fail&apos;, &apos;skip&apos; or &apos;stop&apos;."/>
  </concept>
</CodeSystem>