spark_auto_mapper_fhir.value_sets.questionnaire_item_operator
¶
Module Contents¶
Classes¶
QuestionnaireItemOperator |
|
True if whether an answer exists is equal to the enableWhen answer (which must |
- class spark_auto_mapper_fhir.value_sets.questionnaire_item_operator.QuestionnaireItemOperatorCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
QuestionnaireItemOperator From: http://hl7.org/fhir/questionnaire-enable-operator in valuesets.xml
The criteria by which a question is enabled.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/questionnaire-enable-operator¶
- class spark_auto_mapper_fhir.value_sets.questionnaire_item_operator.QuestionnaireItemOperatorCodeValues¶
True if whether an answer exists is equal to the enableWhen answer (which must be a boolean). From: http://hl7.org/fhir/questionnaire-enable-operator in valuesets.xml
- Exists¶
True if whether at least one answer has a value that is equal to the enableWhen answer. From: http://hl7.org/fhir/questionnaire-enable-operator in valuesets.xml
- Equals¶
True if whether at least no answer has a value that is equal to the enableWhen answer. From: http://hl7.org/fhir/questionnaire-enable-operator in valuesets.xml
- NotEquals¶
True if whether at least no answer has a value that is greater than the enableWhen answer. From: http://hl7.org/fhir/questionnaire-enable-operator in valuesets.xml
- GreaterThan¶
True if whether at least no answer has a value that is less than the enableWhen answer. From: http://hl7.org/fhir/questionnaire-enable-operator in valuesets.xml
- LessThan¶
True if whether at least no answer has a value that is greater or equal to the enableWhen answer. From: http://hl7.org/fhir/questionnaire-enable-operator in valuesets.xml
- GreaterOrEquals¶
True if whether at least no answer has a value that is less or equal to the enableWhen answer. From: http://hl7.org/fhir/questionnaire-enable-operator in valuesets.xml
- LessOrEquals¶