spark_auto_mapper_fhir.backbone_elements.plan_definition_action
¶
Module Contents¶
Classes¶
PlanDefinition.Action |
- class spark_auto_mapper_fhir.backbone_elements.plan_definition_action.PlanDefinitionAction(*, id_=None, extension=None, modifierExtension=None, prefix=None, title=None, description=None, textEquivalent=None, priority=None, code=None, reason=None, documentation=None, goalId=None, subjectCodeableConcept=None, subjectReference=None, trigger=None, condition=None, input=None, output=None, relatedAction=None, timingDateTime=None, timingAge=None, timingPeriod=None, timingDuration=None, timingRange=None, timingTiming=None, participant=None, type_=None, groupingBehavior=None, selectionBehavior=None, requiredBehavior=None, precheckBehavior=None, cardinalityBehavior=None, definitionCanonical=None, definitionUri=None, transform=None, dynamicValue=None, action=None)¶
Bases:
spark_auto_mapper_fhir.base_types.fhir_backbone_element_base.FhirBackboneElementBase
- PlanDefinition.Action
This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.
This resource allows for the definition of various types of plans as a
sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.
- param id_
None
- param extension
May be used to represent additional information that is not part of the basic
definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- param modifierExtension
May be used to represent additional information that is not part of the basic
definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element’s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- param prefix
A user-visible prefix for the action.
- param title
The title of the action displayed to a user.
- param description
A brief description of the action used to provide a summary to display to the
- user.
- param textEquivalent
A text equivalent of the action to be performed. This provides a human-
interpretable description of the action when the definition is consumed by a system that might not be capable of interpreting it dynamically.
- param priority
Indicates how quickly the action should be addressed with respect to other
- actions.
- param code
A code that provides meaning for the action or action group. For example, a
- section may have a LOINC code for the section of a documentation template.
- param reason
A description of why this action is necessary or appropriate.
- param documentation
Didactic or other informational resources associated with the action that can
be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources.
- param goalId
Identifies goals that this action supports. The reference must be to a goal
- element defined within this plan definition.
- param subjectCodeableConcept
None
- param subjectReference
None
- param trigger
A description of when the action should be triggered.
- param condition
An expression that describes applicability criteria or start/stop conditions
- for the action.
- param input
Defines input data requirements for the action.
- param output
Defines the outputs of the action, if any.
- param relatedAction
A relationship to another action such as “before” or “30-60 minutes after
- start of”.
- param timingDateTime
None
- param timingAge
None
- param timingPeriod
None
- param timingDuration
None
- param timingRange
None
- param timingTiming
None
- param participant
Indicates who should participate in performing the action described.
- param type_
The type of action to perform (create, update, remove).
- param groupingBehavior
Defines the grouping behavior for the action and its children.
- param selectionBehavior
Defines the selection behavior for the action and its children.
- param requiredBehavior
Defines the required behavior for the action.
- param precheckBehavior
Defines whether the action should usually be preselected.
- param cardinalityBehavior
Defines whether the action can be selected multiple times.
- param definitionCanonical
None
- param definitionUri
None
- param transform
A reference to a StructureMap resource that defines a transform that can be
executed to produce the intent resource using the ActivityDefinition instance as the input.
- param dynamicValue
Customizations that should be applied to the statically defined resource. For
example, if the dosage of a medication must be computed based on the patient’s weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result.
- param action
Sub actions that are contained within the action. The behavior of this action
determines the functionality of the sub-actions. For example, a selection behavior of at-most-one indicates that of the sub-actions, at most one may be chosen as part of realizing the action definition.
- Parameters
id_ (Optional[spark_auto_mapper_fhir.fhir_types.string.FhirString]) –
extension (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.extensions.extension_base.ExtensionBase]]) –
modifierExtension (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.extensions.extension_base.ExtensionBase]]) –
prefix (Optional[spark_auto_mapper_fhir.fhir_types.string.FhirString]) –
title (Optional[spark_auto_mapper_fhir.fhir_types.string.FhirString]) –
description (Optional[spark_auto_mapper_fhir.fhir_types.string.FhirString]) –
textEquivalent (Optional[spark_auto_mapper_fhir.fhir_types.string.FhirString]) –
priority (Optional[spark_auto_mapper_fhir.value_sets.request_priority.RequestPriorityCode]) –
code (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode]]]) –
reason (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode]]]) –
documentation (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.related_artifact.RelatedArtifact]]) –
goalId (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.fhir_types.id.FhirId]]) –
subjectCodeableConcept (Optional[spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.subject_type.SubjectTypeCode]]) –
subjectReference (Optional[spark_auto_mapper_fhir.complex_types.reference.Reference[spark_auto_mapper_fhir.resources.group.Group]]) –
trigger (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.trigger_definition.TriggerDefinition]]) –
condition (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.backbone_elements.plan_definition_condition.PlanDefinitionCondition]]) –
input (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.data_requirement.DataRequirement]]) –
output (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.data_requirement.DataRequirement]]) –
relatedAction (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.backbone_elements.plan_definition_related_action.PlanDefinitionRelatedAction]]) –
timingDateTime (Optional[spark_auto_mapper_fhir.fhir_types.date_time.FhirDateTime]) –
timingAge (Optional[spark_auto_mapper_fhir.complex_types.age.Age]) –
timingPeriod (Optional[spark_auto_mapper_fhir.complex_types.period.Period]) –
timingDuration (Optional[spark_auto_mapper_fhir.complex_types.duration.Duration]) –
timingRange (Optional[spark_auto_mapper_fhir.complex_types.range.Range]) –
timingTiming (Optional[spark_auto_mapper_fhir.backbone_elements.timing.Timing]) –
participant (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.backbone_elements.plan_definition_participant.PlanDefinitionParticipant]]) –
type_ (Optional[spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.action_type.ActionTypeCode]]) –
groupingBehavior (Optional[spark_auto_mapper_fhir.value_sets.action_grouping_behavior.ActionGroupingBehaviorCode]) –
selectionBehavior (Optional[spark_auto_mapper_fhir.value_sets.action_selection_behavior.ActionSelectionBehaviorCode]) –
requiredBehavior (Optional[spark_auto_mapper_fhir.value_sets.action_required_behavior.ActionRequiredBehaviorCode]) –
precheckBehavior (Optional[spark_auto_mapper_fhir.value_sets.action_precheck_behavior.ActionPrecheckBehaviorCode]) –
cardinalityBehavior (Optional[spark_auto_mapper_fhir.value_sets.action_cardinality_behavior.ActionCardinalityBehaviorCode]) –
definitionCanonical (Optional[spark_auto_mapper_fhir.fhir_types.canonical.FhirCanonical]) –
definitionUri (Optional[spark_auto_mapper_fhir.fhir_types.uri.FhirUri]) –
transform (Optional[spark_auto_mapper_fhir.fhir_types.canonical.FhirCanonical]) –
dynamicValue (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.backbone_elements.plan_definition_dynamic_value.PlanDefinitionDynamicValue]]) –
action (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[PlanDefinitionAction]]) –