RequestGroupAction class

RequestGroupAction A group of related requests that can be used to

Annotations
  • @freezed

Constructors

RequestGroupAction({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, String? prefix, @JsonKey(name: '_prefix') Element? prefixElement, String? title, @JsonKey(name: '_title') Element? titleElement, String? description, @JsonKey(name: '_description') Element? descriptionElement, String? textEquivalent, @JsonKey(name: '_textEquivalent') Element? textEquivalentElement, FhirCode? priority, @JsonKey(name: '_priority') Element? priorityElement, List<CodeableConcept>? code, List<RelatedArtifact>? documentation, List<RequestGroupCondition>? condition, List<RequestGroupRelatedAction>? relatedAction, FhirDateTime? timingDateTime, @JsonKey(name: '_timingDateTime') Element? timingDateTimeElement, Age? timingAge, Period? timingPeriod, FhirDuration? timingDuration, Range? timingRange, Timing? timingTiming, List<Reference>? participant, CodeableConcept? type, FhirCode? groupingBehavior, @JsonKey(name: '_groupingBehavior') Element? groupingBehaviorElement, FhirCode? selectionBehavior, @JsonKey(name: '_selectionBehavior') Element? selectionBehaviorElement, FhirCode? requiredBehavior, @JsonKey(name: '_requiredBehavior') Element? requiredBehaviorElement, FhirCode? precheckBehavior, @JsonKey(name: '_precheckBehavior') Element? precheckBehaviorElement, FhirCode? cardinalityBehavior, @JsonKey(name: '_cardinalityBehavior') Element? cardinalityBehaviorElement, Reference? resource, 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".
const
factory
RequestGroupAction.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
RequestGroupAction.fromJsonString(String source)
Acts like a constructor, returns a RequestGroupAction, accepts a String as an argument, mostly because I got tired of typing it out
factory
RequestGroupAction.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

action List<RequestGroupAction>?
action Sub actions.
no setterinherited
cardinalityBehavior FhirCode?
cardinalityBehavior Defines whether the action can be selected multiple times.
no setterinherited
cardinalityBehaviorElement Element?
cardinalityBehaviorElement Extensions for cardinalityBehavior
no setterinherited
code List<CodeableConcept>?
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.
no setterinherited
condition List<RequestGroupCondition>?
condition An expression that describes applicability criteria, or start/stop conditions for the action.
no setterinherited
copyWith → $RequestGroupActionCopyWith<RequestGroupAction>
no setterinherited
description String?
description A short description of the action used to provide a summary to display to the user.
no setterinherited
descriptionElement Element?
descriptionElement Extensions for description
no setterinherited
documentation List<RelatedArtifact>?
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.
no setterinherited
extension_ List<FhirExtension>?
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.
no setterinherited
fhirId FhirId?
id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
no setterinherited
groupingBehavior FhirCode?
groupingBehavior Defines the grouping behavior for the action and its children.
no setterinherited
groupingBehaviorElement Element?
groupingBehaviorElement Extensions for groupingBehavior
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
modifierExtension List<FhirExtension>?
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).
no setterinherited
participant List<Reference>?
participant The participant that should perform or be responsible for this action.
no setterinherited
precheckBehavior FhirCode?
precheckBehavior Defines whether the action should usually be preselected.
no setterinherited
precheckBehaviorElement Element?
precheckBehaviorElement Extensions for precheckBehavior
no setterinherited
prefix String?
prefix A user-visible prefix for the action.
no setterinherited
prefixElement Element?
prefixElement Extensions for prefix
no setterinherited
priority FhirCode?
priority Indicates how quickly the action should be addressed with respect to other actions.
no setterinherited
priorityElement Element?
priorityElement Extensions for priority
no setterinherited
relatedAction List<RequestGroupRelatedAction>?
relatedAction A relationship to another action such as "before" or "30-60 minutes after start of".
no setterinherited
requiredBehavior FhirCode?
requiredBehavior Defines expectations around whether an action is required.
no setterinherited
requiredBehaviorElement Element?
requiredBehaviorElement Extensions for requiredBehavior
no setterinherited
resource Reference?
resource The resource that is the target of the action (e.g. CommunicationRequest).
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionBehavior FhirCode?
selectionBehavior Defines the selection behavior for the action and its children.
no setterinherited
selectionBehaviorElement Element?
selectionBehaviorElement Extensions for selectionBehavior
no setterinherited
textEquivalent String?
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.
no setterinherited
textEquivalentElement Element?
textEquivalentElement Extensions for textEquivalent
no setterinherited
timingAge Age?
timingAge An optional value describing when the action should be performed.
no setterinherited
timingDateTime FhirDateTime?
timingDateTime An optional value describing when the action should be performed.
no setterinherited
timingDateTimeElement Element?
timingDateTimeElement Extensions for timingDateTime
no setterinherited
timingDuration FhirDuration?
timingDuration An optional value describing when the action should be performed.
no setterinherited
timingPeriod Period?
timingPeriod An optional value describing when the action should be performed.
no setterinherited
timingRange Range?
timingRange An optional value describing when the action should be performed.
no setterinherited
timingTiming Timing?
timingTiming An optional value describing when the action should be performed.
no setterinherited
title String?
title The title of the action displayed to a user.
no setterinherited
titleElement Element?
titleElement Extensions for title
no setterinherited
type CodeableConcept?
type The type of action to perform (create, update, remove).
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

operator ==(Object other) bool
The equality operator.
inherited