This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Definition for Value SetFilterOperator
{ "ValueSet":{ "text":{ "status":{ "value":"generated" }, "div":"<div><h2>FilterOperator<\/h2><p>The kind of operation to perform as part of a property based filter<\/p><p>This value set defines it's own terms in the system http://hl7.org/fhir/filter-operator<\/p><table><tr><td><b>Code<\/b><\/td><td><b>Display<\/b><\/td><td><b>Definition<\/b><\/td><\/tr><tr><td>=<\/td><td/><td>The property value has the concept specified by the value.<\/td><\/tr><tr><td>is-a<\/td><td/><td>The property value has a concept that has an is-a relationship with the value.<\/td><\/tr><tr><td>is-not-a<\/td><td/><td>The property value has a concept that does not have an is-a relationship with the value.<\/td><\/tr><tr><td>regex<\/td><td/><td>The property value representation matches the regex specified in the value.<\/td><\/tr><\/table><\/div>" }, "identifier":{ "value":"http://hl7.org/fhir/vs/filter-operator" }, "name":{ "value":"FilterOperator" }, "publisher":{ "value":"HL7 (FHIR Project)" }, "telecom":[ { "system":{ "value":"url" }, "value":{ "value":"http://hl7.org/fhir" } }, { "system":{ "value":"email" }, "value":{ "value":"fhir@lists.hl7.org" } } ], "description":{ "value":"The kind of operation to perform as part of a property based filter" }, "status":{ "value":"draft" }, "date":{ "value":"2023-05-12T00:10:00" }, "define":{ "system":{ "value":"http://hl7.org/fhir/filter-operator" }, "caseSensitive":{ "value":true }, "concept":[ { "code":{ "value":"=" }, "definition":{ "value":"The property value has the concept specified by the value." } }, { "code":{ "value":"is-a" }, "definition":{ "value":"The property value has a concept that has an is-a relationship with the value." } }, { "code":{ "value":"is-not-a" }, "definition":{ "value":"The property value has a concept that does not have an is-a relationship with the value." } }, { "code":{ "value":"regex" }, "definition":{ "value":"The property value representation matches the regex specified in the value." } } ] } } }