spark_auto_mapper_fhir.value_sets.action_grouping_behavior

Module Contents

Classes

ActionGroupingBehaviorCode

ActionGroupingBehavior

ActionGroupingBehaviorCodeValues

Any group marked with this behavior should be displayed as a visual group to

class spark_auto_mapper_fhir.value_sets.action_grouping_behavior.ActionGroupingBehaviorCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

ActionGroupingBehavior From: http://hl7.org/fhir/action-grouping-behavior in valuesets.xml

Defines organization 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-grouping-behavior
class spark_auto_mapper_fhir.value_sets.action_grouping_behavior.ActionGroupingBehaviorCodeValues

Any group marked with this behavior should be displayed as a visual group to the end user. From: http://hl7.org/fhir/action-grouping-behavior in valuesets.xml

VisualGroup

A group with this behavior logically groups its sub-elements, and may be shown as a visual group to the end user, but it is not required to do so. From: http://hl7.org/fhir/action-grouping-behavior in valuesets.xml

LogicalGroup

A group of related alternative actions is a sentence group if the target referenced by the action is the same in all the actions and each action simply constitutes a different variation on how to specify the details for the target. For example, two actions that could be in a SentenceGroup are “aspirin, 500 mg, 2 times per day” and “aspirin, 300 mg, 3 times per day”. In both cases, aspirin is the target referenced by the action, and the two actions represent different options for how aspirin might be ordered for the patient. Note that a SentenceGroup would almost always have an associated selection behavior of “AtMostOne”, unless it’s a required action, in which case, it would be “ExactlyOne”. From: http://hl7.org/fhir/action-grouping-behavior in valuesets.xml

SentenceGroup