Immunization constructor

const Immunization({
  1. @Default(R5ResourceType.Immunization) @JsonKey(unknownEnumValue: R5ResourceType.Immunization) R5ResourceType 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. List<Reference>? basedOn,
  15. FhirCode? status,
  16. @JsonKey(name: '_status') Element? statusElement,
  17. CodeableConcept? statusReason,
  18. required CodeableConcept vaccineCode,
  19. CodeableReference? administeredProduct,
  20. CodeableReference? manufacturer,
  21. String? lotNumber,
  22. @JsonKey(name: '_lotNumber') Element? lotNumberElement,
  23. FhirDate? expirationDate,
  24. @JsonKey(name: '_expirationDate') Element? expirationDateElement,
  25. required Reference patient,
  26. Reference? encounter,
  27. List<Reference>? supportingInformation,
  28. FhirDateTime? occurrenceDateTime,
  29. @JsonKey(name: '_occurrenceDateTime') Element? occurrenceDateTimeElement,
  30. String? occurrenceString,
  31. @JsonKey(name: '_occurrenceString') Element? occurrenceStringElement,
  32. FhirBoolean? primarySource,
  33. @JsonKey(name: '_primarySource') Element? primarySourceElement,
  34. CodeableReference? informationSource,
  35. Reference? location,
  36. CodeableConcept? site,
  37. CodeableConcept? route,
  38. Quantity? doseQuantity,
  39. List<ImmunizationPerformer>? performer,
  40. List<Annotation>? note,
  41. List<CodeableReference>? reason,
  42. FhirBoolean? isSubpotent,
  43. @JsonKey(name: '_isSubpotent') Element? isSubpotentElement,
  44. List<CodeableConcept>? subpotentReason,
  45. List<ImmunizationProgramEligibility>? programEligibility,
  46. CodeableConcept? fundingSource,
  47. List<ImmunizationReaction>? reaction,
  48. List<ImmunizationProtocolApplied>? protocolApplied,
})

Immunization Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party.

resourceType This is a Immunization resource

id The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

meta The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

implicitRules A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

implicitRulesElement ("_implicitRules") Extensions for implicitRules

language The base language in which the resource is written.

languageElement ("_language") Extensions for language

text A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

contained These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning.

extension_ ("extension") May be used to represent additional information that is not part of the basic definition of the resource. 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.

modifierExtension May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it 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 is allowed to 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).

identifier A unique identifier assigned to this immunization record.

basedOn A plan, order or recommendation fulfilled in whole or in part by this immunization.

status Indicates the current status of the immunization event.

statusElement ("_status") Extensions for status

statusReason Indicates the reason the immunization event was not performed.

vaccineCode Vaccine that was administered or was to be administered.

administeredProduct An indication of which product was administered to the patient. This is typically a more detailed representation of the concept conveyed by the vaccineCode data element. If a Medication resource is referenced, it may be to a stand-alone resource or a contained resource within the Immunization resource.

manufacturer Name of vaccine manufacturer.

lotNumber Lot number of the vaccine product.

lotNumberElement ("_lotNumber") Extensions for lotNumber

expirationDate Date vaccine batch expires.

expirationDateElement ("_expirationDate") Extensions for expirationDate

patient The patient who either received or did not receive the immunization.

encounter The visit or admission or other contact between patient and health care provider the immunization was performed as part of.

supportingInformation Additional information that is relevant to the immunization (e.g. for a vaccine recipient who is pregnant, the gestational age of the fetus). The reason why a vaccine was given (e.g. occupation, underlying medical condition) should be conveyed in Immunization.reason, not as supporting information. The reason why a vaccine was not given (e.g. contraindication) should be conveyed in Immunization.statusReason, not as supporting information.

occurrenceDateTime Date vaccine administered or was to be administered.

occurrenceDateTimeElement ("_occurrenceDateTime") Extensions for occurrenceDateTime

occurrenceString Date vaccine administered or was to be administered.

occurrenceStringElement ("_occurrenceString") Extensions for occurrenceString

primarySource Indicates whether the data contained in the resource was captured by the individual/organization which was responsible for the administration of the vaccine rather than as 'secondary reported' data documented by a third party. A value of 'true' means this data originated with the individual/organization which was responsible for the administration of the vaccine.

primarySourceElement ("_primarySource") Extensions for primarySource

informationSource Typically the source of the data when the report of the immunization event is not based on information from the person who administered the vaccine.

location The service delivery location where the vaccine administration occurred.

site Body site where vaccine was administered.

