ImmunizationRecommendationRecommendation constructor

const ImmunizationRecommendationRecommendation({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. List<CodeableConcept>? vaccineCode,
  5. CodeableConcept? targetDisease,
  6. List<CodeableConcept>? contraindicatedVaccineCode,
  7. required CodeableConcept forecastStatus,
  8. List<CodeableConcept>? forecastReason,
  9. List<ImmunizationRecommendationDateCriterion>? dateCriterion,
  10. String? description,
  11. @JsonKey(name: '_description') Element? descriptionElement,
  12. String? series,
  13. @JsonKey(name: '_series') Element? seriesElement,
  14. FhirPositiveInt? doseNumberPositiveInt,
  15. @JsonKey(name: '_doseNumberPositiveInt') Element? doseNumberPositiveIntElement,
  16. String? doseNumberString,
  17. @JsonKey(name: '_doseNumberString') Element? doseNumberStringElement,
  18. FhirPositiveInt? seriesDosesPositiveInt,
  19. @JsonKey(name: '_seriesDosesPositiveInt') Element? seriesDosesPositiveIntElement,
  20. String? seriesDosesString,
  21. @JsonKey(name: '_seriesDosesString') Element? seriesDosesStringElement,
  22. List<Reference>? supportingImmunization,
  23. List<Reference>? supportingPatientInformation,
})

ImmunizationRecommendationRecommendation A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification.

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

vaccineCode Vaccine(s) or vaccine group that pertain to the recommendation.

targetDisease The targeted disease for the recommendation.

contraindicatedVaccineCode Vaccine(s) which should not be used to fulfill the recommendation.

forecastStatus Indicates the patient status with respect to the path to immunity for the target disease.

forecastReason The reason for the assigned forecast status.

dateCriterion Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.

description Contains the description about the protocol under which the vaccine was administered.

descriptionElement Extensions for description

series One possible path to achieve presumed immunity against a disease

  • within the context of an authority.

seriesElement Extensions for series

doseNumberPositiveInt Nominal position of the recommended dose in a series (e.g. dose 2 is the next recommended dose).

doseNumberPositiveIntElement Extensions for doseNumberPositiveInt

doseNumberString Nominal position of the recommended dose in a series (e.g. dose 2 is the next recommended dose).

doseNumberStringElement Extensions for doseNumberString

seriesDosesPositiveInt The recommended number of doses to achieve immunity.

seriesDosesPositiveIntElement Extensions for seriesDosesPositiveInt

seriesDosesString The recommended number of doses to achieve immunity.

seriesDosesStringElement Extensions for seriesDosesString

supportingImmunization Immunization event history and/or evaluation that supports the status and recommendation.

supportingPatientInformation Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.

Implementation

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

  /// [vaccineCode] Vaccine(s) or vaccine group that pertain to the
  ///  recommendation.
  List<CodeableConcept>? vaccineCode,

  /// [targetDisease] The targeted disease for the recommendation.
  CodeableConcept? targetDisease,

  /// [contraindicatedVaccineCode] Vaccine(s) which should not be used to
  ///  fulfill the recommendation.
  List<CodeableConcept>? contraindicatedVaccineCode,

  /// [forecastStatus] Indicates the patient status with respect to the path to
  ///  immunity for the target disease.
  required CodeableConcept forecastStatus,

  /// [forecastReason] The reason for the assigned forecast status.
  List<CodeableConcept>? forecastReason,

  /// [dateCriterion] Vaccine date recommendations.  For example, earliest date
  ///  to administer, latest date to administer, etc.
  List<ImmunizationRecommendationDateCriterion>? dateCriterion,

  /// [description] Contains the description about the protocol under which the
  ///  vaccine was administered.
  String? description,

  /// [descriptionElement] Extensions for description
  @JsonKey(name: '_description') Element? descriptionElement,

  /// [series] One possible path to achieve presumed immunity against a disease
  ///  - within the context of an authority.
  String? series,

  /// [seriesElement] Extensions for series
  @JsonKey(name: '_series') Element? seriesElement,

  /// [doseNumberPositiveInt] Nominal position of the recommended dose in a
  ///  series (e.g. dose 2 is the next recommended dose).
  FhirPositiveInt? doseNumberPositiveInt,
  @JsonKey(name: '_doseNumberPositiveInt')

  /// [doseNumberPositiveIntElement] Extensions for doseNumberPositiveInt
  Element? doseNumberPositiveIntElement,

  /// [doseNumberString] Nominal position of the recommended dose in a series
  ///  (e.g. dose 2 is the next recommended dose).
  String? doseNumberString,

  /// [doseNumberStringElement] Extensions for doseNumberString
  @JsonKey(name: '_doseNumberString') Element? doseNumberStringElement,

  /// [seriesDosesPositiveInt] The recommended number of doses to achieve
  ///  immunity.
  FhirPositiveInt? seriesDosesPositiveInt,
  @JsonKey(name: '_seriesDosesPositiveInt')

  /// [seriesDosesPositiveIntElement] Extensions for seriesDosesPositiveInt
  Element? seriesDosesPositiveIntElement,

  /// [seriesDosesString] The recommended number of doses to achieve immunity.
  String? seriesDosesString,

  /// [seriesDosesStringElement] Extensions for seriesDosesString
  @JsonKey(name: '_seriesDosesString') Element? seriesDosesStringElement,

  /// [supportingImmunization] Immunization event history and/or evaluation
  ///  that supports the status and recommendation.
  List<Reference>? supportingImmunization,

  /// [supportingPatientInformation] Patient Information that supports the
  /// status and recommendation.  This includes patient observations, adverse
  ///  reactions and allergy/intolerance information.
  List<Reference>? supportingPatientInformation,
}) = _ImmunizationRecommendationRecommendation;