spark_auto_mapper_fhir.value_sets.action_selection_behavior

Module Contents

Classes

ActionSelectionBehaviorCode

ActionSelectionBehavior

ActionSelectionBehaviorCodeValues

Any number of the actions in the group may be chosen, from zero to all.

class spark_auto_mapper_fhir.value_sets.action_selection_behavior.ActionSelectionBehaviorCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

ActionSelectionBehavior From: http://hl7.org/fhir/action-selection-behavior in valuesets.xml

Defines selection behavior of a group.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/action-selection-behavior
class spark_auto_mapper_fhir.value_sets.action_selection_behavior.ActionSelectionBehaviorCodeValues

Any number of the actions in the group may be chosen, from zero to all. From: http://hl7.org/fhir/action-selection-behavior in valuesets.xml

Any

All the actions in the group must be selected as a single unit. From: http://hl7.org/fhir/action-selection-behavior in valuesets.xml

All

All the actions in the group are meant to be chosen as a single unit: either all must be selected by the end user, or none may be selected. From: http://hl7.org/fhir/action-selection-behavior in valuesets.xml

AllOrNone

The end user must choose one and only one of the selectable actions in the group. The user SHALL NOT choose none of the actions in the group. From: http://hl7.org/fhir/action-selection-behavior in valuesets.xml

ExactlyOne

The end user may choose zero or at most one of the actions in the group. From: http://hl7.org/fhir/action-selection-behavior in valuesets.xml

AtMostOne

The end user must choose a minimum of one, and as many additional as desired. From: http://hl7.org/fhir/action-selection-behavior in valuesets.xml

OneOrMore