PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.xver@r5.r4b-0.0.1-snapshot-2
    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.uv.xver",
  "date": "2021-01-05T09:01:24+10:00",
  "publisher": "FHIR Infrastructure",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "content": "complete",
  "name": "QuestionnaireItemOperator",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Questionnaire Item Operator",
  "package_version": "r5.r4b-0.0.1-snapshot-2",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 3
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/package-source",
    "extension": [ {
      "url": "packageId",
      "valueId": "hl7.fhir.uv.xver-r5.r4b"
    }, {
      "url": "version",
      "valueString": "0.0.1-snapshot-2"
    } ]
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  } ],
  "status": "active",
  "id": "bc5f7acc-e45f-46d0-93c9-77e86d7cda89",
  "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-enable-operator|4.3.0",
  "kind": null,
  "url": "http://hl7.org/fhir/questionnaire-enable-operator",
  "concept": [ {
    "code": "exists",
    "display": "Exists",
    "definition": "True if the determination of 'whether an answer exists for the question' is equal to the enableWhen answer (which must be a boolean)."
  }, {
    "code": "=",
    "display": "Equals",
    "definition": "True if at least one answer has a value that is equal to the enableWhen answer."
  }, {
    "code": "!=",
    "display": "Not Equals",
    "definition": "True if no answer has a value that is equal to the enableWhen answer."
  }, {
    "code": ">",
    "display": "Greater Than",
    "definition": "True if at least one answer has a value that is greater than the enableWhen answer."
  }, {
    "code": "<",
    "display": "Less Than",
    "definition": "True if at least one answer has a value that is less than the enableWhen answer."
  }, {
    "code": ">=",
    "display": "Greater or Equals",
    "definition": "True if at least one answer has a value that is greater or equal to the enableWhen answer."
  }, {
    "code": "<=",
    "display": "Less or Equals",
    "definition": "True if at least one answer has a value that is less or equal to the enableWhen answer."
  } ],
  "caseSensitive": true,
  "version": "5.0.0",
  "contact": [ {
    "name": "FHIR Infrastructure",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ]
}