spark_auto_mapper_fhir.value_sets.action_condition_kind

Module Contents

Classes

ActionConditionKindCode

ActionConditionKind

ActionConditionKindCodeValues

The condition describes whether or not a given action is applicable.

class spark_auto_mapper_fhir.value_sets.action_condition_kind.ActionConditionKindCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

ActionConditionKind From: http://hl7.org/fhir/action-condition-kind in valuesets.xml

Defines the kinds of conditions that can appear on actions.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/action-condition-kind
class spark_auto_mapper_fhir.value_sets.action_condition_kind.ActionConditionKindCodeValues

The condition describes whether or not a given action is applicable. From: http://hl7.org/fhir/action-condition-kind in valuesets.xml

Applicability

The condition is a starting condition for the action. From: http://hl7.org/fhir/action-condition-kind in valuesets.xml

Start

The condition is a stop, or exit condition for the action. From: http://hl7.org/fhir/action-condition-kind in valuesets.xml

Stop