GoalTarget class

GoalTarget Describes the intended objective(s) for a patient, group or

Annotations
  • @freezed

Constructors

GoalTarget({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, CodeableConcept? measure, Quantity? detailQuantity, Range? detailRange, CodeableConcept? detailCodeableConcept, String? detailString, @JsonKey(name: '_detailString') Element? detailStringElement, FhirBoolean? detailBoolean, @JsonKey(name: '_detailBoolean') Element? detailBooleanElement, FhirInteger? detailInteger, @JsonKey(name: '_detailInteger') Element? detailIntegerElement, Ratio? detailRatio, FhirDate? dueDate, @JsonKey(name: '_dueDate') Element? dueDateElement, FhirDuration? dueDuration})
GoalTarget Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.
const
factory
GoalTarget.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
GoalTarget.fromJsonString(String source)
Acts like a constructor, returns a GoalTarget, accepts a String as an argument, mostly because I got tired of typing it out
factory
GoalTarget.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

copyWith → $GoalTargetCopyWith<GoalTarget>
no setterinherited
detailBoolean FhirBoolean?
detailBoolean The target value of the focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value.
no setterinherited
detailBooleanElement Element?
detailBooleanElement Extensions for detailBoolean
no setterinherited
detailCodeableConcept CodeableConcept?
detailCodeableConcept The target value of the focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value.
no setterinherited
detailInteger FhirInteger?
detailInteger The target value of the focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value.
no setterinherited
detailIntegerElement Element?
detailIntegerElement Extensions for detailInteger
no setterinherited
detailQuantity Quantity?
detailQuantity The target value of the focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value.
no setterinherited
detailRange Range?
detailRange The target value of the focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value.
no setterinherited
detailRatio Ratio?
detailRatio The target value of the focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value.
no setterinherited
detailString String?
detailString The target value of the focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value.
no setterinherited
detailStringElement Element?
detailStringElement Extensions for detailString
no setterinherited
dueDate FhirDate?
dueDate Indicates either the date or the duration after start by which the goal should be met.
no setterinherited
dueDateElement Element?
dueDateElement Extensions for dueDate
no setterinherited
dueDuration FhirDuration?
dueDuration Indicates either the date or the duration after start by which the goal should be met.
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
hashCode int
The hash code for this object.
no setterinherited
measure CodeableConcept?
measure The parameter whose value is being tracked, e.g. body weight, blood pressure, or hemoglobin A1c level.
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
runtimeType Type
A representation of the runtime type of the object.
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