This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3 R2

V3\RelationalOperator\v3-RelationalOperator.json

? not found

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><p>Release Date: 2014-08-07</p>\r\n<table class=\"grid\">\r\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr>\r\n <tr><td>1</td><td>CT<a name=\"CT\"> </a></td><td>Contains</td><td>\n                        Specified set of things includes value being evaluated.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>EQ<a name=\"EQ\"> </a></td><td>Equal</td><td>\n                        Equal condition applied to comparisons.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>GE<a name=\"GE\"> </a></td><td>Greater than or equal</td><td>\n                        Greater than or equal condition applied to comparisons.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>GN<a name=\"GN\"> </a></td><td>Generic</td><td>\n                        A generic comparison selects a record for inclusion in the response if the beginning of the designated element value matches the select string.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>GT<a name=\"GT\"> </a></td><td>Greater than</td><td>\n                        Greater than condition applied to comparisons.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>LE<a name=\"LE\"> </a></td><td>Less than or equal</td><td>\n                        Less than or equal condition applied to comparisons.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>LT<a name=\"LT\"> </a></td><td>Less than</td><td>\n                        Less than condition applied to comparisons.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>NE<a name=\"NE\"> </a></td><td>Not Equal</td><td>\n                        Not equal condition applied to comparisons.<br/>\r\n\n                     </td></tr>\r\n</table>\r\n</div>"
  },
  "identifier": "http://hl7.org/fhir/v3/vs/RelationalOperator",
  "name": "v3 Code System RelationalOperator",
  "publisher": "HL7, Inc",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org"
    }
  ],
  "description": "? not found",
  "status": "active",
  "date": "2014-08-07T00:00:00+10:00",
  "define": {
    "system": "http://hl7.org/fhir/v3/RelationalOperator",
    "caseSensitive": true,
    "concept": [
      {
        "code": "CT",
        "display": "Contains",
        "definition": "Specified set of things includes value being evaluated."
      },
      {
        "code": "EQ",
        "display": "Equal",
        "definition": "Equal condition applied to comparisons."
      },
      {
        "code": "GE",
        "display": "Greater than or equal",
        "definition": "Greater than or equal condition applied to comparisons."
      },
      {
        "code": "GN",
        "display": "Generic",
        "definition": "A generic comparison selects a record for inclusion in the response if the beginning of the designated element value matches the select string."
      },
      {
        "code": "GT",
        "display": "Greater than",
        "definition": "Greater than condition applied to comparisons."
      },
      {
        "code": "LE",
        "display": "Less than or equal",
        "definition": "Less than or equal condition applied to comparisons."
      },
      {
        "code": "LT",
        "display": "Less than",
        "definition": "Less than condition applied to comparisons."
      },
      {
        "code": "NE",
        "display": "Not Equal",
        "definition": "Not equal condition applied to comparisons."
      }
    ]
  }
}