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

name
SearchComparator
package
hl7.fhir.r5.core@5.0.0
content
complete
status
active
date
2021-01-04 23:01:24.0

Search Comparator

What Search Comparator Codes are supported in search.

{
  "description" : "What Search Comparator Codes are supported in search.",
  "compose" : null,
  "package" : "hl7.fhir.r5.core@5.0.0",
  "date" : "2021-01-04T23:01:24Z",
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated" : "2023-03-26T15:21:02.749+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "jurisdiction" : [ {
    "coding" : [ {
      "code" : "001",
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display" : "World"
    } ]
  } ],
  "content" : "complete",
  "name" : "SearchComparator",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "Search Comparator",
  "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" : "active",
  "id" : "c7be9f32-95ce-5685-8b7d-5e4033313d3b",
  "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"
  }, {
    "use" : "old",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.623",
    "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" : "5.0.0",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}