RequestOrchestrationAction class

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

Annotations
  • @freezed

Constructors

RequestOrchestrationAction({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, String? linkId, @JsonKey(name: '_linkId') Element? linkIdElement, String? prefix, @JsonKey(name: '_prefix') Element? prefixElement, String? title, @JsonKey(name: '_title') Element? titleElement, FhirMarkdown? description, @JsonKey(name: '_description') Element? descriptionElement, FhirMarkdown? textEquivalent, @JsonKey(name: '_textEquivalent') Element? textEquivalentElement, FhirCode? priority, @JsonKey(name: '_priority') Element? priorityElement, List<CodeableConcept>? code, List<RelatedArtifact>? documentation, List<Reference>? goal, List<RequestOrchestrationCondition>? condition, List<RequestOrchestrationInput>? input, List<RequestOrchestrationOutput>? output, List<RequestOrchestrationRelatedAction>? relatedAction, FhirDateTime? timingDateTime, @JsonKey(name: '_timingDateTime') Element? timingDateTimeElement, Age? timingAge, Period? timingPeriod, FhirDuration? timingDuration, Range? timingRange, Timing? timingTiming, CodeableReference? location, List<RequestOrchestrationParticipant>? 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, FhirCanonical? definitionCanonical, @JsonKey(name: '_definitionCanonical') Element? definitionCanonicalElement, FhirUri? definitionUri, @JsonKey(name: '_definitionUri') Element? definitionUriElement, FhirCanonical? transform, List<RequestOrchestrationDynamicValue>? dynamicValue, List<RequestOrchestrationAction>? action})
RequestOrchestrationAction A set 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
RequestOrchestrationAction.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
RequestOrchestrationAction.fromJsonString(String source)
Acts like a constructor, returns a RequestOrchestrationAction, accepts a String as an argument, mostly because I got tired of typing it out
factory
RequestOrchestrationAction.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

action List<RequestOrchestrationAction>?
action Sub actions.
no setterinherited
cardinalityBehavior FhirCode?
cardinalityBehavior Defines whether the action can be selected multiple times.
no setterinherited
cardinalityBehaviorElement Element?
cardinalityBehaviorElement ("_cardinalityBehavior") 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<RequestOrchestrationCondition>?
condition An expression that describes applicability criteria, or start/stop conditions for the action.
no setterinherited
copyWith → $RequestOrchestrationActionCopyWith<RequestOrchestrationAction>
no setterinherited
definitionCanonical FhirCanonical?
definitionCanonical A reference to an ActivityDefinition that describes the action to be taken in detail, a PlanDefinition that describes a series of actions to be taken, a Questionnaire that should be filled out, a SpecimenDefinition describing a specimen to be collected, or an ObservationDefinition that specifies what observation should be captured.
no setterinherited
definitionCanonicalElement Element?
definitionCanonicalElement ("_definitionCanonical") Extensions for definitionCanonical
no setterinherited
definitionUri FhirUri?
definitionUri A reference to an ActivityDefinition that describes the action to be taken in detail, a PlanDefinition that describes a series of actions to be taken, a Questionnaire that should be filled out, a SpecimenDefinition describing a specimen to be collected, or an ObservationDefinition that specifies what observation should be captured.
no setterinherited
definitionUriElement Element?
definitionUriElement ("_definitionUri") Extensions for definitionUri
no setterinherited
description FhirMarkdown?
description A short description of the action used to provide a summary to display to the user.
no setterinherited
descriptionElement Element?
descriptionElement ("_description") 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
dynamicValue List<RequestOrchestrationDynamicValue>?
dynamicValue Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result.
no setterinherited
extension_ List<FhirExtension>?
extension_ ("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 managable, 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 String?
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
goal List<Reference>?
goal Goals that are intended to be achieved by following the requests in this action.
no setterinherited
groupingBehavior FhirCode?
groupingBehavior Defines the grouping behavior for the action and its children.
no setterinherited
groupingBehaviorElement Element?
groupingBehaviorElement ("_groupingBehavior") Extensions for groupingBehavior
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
input List<RequestOrchestrationInput>?
input Defines input data requirements for the action.
no setterinherited
linkId String?
linkId The linkId of the action from the PlanDefinition that corresponds to this action in the RequestOrchestration resource.
no setterinherited
linkIdElement Element?
linkIdElement ("_linkId") Extensions for linkId
no setterinherited
location CodeableReference?
location Identifies the facility where the action will occur; e.g. home, hospital, specific clinic, etc.
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 managable, 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
output List<RequestOrchestrationOutput>?
output Defines the outputs of the action, if any.
no setterinherited
participant List<RequestOrchestrationParticipant>?
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 ("_precheckBehavior") Extensions for precheckBehavior
no setterinherited
prefix String?
prefix A user-visible prefix for the action. For example a section or item numbering such as 1. or A.
no setterinherited
prefixElement Element?
prefixElement ("_prefix") 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 ("_priority") Extensions for priority
no setterinherited
relatedAction List<RequestOrchestrationRelatedAction>?
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 ("_requiredBehavior") 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 ("_selectionBehavior") Extensions for selectionBehavior
no setterinherited
textEquivalent FhirMarkdown?
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 ("_textEquivalent") 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 ("_timingDateTime") 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 ("_title") Extensions for title
no setterinherited
transform FhirCanonical?
transform A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input.
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