QuestionnaireEnableWhen constructor

const QuestionnaireEnableWhen({
  1. @JsonKey(name: 'id') String? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. String? question,
  5. @JsonKey(name: '_question') Element? questionElement,
  6. @JsonKey(name: 'operator') FhirCode? operator_,
  7. @JsonKey(name: '_operator') Element? operatorElement,
  8. FhirBoolean? answerBoolean,
  9. @JsonKey(name: '_answerBoolean') Element? answerBooleanElement,
  10. FhirDecimal? answerDecimal,
  11. @JsonKey(name: '_answerDecimal') Element? answerDecimalElement,
  12. FhirInteger? answerInteger,
  13. @JsonKey(name: '_answerInteger') Element? answerIntegerElement,
  14. FhirDate? answerDate,
  15. @JsonKey(name: '_answerDate') Element? answerDateElement,
  16. FhirDateTime? answerDateTime,
  17. @JsonKey(name: '_answerDateTime') Element? answerDateTimeElement,
  18. FhirTime? answerTime,
  19. @JsonKey(name: '_answerTime') Element? answerTimeElement,
  20. String? answerString,
  21. @JsonKey(name: '_answerString') Element? answerStringElement,
  22. Coding? answerCoding,
  23. Quantity? answerQuantity,
  24. Reference? answerReference,
})

QuestionnaireEnableWhen A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.

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

question The linkId for the question whose answer (or lack of answer) governs whether this item is enabled.

questionElement ("_question") Extensions for question

operator_ ("operator") Specifies the criteria by which the question is enabled.

operatorElement ("_operator") Extensions for operator

answerBoolean A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension.

answerBooleanElement ("_answerBoolean") Extensions for answerBoolean

answerDecimal A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension.

answerDecimalElement ("_answerDecimal") Extensions for answerDecimal

answerInteger A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension.

answerIntegerElement ("_answerInteger") Extensions for answerInteger

answerDate A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension.

answerDateElement ("_answerDate") Extensions for answerDate

answerDateTime A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension.

answerDateTimeElement ("_answerDateTime") Extensions for answerDateTime

answerTime A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension.

answerTimeElement ("_answerTime") Extensions for answerTime

answerString A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension.

answerStringElement ("_answerString") Extensions for answerString

answerCoding A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension.

answerQuantity A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension.

answerReference A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension.

Implementation

const factory QuestionnaireEnableWhen({
  /// [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,

  /// [question] The linkId for the question whose answer (or lack of answer)
  ///  governs whether this item is enabled.
  String? question,

  /// [questionElement] ("_question") Extensions for question
  @JsonKey(name: '_question') Element? questionElement,

  /// [operator_] ("operator") Specifies the criteria by which the question
  ///  is enabled.
  @JsonKey(name: 'operator') FhirCode? operator_,

  /// [operatorElement] ("_operator") Extensions for operator
  @JsonKey(name: '_operator') Element? operatorElement,

  /// [answerBoolean] A value that the referenced question is tested using
  ///  the specified operator in order for the item to be enabled.  If there
  ///  are multiple answers, a match on any of the answers suffices.  If
  ///  different behavior is desired (all must match, at least 2 must match,
  ///  etc.), consider using the enableWhenExpression extension.
  FhirBoolean? answerBoolean,

  /// [answerBooleanElement] ("_answerBoolean") Extensions for answerBoolean
  @JsonKey(name: '_answerBoolean') Element? answerBooleanElement,

  /// [answerDecimal] A value that the referenced question is tested using
  ///  the specified operator in order for the item to be enabled.  If there
  ///  are multiple answers, a match on any of the answers suffices.  If
  ///  different behavior is desired (all must match, at least 2 must match,
  ///  etc.), consider using the enableWhenExpression extension.
  FhirDecimal? answerDecimal,

  /// [answerDecimalElement] ("_answerDecimal") Extensions for answerDecimal
  @JsonKey(name: '_answerDecimal') Element? answerDecimalElement,

  /// [answerInteger] A value that the referenced question is tested using
  ///  the specified operator in order for the item to be enabled.  If there
  ///  are multiple answers, a match on any of the answers suffices.  If
  ///  different behavior is desired (all must match, at least 2 must match,
  ///  etc.), consider using the enableWhenExpression extension.
  FhirInteger? answerInteger,

  /// [answerIntegerElement] ("_answerInteger") Extensions for answerInteger
  @JsonKey(name: '_answerInteger') Element? answerIntegerElement,

  /// [answerDate] A value that the referenced question is tested using the
  ///  specified operator in order for the item to be enabled.  If there are
  ///  multiple answers, a match on any of the answers suffices.  If
  ///  different behavior is desired (all must match, at least 2 must match,
  ///  etc.), consider using the enableWhenExpression extension.
  FhirDate? answerDate,

  /// [answerDateElement] ("_answerDate") Extensions for answerDate
  @JsonKey(name: '_answerDate') Element? answerDateElement,

  /// [answerDateTime] A value that the referenced question is tested using
  ///  the specified operator in order for the item to be enabled.  If there
  ///  are multiple answers, a match on any of the answers suffices.  If
  ///  different behavior is desired (all must match, at least 2 must match,
  ///  etc.), consider using the enableWhenExpression extension.
  FhirDateTime? answerDateTime,

  /// [answerDateTimeElement] ("_answerDateTime") Extensions for
  ///  answerDateTime
  @JsonKey(name: '_answerDateTime') Element? answerDateTimeElement,

  /// [answerTime] A value that the referenced question is tested using the
  ///  specified operator in order for the item to be enabled.  If there are
  ///  multiple answers, a match on any of the answers suffices.  If
  ///  different behavior is desired (all must match, at least 2 must match,
  ///  etc.), consider using the enableWhenExpression extension.
  FhirTime? answerTime,

  /// [answerTimeElement] ("_answerTime") Extensions for answerTime
  @JsonKey(name: '_answerTime') Element? answerTimeElement,

  /// [answerString] A value that the referenced question is tested using the
  ///  specified operator in order for the item to be enabled.  If there are
  ///  multiple answers, a match on any of the answers suffices.  If
  ///  different behavior is desired (all must match, at least 2 must match,
  ///  etc.), consider using the enableWhenExpression extension.
  String? answerString,

  /// [answerStringElement] ("_answerString") Extensions for answerString
  @JsonKey(name: '_answerString') Element? answerStringElement,

  /// [answerCoding] A value that the referenced question is tested using the
  ///  specified operator in order for the item to be enabled.  If there are
  ///  multiple answers, a match on any of the answers suffices.  If
  ///  different behavior is desired (all must match, at least 2 must match,
  ///  etc.), consider using the enableWhenExpression extension.
  Coding? answerCoding,

  /// [answerQuantity] A value that the referenced question is tested using
  ///  the specified operator in order for the item to be enabled.  If there
  ///  are multiple answers, a match on any of the answers suffices.  If
  ///  different behavior is desired (all must match, at least 2 must match,
  ///  etc.), consider using the enableWhenExpression extension.
  Quantity? answerQuantity,

  /// [answerReference] A value that the referenced question is tested using
  ///  the specified operator in order for the item to be enabled.  If there
  ///  are multiple answers, a match on any of the answers suffices.  If
  ///  different behavior is desired (all must match, at least 2 must match,
  ///  etc.), consider using the enableWhenExpression extension.
  Reference? answerReference,
}) = _QuestionnaireEnableWhen;