ObservationDefinitionQualifiedValue class

ObservationDefinitionQualifiedValue Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.

Annotations
  • @freezed

Constructors

ObservationDefinitionQualifiedValue({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, CodeableConcept? context, List<CodeableConcept>? appliesTo, FhirCode? gender, @JsonKey(name: '_gender') Element? genderElement, Range? age, Range? gestationalAge, String? condition, @JsonKey(name: '_condition') Element? conditionElement, FhirCode? rangeCategory, @JsonKey(name: '_rangeCategory') Element? rangeCategoryElement, Range? range, FhirCanonical? validCodedValueSet, FhirCanonical? normalCodedValueSet, FhirCanonical? abnormalCodedValueSet, FhirCanonical? criticalCodedValueSet})
ObservationDefinitionQualifiedValue Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.
const
factory
ObservationDefinitionQualifiedValue.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ObservationDefinitionQualifiedValue.fromJsonString(String source)
Acts like a constructor, returns a ObservationDefinitionQualifiedValue, accepts a String as an argument, mostly because I got tired of typing it out
factory
ObservationDefinitionQualifiedValue.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

abnormalCodedValueSet FhirCanonical?
abnormalCodedValueSet The set of abnormal coded results for qualitative observations that match the criteria of this set of qualified values.
no setterinherited
age Range?
age The age range this set of qualified values applies to.
no setterinherited
appliesTo List<CodeableConcept>?
appliesTo The target population this set of qualified values applies to.
no setterinherited
condition String?
condition Text based condition for which the the set of qualified values is valid.
no setterinherited
conditionElement Element?
conditionElement ("_condition") Extensions for condition
no setterinherited
context CodeableConcept?
context A concept defining the context for this set of qualified values.
no setterinherited
copyWith → $ObservationDefinitionQualifiedValueCopyWith<ObservationDefinitionQualifiedValue>
no setterinherited
criticalCodedValueSet FhirCanonical?
criticalCodedValueSet The set of critical coded results for qualitative observations that match the criteria of this set of qualified values.
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
gender FhirCode?
gender The gender this set of qualified values applies to.
no setterinherited
genderElement Element?
genderElement ("_gender") Extensions for gender
no setterinherited
gestationalAge Range?
gestationalAge The gestational age this set of qualified values applies to.
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
normalCodedValueSet FhirCanonical?
normalCodedValueSet The set of normal coded results for qualitative observations that match the criteria of this set of qualified values.
no setterinherited
range Range?
range The range of values defined for continuous or ordinal observations that match the criteria of this set of qualified values.
no setterinherited
rangeCategory FhirCode?
rangeCategory The category of range of values for continuous or ordinal observations that match the criteria of this set of qualified values.
no setterinherited
rangeCategoryElement Element?
rangeCategoryElement ("_rangeCategory") Extensions for rangeCategory
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validCodedValueSet FhirCanonical?
validCodedValueSet The set of valid coded results for qualitative observations that match the criteria of this set of qualified values.
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