AllergyIntoleranceReaction class

AllergyIntoleranceReaction Risk of harmful or undesirable physiological response which is specific to an individual and associated with exposure to a substance.

Annotations
  • @freezed

Constructors

AllergyIntoleranceReaction({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, CodeableConcept? substance, required List<CodeableReference> manifestation, String? description, @JsonKey(name: '_description') Element? descriptionElement, FhirDateTime? onset, @JsonKey(name: '_onset') Element? onsetElement, FhirCode? severity, @JsonKey(name: '_severity') Element? severityElement, CodeableConcept? exposureRoute, List<Annotation>? note})
AllergyIntoleranceReaction Risk of harmful or undesirable physiological response which is specific to an individual and associated with exposure to a substance.
const
factory
AllergyIntoleranceReaction.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
AllergyIntoleranceReaction.fromJsonString(String source)
Acts like a constructor, returns a AllergyIntoleranceReaction, accepts a String as an argument, mostly because I got tired of typing it out
factory
AllergyIntoleranceReaction.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

copyWith → $AllergyIntoleranceReactionCopyWith<AllergyIntoleranceReaction>
no setterinherited
description String?
description Text description about the reaction as a whole, including details of the manifestation if required.
no setterinherited
descriptionElement Element?
descriptionElement ("_description") Extensions for description
no setterinherited
exposureRoute CodeableConcept?
exposureRoute Identification of the route by which the subject was exposed to the substance.
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
manifestation List<CodeableReference>
manifestation Clinical symptoms and/or signs that are observed or associated with the adverse reaction event.
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 Additional text about the adverse reaction event not captured in other fields.
no setterinherited
onset FhirDateTime?
onset Record of the date and/or time of the onset of the Reaction.
no setterinherited
onsetElement Element?
onsetElement ("_onset") Extensions for onset
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity FhirCode?
severity Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations.
no setterinherited
severityElement Element?
severityElement ("_severity") Extensions for severity
no setterinherited
substance CodeableConcept?
substance Identification of the specific substance (or pharmaceutical product) considered to be responsible for the Adverse Reaction event. Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'. If a receiving system is unable to confirm that AllergyIntolerance.reaction.substance falls within the semantic scope of AllergyIntolerance.code, then the receiving system should ignore AllergyIntolerance.reaction.substance.
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