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

TX: CodeSystem quantity-comparator

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="quantity-comparator"/>
  <meta>
    <lastUpdated value="2023-03-26T15:21:02.749+11:00"/>
  </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/quantity-comparator&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;&amp;lt;
                  &lt;a name=&quot;quantity-comparator-.60&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Less than&lt;/td&gt;
                &lt;td&gt;The actual value is less than the given value.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;&amp;lt;=
                  &lt;a name=&quot;quantity-comparator-.60.61&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Less or Equal to&lt;/td&gt;
                &lt;td&gt;The actual value is less than or equal to the given value.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;&amp;gt;=
                  &lt;a name=&quot;quantity-comparator-.62.61&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Greater or Equal to&lt;/td&gt;
                &lt;td&gt;The actual value is greater than or equal to the given value.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;&amp;gt;
                  &lt;a name=&quot;quantity-comparator-.62&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Greater than&lt;/td&gt;
                &lt;td&gt;The actual value is greater than the given value.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;ad
                  &lt;a name=&quot;quantity-comparator-ad&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Sufficient to achieve this total quantity&lt;/td&gt;
                &lt;td&gt;The actual value is sufficient for the total quantity to equal the given value.&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="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
    <valueCode value="4.0.0"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="5"/>
  </extension>
  <url value="http://hl7.org/fhir/quantity-comparator"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.60"/>
  </identifier>
  <version value="5.0.0"/>
  <name value="QuantityComparator"/>
  <title value="QuantityComparator"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2023-03-26T15:21:02+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="How the Quantity should be understood and represented."/>
  <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/quantity-comparator"/>
  <content value="complete"/>
  <concept>
    <code value="&lt;"/>
    <display value="Less than"/>
    <definition value="The actual value is less than the given value."/>
  </concept>
  <concept>
    <code value="&lt;="/>
    <display value="Less or Equal to"/>
    <definition value="The actual value is less than or equal to the given value."/>
  </concept>
  <concept>
    <code value="&gt;="/>
    <display value="Greater or Equal to"/>
    <definition value="The actual value is greater than or equal to the given value."/>
  </concept>
  <concept>
    <code value="&gt;"/>
    <display value="Greater than"/>
    <definition value="The actual value is greater than the given value."/>
  </concept>
  <concept>
    <code value="ad"/>
    <display value="Sufficient to achieve this total quantity"/>
    <definition value="The actual value is sufficient for the total quantity to equal the given value."/>
  </concept>
</CodeSystem>