EvidenceVariableCharacteristic constructor

const EvidenceVariableCharacteristic({
  1. @JsonKey(name: 'id') String? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. FhirId? linkId,
  5. @JsonKey(name: '_linkId') Element? linkIdElement,
  6. FhirMarkdown? description,
  7. @JsonKey(name: '_description') Element? descriptionElement,
  8. List<Annotation>? note,
  9. FhirBoolean? exclude,
  10. @JsonKey(name: '_exclude') Element? excludeElement,
  11. Reference? definitionReference,
  12. FhirCanonical? definitionCanonical,
  13. CodeableConcept? definitionCodeableConcept,
  14. FhirExpression? definitionExpression,
  15. FhirId? definitionId,
  16. @JsonKey(name: '_definitionId') Element? definitionIdElement,
  17. EvidenceVariableDefinitionByTypeAndValue? definitionByTypeAndValue,
  18. EvidenceVariableDefinitionByCombination? definitionByCombination,
  19. Quantity? instancesQuantity,
  20. Range? instancesRange,
  21. Quantity? durationQuantity,
  22. Range? durationRange,
  23. List<EvidenceVariableTimeFromEvent>? timeFromEvent,
})

EvidenceVariableCharacteristic The EvidenceVariable resource describes an element that knowledge (Evidence) is about.

id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

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.

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).

linkId Label used for when a characteristic refers to another characteristic.

linkIdElement ("_linkId") Extensions for linkId

description A short, natural language description of the characteristic that could be used to communicate the criteria to an end-user.

descriptionElement ("_description") Extensions for description

note A human-readable string to clarify or explain concepts about the characteristic.

exclude When true, this characteristic is an exclusion criterion. In other words, not matching this characteristic definition is equivalent to meeting this criterion.

excludeElement ("_exclude") Extensions for exclude

definitionReference Defines the characteristic using a Reference.

definitionCanonical Defines the characteristic using Canonical.

definitionCodeableConcept Defines the characteristic using CodeableConcept.

definitionExpression Defines the characteristic using Expression.

definitionId Defines the characteristic using id.

definitionIdElement ("_definitionId") Extensions for definitionId

definitionByTypeAndValue Defines the characteristic using both a type and valuex elements.

definitionByCombination Defines the characteristic as a combination of two or more characteristics.

instancesQuantity Number of occurrences meeting the characteristic.

instancesRange Number of occurrences meeting the characteristic.

durationQuantity Length of time in which the characteristic is met.

durationRange Length of time in which the characteristic is met.

timeFromEvent Timing in which the characteristic is determined.

Implementation

const factory EvidenceVariableCharacteristic({
  /// [id] Unique id for the element within a resource (for internal
  ///  references). This may be any string value that does not contain spaces.
  @JsonKey(name: 'id') String? fhirId,

  /// [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.
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,

  /// [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).
  List<FhirExtension>? modifierExtension,

  /// [linkId] Label used for when a characteristic refers to another
  ///  characteristic.
  FhirId? linkId,

  /// [linkIdElement] ("_linkId") Extensions for linkId
  @JsonKey(name: '_linkId') Element? linkIdElement,

  /// [description] A short, natural language description of the
  ///  characteristic that could be used to communicate the criteria to an
  ///  end-user.
  FhirMarkdown? description,

  /// [descriptionElement] ("_description") Extensions for description
  @JsonKey(name: '_description') Element? descriptionElement,

  /// [note] A human-readable string to clarify or explain concepts about the
  ///  characteristic.
  List<Annotation>? note,

  /// [exclude] When true, this characteristic is an exclusion criterion. In
  ///  other words, not matching this characteristic definition is equivalent
  ///  to meeting this criterion.
  FhirBoolean? exclude,

  /// [excludeElement] ("_exclude") Extensions for exclude
  @JsonKey(name: '_exclude') Element? excludeElement,

  /// [definitionReference] Defines the characteristic using a Reference.
  Reference? definitionReference,

  /// [definitionCanonical] Defines the characteristic using Canonical.
  FhirCanonical? definitionCanonical,

  /// [definitionCodeableConcept] Defines the characteristic using
  ///  CodeableConcept.
  CodeableConcept? definitionCodeableConcept,

  /// [definitionExpression] Defines the characteristic using Expression.
  FhirExpression? definitionExpression,

  /// [definitionId] Defines the characteristic using id.
  FhirId? definitionId,

  /// [definitionIdElement] ("_definitionId") Extensions for definitionId
  @JsonKey(name: '_definitionId') Element? definitionIdElement,

  /// [definitionByTypeAndValue] Defines the characteristic using both a type
  ///  and value[x] elements.
  EvidenceVariableDefinitionByTypeAndValue? definitionByTypeAndValue,

  /// [definitionByCombination] Defines the characteristic as a combination
  ///  of two or more characteristics.
  EvidenceVariableDefinitionByCombination? definitionByCombination,

  /// [instancesQuantity] Number of occurrences meeting the characteristic.
  Quantity? instancesQuantity,

  /// [instancesRange] Number of occurrences meeting the characteristic.
  Range? instancesRange,

  /// [durationQuantity] Length of time in which the characteristic is met.
  Quantity? durationQuantity,

  /// [durationRange] Length of time in which the characteristic is met.
  Range? durationRange,

  /// [timeFromEvent] Timing in which the characteristic is determined.
  List<EvidenceVariableTimeFromEvent>? timeFromEvent,
}) = _EvidenceVariableCharacteristic;