ObservationComponent class

ObservationComponent Measurements and simple assertions made about a

Annotations
  • @freezed

Constructors

ObservationComponent({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, required CodeableConcept code, Quantity? valueQuantity, CodeableConcept? valueCodeableConcept, String? valueString, @JsonKey(name: '_valueString') Element? valueStringElement, FhirBoolean? valueBoolean, @JsonKey(name: '_valueBoolean') Element? valueBooleanElement, FhirInteger? valueInteger, @JsonKey(name: '_valueInteger') Element? valueIntegerElement, Range? valueRange, Ratio? valueRatio, SampledData? valueSampledData, FhirTime? valueTime, @JsonKey(name: '_valueTime') Element? valueTimeElement, FhirDateTime? valueDateTime, @JsonKey(name: '_valueDateTime') Element? valueDateTimeElement, Period? valuePeriod, CodeableConcept? dataAbsentReason, List<CodeableConcept>? interpretation, List<ObservationReferenceRange>? referenceRange})
ObservationComponent Measurements and simple assertions made about a patient, device or other subject.
const
factory
ObservationComponent.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ObservationComponent.fromJsonString(String source)
Acts like a constructor, returns a ObservationComponent, accepts a String as an argument, mostly because I got tired of typing it out
factory
ObservationComponent.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

code CodeableConcept
code Describes what was observed. Sometimes this is called the observation "code".
no setterinherited
copyWith → $ObservationComponentCopyWith<ObservationComponent>
no setterinherited
dataAbsentReason CodeableConcept?
dataAbsentReason Provides a reason why the expected value in the element Observation.component.valuex is missing.
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
interpretation List<CodeableConcept>?
interpretation A categorical assessment of an observation value. For example, high, low, normal.
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
referenceRange List<ObservationReferenceRange>?
referenceRange Guidance on how to interpret the value by comparison to a normal or recommended range.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueBoolean FhirBoolean?
valueBoolean The information determined as a result of making the observation, if the information has a simple value.
no setterinherited
valueBooleanElement Element?
valueBooleanElement Extensions for valueBoolean
no setterinherited
valueCodeableConcept CodeableConcept?
valueCodeableConcept The information determined as a result of making the observation, if the information has a simple value.
no setterinherited
valueDateTime FhirDateTime?
valueDateTime The information determined as a result of making the observation, if the information has a simple value.
no setterinherited
valueDateTimeElement Element?
valueDateTimeElement Extensions for valueDateTime
no setterinherited
valueInteger FhirInteger?
valueInteger The information determined as a result of making the observation, if the information has a simple value.
no setterinherited
valueIntegerElement Element?
valueIntegerElement Extensions for valueInteger
no setterinherited
valuePeriod Period?
valuePeriod The information determined as a result of making the observation, if the information has a simple value.
no setterinherited
valueQuantity Quantity?
valueQuantity The information determined as a result of making the observation, if the information has a simple value.
no setterinherited
valueRange Range?
valueRange The information determined as a result of making the observation, if the information has a simple value.
no setterinherited
valueRatio Ratio?
valueRatio The information determined as a result of making the observation, if the information has a simple value.
no setterinherited
valueSampledData SampledData?
valueSampledData The information determined as a result of making the observation, if the information has a simple value.
no setterinherited
valueString String?
valueString The information determined as a result of making the observation, if the information has a simple value.
no setterinherited
valueStringElement Element?
valueStringElement Extensions for valueString
no setterinherited
valueTime FhirTime?
valueTime The information determined as a result of making the observation, if the information has a simple value.
no setterinherited
valueTimeElement Element?
valueTimeElement Extensions for valueTime
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