RequestGroupAction constructor

const RequestGroupAction({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. String? prefix,
  5. @JsonKey(name: '_prefix') Element? prefixElement,
  6. String? title,
  7. @JsonKey(name: '_title') Element? titleElement,
  8. String? description,
  9. @JsonKey(name: '_description') Element? descriptionElement,
  10. String? textEquivalent,
  11. @JsonKey(name: '_textEquivalent') Element? textEquivalentElement,
  12. FhirCode? priority,
  13. @JsonKey(name: '_priority') Element? priorityElement,
  14. List<CodeableConcept>? code,
  15. List<RelatedArtifact>? documentation,
  16. List<RequestGroupCondition>? condition,
  17. List<RequestGroupRelatedAction>? relatedAction,
  18. FhirDateTime? timingDateTime,
  19. @JsonKey(name: '_timingDateTime') Element? timingDateTimeElement,
  20. Age? timingAge,
  21. Period? timingPeriod,
  22. FhirDuration? timingDuration,
  23. Range? timingRange,
  24. Timing? timingTiming,
  25. List<Reference>? participant,
  26. CodeableConcept? type,
  27. FhirCode? groupingBehavior,
  28. @JsonKey(name: '_groupingBehavior') Element? groupingBehaviorElement,
  29. FhirCode? selectionBehavior,
  30. @JsonKey(name: '_selectionBehavior') Element? selectionBehaviorElement,
  31. FhirCode? requiredBehavior,
  32. @JsonKey(name: '_requiredBehavior') Element? requiredBehaviorElement,
  33. FhirCode? precheckBehavior,
  34. @JsonKey(name: '_precheckBehavior') Element? precheckBehaviorElement,
  35. FhirCode? cardinalityBehavior,
  36. @JsonKey(name: '_cardinalityBehavior') Element? cardinalityBehaviorElement,
  37. Reference? resource,
  38. List<RequestGroupAction>? action,
})

RequestGroupAction A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one".

id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

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.

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).

prefix A user-visible prefix for the action.

prefixElement Extensions for prefix

title The title of the action displayed to a user.

titleElement Extensions for title

description A short description of the action used to provide a summary to display to the user.

descriptionElement Extensions for description

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.

textEquivalentElement Extensions for textEquivalent

priority Indicates how quickly the action should be addressed with respect to other actions.

priorityElement Extensions for priority

code A code that provides meaning for the action or action group. For example, a section may have a LOINC code for a section of a documentation template.

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.

condition An expression that describes applicability criteria, or start/stop conditions for the action.

relatedAction A relationship to another action such as "before" or "30-60 minutes after start of".

timingDateTime An optional value describing when the action should be performed.

timingDateTimeElement Extensions for timingDateTime

timingAge An optional value describing when the action should be performed.

timingPeriod An optional value describing when the action should be performed.

timingDuration An optional value describing when the action should be performed.

timingRange An optional value describing when the action should be performed.

timingTiming An optional value describing when the action should be performed.

participant The participant that should perform or be responsible for this action.

type The type of action to perform (create, update, remove).

groupingBehavior Defines the grouping behavior for the action and its children.

groupingBehaviorElement Extensions for groupingBehavior

selectionBehavior Defines the selection behavior for the action and its children.

selectionBehaviorElement Extensions for selectionBehavior

requiredBehavior Defines expectations around whether an action is required.

requiredBehaviorElement Extensions for requiredBehavior

precheckBehavior Defines whether the action should usually be preselected.

precheckBehaviorElement Extensions for precheckBehavior

cardinalityBehavior Defines whether the action can be selected multiple times.

cardinalityBehaviorElement Extensions for cardinalityBehavior

resource The resource that is the target of the action (e.g. CommunicationRequest).

action Sub actions.

Implementation

