FamilyMemberHistoryProcedure class

FamilyMemberHistoryProcedure Significant health conditions for a person related to the patient relevant in the context of care for the patient.

Annotations
  • @freezed

Constructors

FamilyMemberHistoryProcedure({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, required CodeableConcept code, CodeableConcept? outcome, FhirBoolean? contributedToDeath, @JsonKey(name: '_contributedToDeath') Element? contributedToDeathElement, Age? performedAge, Range? performedRange, Period? performedPeriod, String? performedString, @JsonKey(name: '_performedString') Element? performedStringElement, FhirDateTime? performedDateTime, @JsonKey(name: '_performedDateTime') Element? performedDateTimeElement, List<Annotation>? note})
FamilyMemberHistoryProcedure Significant health conditions for a person related to the patient relevant in the context of care for the patient.
const
factory
FamilyMemberHistoryProcedure.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
FamilyMemberHistoryProcedure.fromJsonString(String source)
Acts like a constructor, returns a FamilyMemberHistoryProcedure, accepts a String as an argument, mostly because I got tired of typing it out
factory
FamilyMemberHistoryProcedure.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

code CodeableConcept
code The actual procedure specified. Could be a coded procedure or a less specific string depending on how much is known about the procedure and the capabilities of the creating system.
no setterinherited
contributedToDeath FhirBoolean?
contributedToDeath This procedure contributed to the cause of death of the related person. If contributedToDeath is not populated, then it is unknown.
no setterinherited
contributedToDeathElement Element?
contributedToDeathElement ("_contributedToDeath") Extensions for contributedToDeath
no setterinherited
copyWith → $FamilyMemberHistoryProcedureCopyWith<FamilyMemberHistoryProcedure>
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
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 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
note List<Annotation>?
note An area where general notes can be placed about this specific procedure.
no setterinherited
outcome CodeableConcept?
outcome Indicates what happened following the procedure. If the procedure resulted in death, deceased date is captured on the relation.
no setterinherited
performedAge Age?
performedAge Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.
no setterinherited
performedDateTime FhirDateTime?
performedDateTime Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.
no setterinherited
performedDateTimeElement Element?
performedDateTimeElement ("_performedDateTime") Extensions for performedDateTime
no setterinherited
performedPeriod Period?
performedPeriod Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.
no setterinherited
performedRange Range?
performedRange Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.
no setterinherited
performedString String?
performedString Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.
no setterinherited
performedStringElement Element?
performedStringElement ("_performedString") Extensions for performedString
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