ImmunizationRecommendationRecommendation class

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

Annotations
  • @freezed

Constructors

ImmunizationRecommendationRecommendation({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, List<CodeableConcept>? vaccineCode, List<CodeableConcept>? targetDisease, List<CodeableConcept>? contraindicatedVaccineCode, required CodeableConcept forecastStatus, List<CodeableConcept>? forecastReason, List<ImmunizationRecommendationDateCriterion>? dateCriterion, FhirMarkdown? description, @JsonKey(name: '_description') Element? descriptionElement, String? series, @JsonKey(name: '_series') Element? seriesElement, String? doseNumber, @JsonKey(name: '_doseNumber') Element? doseNumberElement, String? seriesDoses, @JsonKey(name: '_seriesDoses') Element? seriesDosesElement, 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 constructor, accepts Map<String, dynamic> as an argument
factory
ImmunizationRecommendationRecommendation.fromJsonString(String source)
Acts like a constructor, returns a ImmunizationRecommendationRecommendation, accepts a String as an argument, mostly because I got tired of typing it out
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 FhirMarkdown?
description Contains the description about the protocol under which the vaccine was administered.
no setterinherited
descriptionElement Element?
descriptionElement ("_description") Extensions for description
no setterinherited
doseNumber String?
doseNumber Nominal position of the recommended dose in a series as determined by the evaluation and forecasting process (e.g. dose 2 is the next recommended dose).
no setterinherited
doseNumberElement Element?
doseNumberElement ("_doseNumber") Extensions for doseNumber
no setterinherited
extension_ List<FhirExtension>?
extension_ ("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 managable, 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 String?
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 managable, 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 - within the context of an authority.
no setterinherited
seriesDoses String?
seriesDoses The recommended number of doses to achieve immunity as determined by the evaluation and forecasting process.
no setterinherited
seriesDosesElement Element?
seriesDosesElement ("_seriesDoses") Extensions for seriesDoses
no setterinherited
seriesElement Element?
seriesElement ("_series") 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 List<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
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
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