const factory RequestGroupAction({
  /// [id] Unique id for the element within a resource (for internal
  ///  references). This may be any string value that does not contain spaces.
  @JsonKey(name: 'id') FhirId? fhirId,

  /// [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.
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,

  /// [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).
  List<FhirExtension>? modifierExtension,

  /// [prefix] A user-visible prefix for the action.
  String? prefix,

  /// [prefixElement] Extensions for prefix
  @JsonKey(name: '_prefix') Element? prefixElement,

  /// [title] The title of the action displayed to a user.
  String? title,

  /// [titleElement] Extensions for title
  @JsonKey(name: '_title') Element? titleElement,

  /// [description] A short description of the action used to provide a summary
  ///  to display to the user.
  String? description,

  /// [descriptionElement] Extensions for description
  @JsonKey(name: '_description') Element? descriptionElement,

  /// [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.
  String? textEquivalent,

  /// [textEquivalentElement] Extensions for textEquivalent
  @JsonKey(name: '_textEquivalent') Element? textEquivalentElement,

  /// [priority] Indicates how quickly the action should be addressed with
  ///  respect to other actions.
  FhirCode? priority,

  /// [priorityElement] Extensions for priority
  @JsonKey(name: '_priority') Element? priorityElement,

  /// [code] A code that provides meaning for the action or action group. For
  /// example, a section may have a LOINC code for a section of a documentation
  ///  template.
  List<CodeableConcept>? code,

  /// [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.
  List<RelatedArtifact>? documentation,

  /// [condition] An expression that describes applicability criteria, or
  ///  start/stop conditions for the action.
  List<RequestGroupCondition>? condition,

  /// [relatedAction] A relationship to another action such as "before" or
  ///  "30-60 minutes after start of".
  List<RequestGroupRelatedAction>? relatedAction,

  /// [timingDateTime] An optional value describing when the action should be
  ///  performed.
  FhirDateTime? timingDateTime,

  /// [timingDateTimeElement] Extensions for timingDateTime
  @JsonKey(name: '_timingDateTime') Element? timingDateTimeElement,

  /// [timingAge] An optional value describing when the action should be
  ///  performed.
  Age? timingAge,

  /// [timingPeriod] An optional value describing when the action should be
  ///  performed.
  Period? timingPeriod,

  /// [timingDuration] An optional value describing when the action should be
  ///  performed.
  FhirDuration? timingDuration,

  /// [timingRange] An optional value describing when the action should be
  ///  performed.
  Range? timingRange,

  /// [timingTiming] An optional value describing when the action should be
  ///  performed.
  Timing? timingTiming,

  /// [participant] The participant that should perform or be responsible for
  ///  this action.
  List<Reference>? participant,

  /// [type] The type of action to perform (create, update, remove).
  CodeableConcept? type,

  /// [groupingBehavior] Defines the grouping behavior for the action and its
  ///  children.
  FhirCode? groupingBehavior,

  /// [groupingBehaviorElement] Extensions for groupingBehavior
  @JsonKey(name: '_groupingBehavior') Element? groupingBehaviorElement,

  /// [selectionBehavior] Defines the selection behavior for the action and its
  ///  children.
  FhirCode? selectionBehavior,

  /// [selectionBehaviorElement] Extensions for selectionBehavior
  @JsonKey(name: '_selectionBehavior') Element? selectionBehaviorElement,

  /// [requiredBehavior] Defines expectations around whether an action is
  ///  required.
  FhirCode? requiredBehavior,

  /// [requiredBehaviorElement] Extensions for requiredBehavior
  @JsonKey(name: '_requiredBehavior') Element? requiredBehaviorElement,

  /// [precheckBehavior] Defines whether the action should usually be
  ///  preselected.
  FhirCode? precheckBehavior,

  /// [precheckBehaviorElement] Extensions for precheckBehavior
  @JsonKey(name: '_precheckBehavior') Element? precheckBehaviorElement,

  /// [cardinalityBehavior] Defines whether the action can be selected multiple
  ///  times.
  FhirCode? cardinalityBehavior,

  /// [cardinalityBehaviorElement] Extensions for cardinalityBehavior
  @JsonKey(name: '_cardinalityBehavior') Element? cardinalityBehaviorElement,

  /// [resource] The resource that is the target of the action (e.g.
  ///  CommunicationRequest).
  Reference? resource,

  /// [action] Sub actions.
  List<RequestGroupAction>? action,
}) = _RequestGroupAction;