QuestionnaireResponseAnswer constructor

const QuestionnaireResponseAnswer({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. FhirBoolean? valueBoolean,
  5. @JsonKey(name: '_valueBoolean') Element? valueBooleanElement,
  6. FhirDecimal? valueDecimal,
  7. @JsonKey(name: '_valueDecimal') Element? valueDecimalElement,
  8. FhirInteger? valueInteger,
  9. @JsonKey(name: '_valueInteger') Element? valueIntegerElement,
  10. FhirDate? valueDate,
  11. @JsonKey(name: '_valueDate') Element? valueDateElement,
  12. FhirDateTime? valueDateTime,
  13. @JsonKey(name: '_valueDateTime') Element? valueDateTimeElement,
  14. FhirTime? valueTime,
  15. @JsonKey(name: '_valueTime') Element? valueTimeElement,
  16. String? valueString,
  17. @JsonKey(name: '_valueString') Element? valueStringElement,
  18. FhirUri? valueUri,
  19. @JsonKey(name: '_valueUri') Element? valueUriElement,
  20. Attachment? valueAttachment,
  21. Coding? valueCoding,
  22. Quantity? valueQuantity,
  23. Reference? valueReference,
  24. List<QuestionnaireResponseItem>? item,
})

QuestionnaireResponseAnswer A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to.

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

valueBoolean The answer (or one of the answers) provided by the respondent to the question.

valueBooleanElement Extensions for valueBoolean

valueDecimal The answer (or one of the answers) provided by the respondent to the question.

valueDecimalElement Extensions for valueDecimal

valueInteger The answer (or one of the answers) provided by the respondent to the question.

valueIntegerElement Extensions for valueInteger

valueDate The answer (or one of the answers) provided by the respondent to the question.

valueDateElement Extensions for valueDate

valueDateTime The answer (or one of the answers) provided by the respondent to the question.

valueDateTimeElement Extensions for valueDateTime

valueTime The answer (or one of the answers) provided by the respondent to the question.

valueTimeElement Extensions for valueTime

valueString The answer (or one of the answers) provided by the respondent to the question.

valueStringElement Extensions for valueString

valueUri The answer (or one of the answers) provided by the respondent to the question.

valueUriElement Extensions for valueUri

valueAttachment The answer (or one of the answers) provided by the respondent to the question.

valueCoding The answer (or one of the answers) provided by the respondent to the question.

valueQuantity The answer (or one of the answers) provided by the respondent to the question.

valueReference The answer (or one of the answers) provided by the respondent to the question.

item Nested groups and/or questions found within this particular answer.

Implementation

const factory QuestionnaireResponseAnswer({
  /// [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') FhirId? fhirId,

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

  /// [valueBoolean] The answer (or one of the answers) provided by the
  ///  respondent to the question.
  FhirBoolean? valueBoolean,

  /// [valueBooleanElement] Extensions for valueBoolean
  @JsonKey(name: '_valueBoolean') Element? valueBooleanElement,

  /// [valueDecimal] The answer (or one of the answers) provided by the
  ///  respondent to the question.
  FhirDecimal? valueDecimal,

  /// [valueDecimalElement] Extensions for valueDecimal
  @JsonKey(name: '_valueDecimal') Element? valueDecimalElement,

  /// [valueInteger] The answer (or one of the answers) provided by the
  ///  respondent to the question.
  FhirInteger? valueInteger,

  /// [valueIntegerElement] Extensions for valueInteger
  @JsonKey(name: '_valueInteger') Element? valueIntegerElement,

  /// [valueDate] The answer (or one of the answers) provided by the respondent
  ///  to the question.
  FhirDate? valueDate,

  /// [valueDateElement] Extensions for valueDate
  @JsonKey(name: '_valueDate') Element? valueDateElement,

  /// [valueDateTime] The answer (or one of the answers) provided by the
  ///  respondent to the question.
  FhirDateTime? valueDateTime,

  /// [valueDateTimeElement] Extensions for valueDateTime
  @JsonKey(name: '_valueDateTime') Element? valueDateTimeElement,

  /// [valueTime] The answer (or one of the answers) provided by the respondent
  ///  to the question.
  FhirTime? valueTime,

  /// [valueTimeElement] Extensions for valueTime
  @JsonKey(name: '_valueTime') Element? valueTimeElement,

  /// [valueString] The answer (or one of the answers) provided by the
  ///  respondent to the question.
  String? valueString,

  /// [valueStringElement] Extensions for valueString
  @JsonKey(name: '_valueString') Element? valueStringElement,

  /// [valueUri] The answer (or one of the answers) provided by the respondent
  ///  to the question.
  FhirUri? valueUri,

  /// [valueUriElement] Extensions for valueUri
  @JsonKey(name: '_valueUri') Element? valueUriElement,

  /// [valueAttachment] The answer (or one of the answers) provided by the
  ///  respondent to the question.
  Attachment? valueAttachment,

  /// [valueCoding] The answer (or one of the answers) provided by the
  ///  respondent to the question.
  Coding? valueCoding,

  /// [valueQuantity] The answer (or one of the answers) provided by the
  ///  respondent to the question.
  Quantity? valueQuantity,

  /// [valueReference] The answer (or one of the answers) provided by the
  ///  respondent to the question.
  Reference? valueReference,

  /// [item] Nested groups and/or questions found within this particular
  ///  answer.
  List<QuestionnaireResponseItem>? item,
}) = _QuestionnaireResponseAnswer;