interface PlanDefinitionActionRelatedAction {
    _actionId?: Element;
    _relationship?: Element;
    actionId: id;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    offsetDuration?: Duration;
    offsetRange?: Range;
    relationship: code;
}

Properties

_actionId?: Element

What action is this related to

_relationship?: Element

before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end

actionId: id

What action is this related to

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

offsetDuration?: Duration

Time offset for the relationship

offsetRange?: Range

Time offset for the relationship

relationship: code

before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end