{ "description": "The criteria by which a question is enabled.", "_filename": "CodeSystem-questionnaire-enable-operator.json", "package_name": "hl7.fhir.r6.examples", "date": "2021-01-05T10:01:24+11:00", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ], "lastUpdated": "2024-08-12T16:52:12.437+08:00" }, "publisher": "HL7 (FHIR Project)", "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": "6.0.0-ballot2", "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": "5939403c-c30a-4374-a527-cf9ee36249b1", "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 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": "6.0.0-ballot2", "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "url" }, { "value": "fhir@lists.hl7.org", "system": "email" } ] } ] }