FHIR 4.0.1 © HL7.org  |  FHIRsmith 0.13.2  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |  Library  |   

TX: CodeSystem search-comparator

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="search-comparator"/>
  <meta>
    <lastUpdated value="2019-11-01T09:29:23.356+11:00"/>
  </meta>
  <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="3"/>
  </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.4.638"/>
  </identifier>
  <version value="4.0.1"/>
  <name value="SearchComparator"/>
  <title value="SearchComparator"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2019-11-01T09:29:23+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="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 Than"/>
    <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>