ClinicalImpression constructor

const ClinicalImpression({
  1. @Default(Stu3ResourceType.ClinicalImpression) @JsonKey(unknownEnumValue: Stu3ResourceType.ClinicalImpression) Stu3ResourceType 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. ClinicalImpressionStatus? status,
  15. @JsonKey(name: '_status') Element? statusElement,
  16. CodeableConcept? code,
  17. String? description,
  18. @JsonKey(name: '_description') Element? descriptionElement,
  19. required Reference subject,
  20. Reference? context,
  21. FhirDateTime? effectiveDateTime,
  22. @JsonKey(name: '_effectiveDateTime') Element? effectiveDateTimeElement,
  23. Period? effectivePeriod,
  24. FhirDate? date,
  25. @JsonKey(name: '_date') Element? dateElement,
  26. Reference? assessor,
  27. Reference? previous,
  28. List<Reference>? problem,
  29. List<ClinicalImpressionInvestigation>? investigation,
  30. List<String>? protocol,
  31. @JsonKey(name: '_protocol') List<Element?>? protocolElement,
  32. String? summary,
  33. @JsonKey(name: '_summary') Element? summaryElement,
  34. List<ClinicalImpressionFinding>? finding,
  35. List<CodeableConcept>? prognosisCodeableConcept,
  36. List<Reference>? prognosisReference,
  37. List<Reference>? action,
  38. List<Annotation>? note,
})

Implementation

const factory ClinicalImpression({
  @Default(Stu3ResourceType.ClinicalImpression)
  @JsonKey(unknownEnumValue: Stu3ResourceType.ClinicalImpression)
  Stu3ResourceType 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,
  ClinicalImpressionStatus? status,
  @JsonKey(name: '_status') Element? statusElement,
  CodeableConcept? code,
  String? description,
  @JsonKey(name: '_description') Element? descriptionElement,
  required Reference subject,
  Reference? context,
  FhirDateTime? effectiveDateTime,
  @JsonKey(name: '_effectiveDateTime') Element? effectiveDateTimeElement,
  Period? effectivePeriod,
  FhirDate? date,
  @JsonKey(name: '_date') Element? dateElement,
  Reference? assessor,
  Reference? previous,
  List<Reference>? problem,
  List<ClinicalImpressionInvestigation>? investigation,
  List<String>? protocol,
  @JsonKey(name: '_protocol') List<Element?>? protocolElement,
  String? summary,
  @JsonKey(name: '_summary') Element? summaryElement,
  List<ClinicalImpressionFinding>? finding,
  List<CodeableConcept>? prognosisCodeableConcept,
  List<Reference>? prognosisReference,
  List<Reference>? action,
  List<Annotation>? note,
}) = _ClinicalImpression;