AllergyIntolerance constructor

const AllergyIntolerance({
  1. @Default(Dstu2ResourceType.AllergyIntolerance) @JsonKey(unknownEnumValue: Dstu2ResourceType.AllergyIntolerance) Dstu2ResourceType resourceType,
  2. @JsonKey(includeFromJson: true, includeToJson: false) int? dbId,
  3. @JsonKey(name: 'id') FhirId? fhirId,
  4. FhirMeta? meta,
  5. FhirUri? implicitRules,
  6. @JsonKey(name: '_implicitRules') Element? implicitRulesElement,
  7. FhirCode? language,
  8. @JsonKey(name: '_language') Element? languageElement,
  9. Narrative? text,
  10. List<Resource>? contained,
  11. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  12. List<FhirExtension>? modifierExtension,
  13. List<Identifier>? identifier,
  14. FhirDateTime? onset,
  15. FhirDateTime? recordedDate,
  16. @JsonKey(name: '_recordedDate') Element? recordedDateElement,
  17. Reference? recorder,
  18. required Reference patient,
  19. Reference? reporter,
  20. required CodeableConcept substance,
  21. @JsonKey(unknownEnumValue: AllergyIntoleranceStatus.unknown) AllergyIntoleranceStatus? status,
  22. @JsonKey(name: '_status') Element? statusElement,
  23. @JsonKey(unknownEnumValue: AllergyIntoleranceCriticality.unknown) AllergyIntoleranceCriticality? criticality,
  24. @JsonKey(name: '_criticality') Element? criticalityElement,
  25. @JsonKey(unknownEnumValue: AllergyIntoleranceType.unknown) AllergyIntoleranceType? type,
  26. @JsonKey(name: '_type') Element? typeElement,
  27. @JsonKey(unknownEnumValue: AllergyIntoleranceCategory.unknown) AllergyIntoleranceCategory? category,
  28. @JsonKey(name: '_category') Element? categoryElement,
  29. FhirDateTime? lastOccurence,
  30. @JsonKey(name: '_lastOccurence') Element? lastOccurenceElement,
  31. Annotation? note,
  32. List<AllergyIntoleranceReaction>? reaction,
})

Implementation

const factory AllergyIntolerance({
  @Default(Dstu2ResourceType.AllergyIntolerance)
  @JsonKey(unknownEnumValue: Dstu2ResourceType.AllergyIntolerance)
  Dstu2ResourceType resourceType,
  @JsonKey(includeFromJson: true, includeToJson: false) int? dbId,
  @JsonKey(name: 'id') FhirId? fhirId,
  FhirMeta? meta,
  FhirUri? implicitRules,
  @JsonKey(name: '_implicitRules') Element? implicitRulesElement,
  FhirCode? language,
  @JsonKey(name: '_language') Element? languageElement,
  Narrative? text,
  List<Resource>? contained,
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  List<FhirExtension>? modifierExtension,
  List<Identifier>? identifier,
  FhirDateTime? onset,
  FhirDateTime? recordedDate,
  @JsonKey(name: '_recordedDate') Element? recordedDateElement,
  Reference? recorder,
  required Reference patient,
  Reference? reporter,
  required CodeableConcept substance,
  @JsonKey(unknownEnumValue: AllergyIntoleranceStatus.unknown)
  AllergyIntoleranceStatus? status,
  @JsonKey(name: '_status') Element? statusElement,
  @JsonKey(unknownEnumValue: AllergyIntoleranceCriticality.unknown)
  AllergyIntoleranceCriticality? criticality,
  @JsonKey(name: '_criticality') Element? criticalityElement,
  @JsonKey(unknownEnumValue: AllergyIntoleranceType.unknown)
  AllergyIntoleranceType? type,
  @JsonKey(name: '_type') Element? typeElement,
  @JsonKey(unknownEnumValue: AllergyIntoleranceCategory.unknown)
  AllergyIntoleranceCategory? category,
  @JsonKey(name: '_category') Element? categoryElement,
  FhirDateTime? lastOccurence,
  @JsonKey(name: '_lastOccurence') Element? lastOccurenceElement,
  Annotation? note,
  List<AllergyIntoleranceReaction>? reaction,
}) = _AllergyIntolerance;