http://hl7.org/fhir/search-comparator|4.0.1

name
SearchComparator
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

SearchComparator

What Search Comparator Codes are supported in search.

{
  "description" : "What Search Comparator Codes are supported in search.",
  "compose" : null,
  "package" : "hl7.fhir.r4.examples@4.0.1",
  "date" : "2019-10-31T22:29:23Z",
  "meta" : {
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "content" : "complete",
  "name" : "SearchComparator",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "SearchComparator",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  } ],
  "status" : "draft",
  "id" : "8c7f7e5a-5447-54ce-aa19-2133c226bd6d",
  "valueSet" : "http://hl7.org/fhir/ValueSet/search-comparator",
  "url" : "http://hl7.org/fhir/search-comparator",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.638",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "eq",
    "display" : "Equals",
    "definition" : "the value for the parameter in the resource is equal to the provided value."
  }, {
    "code" : "ne",
    "display" : "Not Equals",
    "definition" : "the value for the parameter in the resource is not equal to the provided value."
  }, {
    "code" : "gt",
    "display" : "Greater Than",
    "definition" : "the value for the parameter in the resource is greater than the provided value."
  }, {
    "code" : "lt",
    "display" : "Less Than",
    "definition" : "the value for the parameter in the resource is less than the provided value."
  }, {
    "code" : "ge",
    "display" : "Greater or Equals",
    "definition" : "the value for the parameter in the resource is greater or equal to the provided value."
  }, {
    "code" : "le",
    "display" : "Less of Equal",
    "definition" : "the value for the parameter in the resource is less or equal to the provided value."
  }, {
    "code" : "sa",
    "display" : "Starts After",
    "definition" : "the value for the parameter in the resource starts after the provided value."
  }, {
    "code" : "eb",
    "display" : "Ends Before",
    "definition" : "the value for the parameter in the resource ends before the provided value."
  }, {
    "code" : "ap",
    "display" : "Approximately",
    "definition" : "the value for the parameter in the resource is approximately the same to the provided value."
  } ],
  "caseSensitive" : true,
  "version" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}