spark_auto_mapper_fhir.value_sets.enable_when_behavior

Module Contents

Classes

EnableWhenBehaviorCode

EnableWhenBehavior

EnableWhenBehaviorCodeValues

Enable the question when all the enableWhen criteria are satisfied.

class spark_auto_mapper_fhir.value_sets.enable_when_behavior.EnableWhenBehaviorCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

EnableWhenBehavior From: http://hl7.org/fhir/questionnaire-enable-behavior in valuesets.xml

Controls how multiple enableWhen values are interpreted - whether all or any

must be true.

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-behavior
class spark_auto_mapper_fhir.value_sets.enable_when_behavior.EnableWhenBehaviorCodeValues

Enable the question when all the enableWhen criteria are satisfied. From: http://hl7.org/fhir/questionnaire-enable-behavior in valuesets.xml

All

Enable the question when any of the enableWhen criteria are satisfied. From: http://hl7.org/fhir/questionnaire-enable-behavior in valuesets.xml

Any