EvidenceVariableCharacteristic constructor

const EvidenceVariableCharacteristic({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. String? description,
  5. @JsonKey(name: '_description') Element? descriptionElement,
  6. Reference? definitionReference,
  7. FhirCanonical? definitionCanonical,
  8. @JsonKey(name: '_definitionCanonical') Element? definitionCanonicalElement,
  9. CodeableConcept? definitionCodeableConcept,
  10. FhirExpression? definitionExpression,
  11. FhirBoolean? exclude,
  12. @JsonKey(name: '_exclude') Element? excludeElement,
  13. EvidenceVariableTimeFromStart? timeFromStart,
  14. FhirCode? groupMeasure,
  15. @JsonKey(name: '_groupMeasure') Element? groupMeasureElement,
})

EvidenceVariableCharacteristic The EvidenceVariable resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) 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_ 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.

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

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

descriptionElement Extensions for description

definitionReference Define members of the evidence element using Codes (such as condition, medication, or observation), Expressions ( using an expression language such as FHIRPath or CQL) or DataRequirements (such as Diabetes diagnosis onset in the last year).

definitionCanonical Define members of the evidence element using Codes (such as condition, medication, or observation), Expressions ( using an expression language such as FHIRPath or CQL) or DataRequirements (such as Diabetes diagnosis onset in the last year).

definitionCanonicalElement Extensions for definitionCanonical

definitionCodeableConcept Define members of the evidence element using Codes (such as condition, medication, or observation), Expressions ( using an expression language such as FHIRPath or CQL) or DataRequirements (such as Diabetes diagnosis onset in the last year).

definitionExpression Define members of the evidence element using Codes (such as condition, medication, or observation), Expressions ( using an expression language such as FHIRPath or CQL) or DataRequirements (such as Diabetes diagnosis onset in the last year).

definitionDataRequirement Define members of the evidence element using Codes (such as condition, medication, or observation), Expressions ( using an expression language such as FHIRPath or CQL) or DataRequirements (such as Diabetes diagnosis onset in the last year).

definitionTriggerDefinition Define members of the evidence element using Codes (such as condition, medication, or observation), Expressions ( using an expression language such as FHIRPath or CQL) or DataRequirements (such as Diabetes diagnosis onset in the last year).

usageContext Use UsageContext to define the members of the population, such as Age Ranges, Genders, Settings.

exclude When true, members with this characteristic are excluded from the element.

excludeElement Extensions for exclude

participantEffectiveDateTime Indicates what effective period the study covers.

participantEffectiveDateTimeElement Extensions for participantEffectiveDateTime

participantEffectivePeriod Indicates what effective period the study covers.

participantEffectiveDuration Indicates what effective period the study covers.

participantEffectiveTiming Indicates what effective period the study covers.

timeFromStart Indicates duration from the participant's study entry.

groupMeasure Indicates how elements are aggregated within the study effective period.

groupMeasureElement Extensions for groupMeasure

Implementation

const factory EvidenceVariableCharacteristic({
  @JsonKey(name: 'id') FhirId? fhirId,
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  List<FhirExtension>? modifierExtension,
  String? description,
  @JsonKey(name: '_description') Element? descriptionElement,
  Reference? definitionReference,
  FhirCanonical? definitionCanonical,
  @JsonKey(name: '_definitionCanonical') Element? definitionCanonicalElement,
  CodeableConcept? definitionCodeableConcept,
  FhirExpression? definitionExpression,
  FhirBoolean? exclude,
  @JsonKey(name: '_exclude') Element? excludeElement,
  EvidenceVariableTimeFromStart? timeFromStart,
  FhirCode? groupMeasure,
  @JsonKey(name: '_groupMeasure') Element? groupMeasureElement,
}) = _EvidenceVariableCharacteristic;