RequestGroupAction
open class RequestGroupAction: BackboneElement
Proposed actions, if any.
The actions, if any, produced by the evaluation of the artifact.
-
Proposed actions, if any.
The actions, if any, produced by the evaluation of the artifact.
Declaration
Swift
override open class var resourceType: String -
Sub action.
Declaration
Swift
public var action: [RequestGroupAction]? -
Defines whether the action can be selected multiple times.
Declaration
Swift
public var cardinalityBehavior: ActionCardinalityBehavior? -
Code representing the meaning of the action or sub-actions.
Declaration
Swift
public var code: [CodeableConcept]? -
Whether or not the action is applicable.
Declaration
Swift
public var condition: [RequestGroupActionCondition]? -
Short description of the action.
Declaration
Swift
public var description_fhir: FHIRString? -
Supporting documentation for the intended performer of the action.
Declaration
Swift
public var documentation: [RelatedArtifact]? -
Defines the grouping behavior for the action and its children.
Declaration
Swift
public var groupingBehavior: ActionGroupingBehavior? -
User-visible label for the action (e.g. 1. or A.).
Declaration
Swift
public var label: FHIRString? -
Who should perform the action.
Declaration
Swift
public var participant: [Reference]? -
Defines whether the action should usually be preselected.
Declaration
Swift
public var precheckBehavior: ActionPrecheckBehavior? -
Relationship to another action.
Declaration
Swift
public var relatedAction: [RequestGroupActionRelatedAction]? -
Defines the requiredness behavior for the action.
Declaration
Swift
public var requiredBehavior: ActionRequiredBehavior? -
The target of the action.
Declaration
Swift
public var resource: Reference? -
Defines the selection behavior for the action and its children.
Declaration
Swift
public var selectionBehavior: ActionSelectionBehavior? -
Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system.
Declaration
Swift
public var textEquivalent: FHIRString? -
When the action should take place.
Declaration
Swift
public var timingDateTime: DateTime? -
When the action should take place.
Declaration
Swift
public var timingDuration: Duration? -
When the action should take place.
Declaration
Swift
public var timingPeriod: Period? -
When the action should take place.
Declaration
Swift
public var timingRange: Range? -
When the action should take place.
Declaration
Swift
public var timingTiming: Timing? -
User-visible title.
Declaration
Swift
public var title: FHIRString? -
create | update | remove | fire-event.
Declaration
Swift
public var type: Coding? -
create | update | remove | fire-event.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class RequestGroupAction: BackboneElement
View on GitHub
Install in Dash
RequestGroupAction Class Reference