<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="search-comparator" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status">
    <valueString value="Informative" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir" />
  </extension>
  <url value="http://hl7.org/fhir/search-comparator" />
  <identifier>
    <system value="urn:ietf:rfc:3986" />
    <value value="urn:oid:2.16.840.1.113883.4.642.1.623" />
  </identifier>
  <version value="3.0.0" />
  <name value="SearchComparator" />
  <status value="draft" />
  <experimental value="false" />
  <date value="2017-04-03T11:27:53+00: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="What Search Comparator Codes are supported in search" />
  <caseSensitive value="true" />
  <valueSet value="http://hl7.org/fhir/ValueSet/search-comparator" />
  <content value="complete" />
  <concept>
    <code value="eq" />
    <display value="Equals" />
    <definition value="the value for the parameter in the resource is equal to the provided value" />
  </concept>
  <concept>
    <code value="ne" />
    <display value="Not Equals" />
    <definition value="the value for the parameter in the resource is not equal to the provided value" />
  </concept>
  <concept>
    <code value="gt" />
    <display value="Greater Than" />
    <definition value="the value for the parameter in the resource is greater than the provided value" />
  </concept>
  <concept>
    <code value="lt" />
    <display value="Less Then" />
    <definition value="the value for the parameter in the resource is less than the provided value" />
  </concept>
  <concept>
    <code value="ge" />
    <display value="Greater or Equals" />
    <definition value="the value for the parameter in the resource is greater or equal to the provided value" />
  </concept>
  <concept>
    <code value="le" />
    <display value="Less of Equal" />
    <definition value="the value for the parameter in the resource is less or equal to the provided value" />
  </concept>
  <concept>
    <code value="sa" />
    <display value="Starts After" />
    <definition value="the value for the parameter in the resource starts after the provided value" />
  </concept>
  <concept>
    <code value="eb" />
    <display value="Ends Before" />
    <definition value="the value for the parameter in the resource ends before the provided value" />
  </concept>
  <concept>
    <code value="ap" />
    <display value="Approximately" />
    <definition value="the value for the parameter in the resource is approximately the same to the provided value." />
  </concept>
</CodeSystem>