FamilyMemberHistoryCondition class

FamilyMemberHistoryCondition Significant health conditions for a

Annotations
  • @freezed

Constructors

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

Properties

code CodeableConcept
no setterinherited
contributedToDeath FhirBoolean?
no setterinherited
contributedToDeathElement Element?
no setterinherited
copyWith → $FamilyMemberHistoryConditionCopyWith<FamilyMemberHistoryCondition>
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirId FhirId?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
note List<Annotation>?
no setterinherited
onsetAge Age?
no setterinherited
onsetPeriod Period?
no setterinherited
onsetRange Range?
no setterinherited
onsetString String?
no setterinherited
onsetStringElement Element?
no setterinherited
outcome CodeableConcept?
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