interface PlanDefinitionAction {
    _cardinalityBehavior?: Element;
    _definitionCanonical?: Element;
    _definitionUri?: Element;
    _description?: Element;
    _goalId?: Element[];
    _groupingBehavior?: Element;
    _precheckBehavior?: Element;
    _prefix?: Element;
    _priority?: Element;
    _requiredBehavior?: Element;
    _selectionBehavior?: Element;
    _textEquivalent?: Element;
    _timingDateTime?: Element;
    _title?: Element;
    _transform?: Element;
    action?: PlanDefinitionAction[];
    cardinalityBehavior?: code;
    code?: CodeableConcept[];
    condition?: PlanDefinitionActionCondition[];
    definitionCanonical?: canonical;
    definitionUri?: uri;
    description?: string;
    documentation?: RelatedArtifact[];
    dynamicValue?: PlanDefinitionActionDynamicValue[];
    extension?: Extension[];
    goalId?: id[];
    groupingBehavior?: code;
    id?: id;
    input?: DataRequirement[];
    modifierExtension?: Extension[];
    output?: DataRequirement[];
    participant?: PlanDefinitionActionParticipant[];
    precheckBehavior?: code;
    prefix?: string;
    priority?: code;
    reason?: CodeableConcept[];
    relatedAction?: PlanDefinitionActionRelatedAction[];
    requiredBehavior?: code;
    selectionBehavior?: code;
    subjectCodeableConcept?: CodeableConcept;
    subjectReference?: Reference;
    textEquivalent?: string;
    timingAge?: Age;
    timingDateTime?: dateTime;
    timingDuration?: Duration;
    timingPeriod?: Period;
    timingRange?: Range;
    timingTiming?: Timing;
    title?: string;
    transform?: canonical;
    trigger?: TriggerDefinition[];
    type?: CodeableConcept;
}

Properties

_cardinalityBehavior?: Element

single | multiple

_definitionCanonical?: Element

Description of the activity to be performed

_definitionUri?: Element

Description of the activity to be performed

_description?: Element

Brief description of the action

_goalId?: Element[]

What goals this action supports

_groupingBehavior?: Element

visual-group | logical-group | sentence-group

_precheckBehavior?: Element

yes | no

_prefix?: Element

User-visible prefix for the action (e.g. 1. or A.)

_priority?: Element

routine | urgent | asap | stat

_requiredBehavior?: Element

must | could | must-unless-documented

_selectionBehavior?: Element

any | all | all-or-none | exactly-one | at-most-one | one-or-more

_textEquivalent?: Element

Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system

_timingDateTime?: Element

When the action should take place

_title?: Element

User-visible title

_transform?: Element

Transform to apply the template

A sub-action

cardinalityBehavior?: code

single | multiple

Code representing the meaning of the action or sub-actions

Whether or not the action is applicable

definitionCanonical?: canonical

Description of the activity to be performed

definitionUri?: uri

Description of the activity to be performed

description?: string

Brief description of the action

documentation?: RelatedArtifact[]

Supporting documentation for the intended performer of the action

Dynamic aspects of the definition

extension?: Extension[]

Additional content defined by implementations

goalId?: id[]

What goals this action supports

groupingBehavior?: code

visual-group | logical-group | sentence-group

id?: id

Unique id for inter-element referencing

input?: DataRequirement[]

Input data requirements

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

output?: DataRequirement[]

Output data definition

Who should participate in the action

precheckBehavior?: code

yes | no

prefix?: string

User-visible prefix for the action (e.g. 1. or A.)

priority?: code

routine | urgent | asap | stat

reason?: CodeableConcept[]

Why the action should be performed

Relationship to another action

requiredBehavior?: code

must | could | must-unless-documented

selectionBehavior?: code

any | all | all-or-none | exactly-one | at-most-one | one-or-more

subjectCodeableConcept?: CodeableConcept

Type of individual the action is focused on

subjectReference?: Reference

Type of individual the action is focused on

textEquivalent?: string

Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system

timingAge?: Age

When the action should take place

timingDateTime?: dateTime

When the action should take place

timingDuration?: Duration

When the action should take place

timingPeriod?: Period

When the action should take place

timingRange?: Range

When the action should take place

timingTiming?: Timing

When the action should take place

title?: string

User-visible title

transform?: canonical

Transform to apply the template

trigger?: TriggerDefinition[]

When the action should be triggered

create | update | remove | fire-event