PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r4b.examples@4.3.0
    http://hl7.org/fhir/questionnaire-enable-operator
{
  "description": "The criteria by which a question is enabled.",
  "_filename": "CodeSystem-questionnaire-enable-operator.json",
  "package_name": "hl7.fhir.r4b.examples",
  "date": "2021-01-17T07:06:13+11:00",
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2022-05-28T13:47:40.239+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "QuestionnaireItemOperator",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "QuestionnaireItemOperator",
  "package_version": "4.3.0",
  "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": "dcc3c038-da18-480d-8278-01ed11b0f744",
  "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-enable-operator",
  "kind": null,
  "url": "http://hl7.org/fhir/questionnaire-enable-operator",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.4.642.4.1006",
    "system": "urn:ietf:rfc:3986"
  } ],
  "concept": [ {
    "code": "exists",
    "display": "Exists",
    "definition": "True if whether an answer exists is equal to the enableWhen answer (which must be a boolean)."
  }, {
    "code": "=",
    "display": "Equals",
    "definition": "True if whether at least one answer has a value that is equal to the enableWhen answer."
  }, {
    "code": "!=",
    "display": "Not Equals",
    "definition": "True if whether at least no answer has a value that is equal to the enableWhen answer."
  }, {
    "code": ">",
    "display": "Greater Than",
    "definition": "True if whether at least no answer has a value that is greater than the enableWhen answer."
  }, {
    "code": "<",
    "display": "Less Than",
    "definition": "True if whether at least no answer has a value that is less than the enableWhen answer."
  }, {
    "code": ">=",
    "display": "Greater or Equals",
    "definition": "True if whether at least no answer has a value that is greater or equal to the enableWhen answer."
  }, {
    "code": "<=",
    "display": "Less or Equals",
    "definition": "True if whether at least no answer has a value that is less or equal to the enableWhen answer."
  } ],
  "caseSensitive": true,
  "version": "4.3.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}