supportingInformation property

List<Reference>? supportingInformation
inherited

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.

Implementation

List<Reference>? get supportingInformation =>
    throw _privateConstructorUsedError;