IGUHealth
    Preparing search index...
    interface RequestGroupAction {
        _cardinalityBehavior?: Element;
        _description?: Element;
        _groupingBehavior?: Element;
        _precheckBehavior?: Element;
        _prefix?: Element;
        _priority?: Element;
        _requiredBehavior?: Element;
        _selectionBehavior?: Element;
        _textEquivalent?: Element;
        _timingDateTime?: Element;
        _title?: Element;
        action?: RequestGroupAction[];
        cardinalityBehavior?: code;
        code?: CodeableConcept[];
        condition?: RequestGroupActionCondition[];
        description?: string;
        documentation?: RelatedArtifact[];
        extension?: Extension[];
        groupingBehavior?: code;
        id?: id;
        modifierExtension?: Extension[];
        participant?: Reference[];
        precheckBehavior?: code;
        prefix?: string;
        priority?: code;
        relatedAction?: RequestGroupActionRelatedAction[];
        requiredBehavior?: code;
        resource?: Reference;
        selectionBehavior?: code;
        textEquivalent?: string;
        timingAge?: Age;
        timingDateTime?: dateTime;
        timingDuration?: Duration;
        timingPeriod?: Period;
        timingRange?: Range;
        timingTiming?: Timing;
        title?: string;
        type?: CodeableConcept;
    }
    Index

    Properties

    _cardinalityBehavior?: Element

    single | multiple

    _description?: Element

    Short description of the action

    _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

    Sub action

    cardinalityBehavior?: code

    single | multiple

    Code representing the meaning of the action or sub-actions

    Whether or not the action is applicable

    description?: string

    Short description of the action

    documentation?: RelatedArtifact[]

    Supporting documentation for the intended performer of the action

    extension?: Extension[]

    Additional content defined by implementations

    groupingBehavior?: code

    visual-group | logical-group | sentence-group

    id?: id

    Unique id for inter-element referencing

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    participant?: Reference[]

    Who should perform 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

    Relationship to another action

    requiredBehavior?: code

    must | could | must-unless-documented

    resource?: Reference

    The target of the action

    selectionBehavior?: code

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

    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

    create | update | remove | fire-event