ImmunizationRecommendationRecommendation class

Annotations
  • @freezed

Constructors

ImmunizationRecommendationRecommendation({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, List<CodeableConcept>? vaccineCode, CodeableConcept? targetDisease, List<CodeableConcept>? contraindicatedVaccineCode, required CodeableConcept forecastStatus, List<CodeableConcept>? forecastReason, List<ImmunizationRecommendationDateCriterion>? dateCriterion, String? description, @JsonKey(name: '_description') Element? descriptionElement, String? series, @JsonKey(name: '_series') Element? seriesElement, FhirPositiveInt? doseNumberPositiveInt, @JsonKey(name: '_doseNumberPositiveInt') Element? doseNumberPositiveIntElement, String? doseNumberString, @JsonKey(name: '_doseNumberString') Element? doseNumberStringElement, FhirPositiveInt? seriesDosesPositiveInt, @JsonKey(name: '_seriesDosesPositiveInt') Element? seriesDosesPositiveIntElement, String? seriesDosesString, @JsonKey(name: '_seriesDosesString') Element? seriesDosesStringElement, List<Reference>? supportingImmunization, 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.
const
factory
ImmunizationRecommendationRecommendation.fromJson(Map<String, dynamic> json)
factory
ImmunizationRecommendationRecommendation.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

contraindicatedVaccineCode List<CodeableConcept>?
contraindicatedVaccineCode Vaccine(s) which should not be used to fulfill the recommendation.
no setterinherited
copyWith → $ImmunizationRecommendationRecommendationCopyWith<ImmunizationRecommendationRecommendation>
no setterinherited
dateCriterion List<ImmunizationRecommendationDateCriterion>?
dateCriterion Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.
no setterinherited
description String?
description Contains the description about the protocol under which the vaccine was administered.
no setterinherited
descriptionElement Element?
descriptionElement Extensions for description
no setterinherited
doseNumberPositiveInt FhirPositiveInt?
doseNumberPositiveInt Nominal position of the recommended dose in a series (e.g. dose 2 is the next recommended dose).
no setterinherited
doseNumberPositiveIntElement Element?
no setterinherited
doseNumberString String?
doseNumberString Nominal position of the recommended dose in a series (e.g. dose 2 is the next recommended dose).
no setterinherited
doseNumberStringElement Element?
doseNumberStringElement Extensions for doseNumberString
no setterinherited
extension_ List<FhirExtension>?
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.
no setterinherited
fhirId FhirId?
id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
no setterinherited
forecastReason List<CodeableConcept>?
forecastReason The reason for the assigned forecast status.
no setterinherited
forecastStatus CodeableConcept
forecastStatus Indicates the patient status with respect to the path to immunity for the target disease.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
modifierExtension List<FhirExtension>?
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).
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
series String?
series One possible path to achieve presumed immunity against a disease
no setterinherited
seriesDosesPositiveInt FhirPositiveInt?
seriesDosesPositiveInt The recommended number of doses to achieve immunity.
no setterinherited
seriesDosesPositiveIntElement Element?
no setterinherited
seriesDosesString String?
seriesDosesString The recommended number of doses to achieve immunity.
no setterinherited
seriesDosesStringElement Element?
seriesDosesStringElement Extensions for seriesDosesString
no setterinherited
seriesElement Element?
seriesElement Extensions for series
no setterinherited
supportingImmunization List<Reference>?
supportingImmunization Immunization event history and/or evaluation that supports the status and recommendation.
no setterinherited
supportingPatientInformation List<Reference>?
supportingPatientInformation Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.
no setterinherited
targetDisease CodeableConcept?
targetDisease The targeted disease for the recommendation.
no setterinherited
vaccineCode List<CodeableConcept>?
vaccineCode Vaccine(s) or vaccine group that pertain to the recommendation.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

operator ==(Object other) bool
The equality operator.
inherited