route The path by which the vaccine product is taken into the body.

doseQuantity The quantity of vaccine product that was administered.

performer Indicates who performed the immunization event.

note Extra information about the immunization that is not conveyed by the other attributes.

reason Describes why the immunization occurred in coded or textual form, or Indicates another resource (Condition, Observation or DiagnosticReport) whose existence justifies this immunization.

isSubpotent Indication if a dose is considered to be subpotent. By default, a dose should be considered to be potent.

isSubpotentElement ("_isSubpotent") Extensions for isSubpotent

subpotentReason Reason why a dose is considered to be subpotent.

programEligibility Indicates a patient's eligibility for a funding program.

fundingSource Indicates the source of the vaccine actually administered. This may be different than the patient eligibility (e.g. the patient may be eligible for a publically purchased vaccine but due to inventory issues, vaccine purchased with private funds was actually administered).

reaction Categorical data indicating that an adverse event is associated in time to an immunization.

protocolApplied The protocol (set of recommendations) being followed by the provider who administered the dose.

Implementation

const factory Immunization({
  /// [resourceType] This is a Immunization resource
  @Default(R5ResourceType.Immunization)
  @JsonKey(unknownEnumValue: R5ResourceType.Immunization)
  R5ResourceType resourceType,
  @JsonKey(includeFromJson: true, includeToJson: false) int? dbId,

  /// [id] The logical id of the resource, as used in the URL for the
  ///  resource. Once assigned, this value never changes.
  @JsonKey(name: 'id') FhirId? fhirId,

  /// [meta] The metadata about the resource. This is content that is
  ///  maintained by the infrastructure. Changes to the content might not
  ///  always be associated with version changes to the resource.
  FhirMeta? meta,

  /// [implicitRules] A reference to a set of rules that were followed when
  ///  the resource was constructed, and which must be understood when
  ///  processing the content. Often, this is a reference to an
  ///  implementation guide that defines the special rules along with other
  ///  profiles etc.
  FhirUri? implicitRules,

  /// [implicitRulesElement] ("_implicitRules") Extensions for implicitRules
  @JsonKey(name: '_implicitRules') Element? implicitRulesElement,

  /// [language] The base language in which the resource is written.
  FhirCode? language,

  /// [languageElement] ("_language") Extensions for language
  @JsonKey(name: '_language') Element? languageElement,

  /// [text] A human-readable narrative that contains a summary of the
  ///  resource and can be used to represent the content of the resource to a
  ///  human. The narrative need not encode all the structured data, but is
  ///  required to contain sufficient detail to make it "clinically safe" for
  ///  a human to just read the narrative. Resource definitions may define
  ///  what content should be represented in the narrative to ensure clinical
  ///  safety.
  Narrative? text,

  /// [contained] These resources do not have an independent existence apart
  ///  from the resource that contains them - they cannot be identified
  ///  independently, nor can they have their own independent transaction
  ///  scope. This is allowed to be a Parameters resource if and only if it
  ///  is referenced by a resource that provides context/meaning.
  List<Resource>? contained,

  /// [extension_] ("extension") May be used to represent additional
  ///  information that is not part of the basic definition of the resource.
  ///  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.
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,

  /// [modifierExtension] May be used to represent additional information
  ///  that is not part of the basic definition of the resource and that
  ///  modifies the understanding of the element that contains it 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 is allowed to 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,

  /// [identifier] A unique identifier assigned to this immunization record.
  List<Identifier>? identifier,

  /// [basedOn] A plan, order or recommendation fulfilled in whole or in part
  ///  by this immunization.
  List<Reference>? basedOn,

  /// [status] Indicates the current status of the immunization event.
  FhirCode? status,

  /// [statusElement] ("_status") Extensions for status
  @JsonKey(name: '_status') Element? statusElement,

  /// [statusReason] Indicates the reason the immunization event was not
  ///  performed.
  CodeableConcept? statusReason,

  /// [vaccineCode] Vaccine that was administered or was to be administered.
  required CodeableConcept vaccineCode,

  /// [administeredProduct] An indication of which product was administered
  ///  to the patient. This is typically a more detailed representation of
  ///  the concept conveyed by the vaccineCode data element. If a Medication
  ///  resource is referenced, it may be to a stand-alone resource or a
  ///  contained resource within the Immunization resource.
  CodeableReference? administeredProduct,

  /// [manufacturer] Name of vaccine manufacturer.
  CodeableReference? manufacturer,

  /// [lotNumber] Lot number of the  vaccine product.
  String? lotNumber,

  /// [lotNumberElement] ("_lotNumber") Extensions for lotNumber
  @JsonKey(name: '_lotNumber') Element? lotNumberElement,

  /// [expirationDate] Date vaccine batch expires.
  FhirDate? expirationDate,

  /// [expirationDateElement] ("_expirationDate") Extensions for
  ///  expirationDate
  @JsonKey(name: '_expirationDate') Element? expirationDateElement,

  /// [patient] The patient who either received or did not receive the
  ///  immunization.
  required Reference patient,

  /// [encounter] The visit or admission or other contact between patient and
  ///  health care provider the immunization was performed as part of.
  Reference? encounter,

  /// [supportingInformation] Additional information that is relevant to the
  ///  immunization (e.g. for a vaccine recipient who is pregnant, the
  ///  gestational age of the fetus). The reason why a vaccine was given
  ///  (e.g. occupation, underlying medical condition) should be conveyed in
  ///  Immunization.reason, not as supporting information. The reason why a
  ///  vaccine was not given (e.g. contraindication) should be conveyed in
  ///  Immunization.statusReason, not as supporting information.
  List<Reference>? supportingInformation,

  /// [occurrenceDateTime] Date vaccine administered or was to be
  ///  administered.
  FhirDateTime? occurrenceDateTime,

  /// [occurrenceDateTimeElement] ("_occurrenceDateTime") Extensions for
  ///  occurrenceDateTime
  @JsonKey(name: '_occurrenceDateTime') Element? occurrenceDateTimeElement,

  /// [occurrenceString] Date vaccine administered or was to be administered.
  String? occurrenceString,

  /// [occurrenceStringElement] ("_occurrenceString") Extensions for
  ///  occurrenceString
  @JsonKey(name: '_occurrenceString') Element? occurrenceStringElement,

  /// [primarySource] Indicates whether the data contained in the resource
  ///  was captured by the individual/organization which was responsible for
  ///  the administration of the vaccine rather than as 'secondary reported'
  ///  data documented by a third party. A value of 'true' means this data
  ///  originated with the individual/organization which was responsible for
  ///  the administration of the vaccine.
  FhirBoolean? primarySource,

  /// [primarySourceElement] ("_primarySource") Extensions for primarySource
  @JsonKey(name: '_primarySource') Element? primarySourceElement,

  /// [informationSource] Typically the source of the data when the report of
  ///  the immunization event is not based on information from the person who
  ///  administered the vaccine.
  CodeableReference? informationSource,

  /// [location] The service delivery location where the vaccine
  ///  administration occurred.
  Reference? location,

  /// [site] Body site where vaccine was administered.
  CodeableConcept? site,

  /// [route] The path by which the vaccine product is taken into the body.
  CodeableConcept? route,

  /// [doseQuantity] The quantity of vaccine product that was administered.
  Quantity? doseQuantity,

  /// [performer] Indicates who performed the immunization event.
  List<ImmunizationPerformer>? performer,

  /// [note] Extra information about the immunization that is not conveyed by
  ///  the other attributes.
  List<Annotation>? note,

  /// [reason] Describes why the immunization occurred in coded or textual
  ///  form, or Indicates another resource (Condition, Observation or
  ///  DiagnosticReport) whose existence justifies this immunization.
  List<CodeableReference>? reason,

  /// [isSubpotent] Indication if a dose is considered to be subpotent. By
  ///  default, a dose should be considered to be potent.
  FhirBoolean? isSubpotent,

  /// [isSubpotentElement] ("_isSubpotent") Extensions for isSubpotent
  @JsonKey(name: '_isSubpotent') Element? isSubpotentElement,

  /// [subpotentReason] Reason why a dose is considered to be subpotent.
  List<CodeableConcept>? subpotentReason,

  /// [programEligibility] Indicates a patient's eligibility for a funding
  ///  program.
  List<ImmunizationProgramEligibility>? programEligibility,

  /// [fundingSource] Indicates the source of the vaccine actually
  ///  administered. This may be different than the patient eligibility (e.g.
  ///  the patient may be eligible for a publically purchased vaccine but due
  ///  to inventory issues, vaccine purchased with private funds was actually
  ///  administered).
  CodeableConcept? fundingSource,

  /// [reaction] Categorical data indicating that an adverse event is
  ///  associated in time to an immunization.
  List<ImmunizationReaction>? reaction,

  /// [protocolApplied] The protocol (set of recommendations) being followed
  ///  by the provider who administered the dose.
  List<ImmunizationProtocolApplied>? protocolApplied,
}) = _Immunization;