PackagedProductDefinitionPackaging constructor

const PackagedProductDefinitionPackaging({
  1. @JsonKey(name: 'id') String? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. List<Identifier>? identifier,
  5. CodeableConcept? type,
  6. FhirBoolean? componentPart,
  7. @JsonKey(name: '_componentPart') Element? componentPartElement,
  8. FhirInteger? quantity,
  9. @JsonKey(name: '_quantity') Element? quantityElement,
  10. List<CodeableConcept>? material,
  11. List<CodeableConcept>? alternateMaterial,
  12. List<ProductShelfLife>? shelfLifeStorage,
  13. List<Reference>? manufacturer,
  14. List<PackagedProductDefinitionProperty>? property,
  15. List<PackagedProductDefinitionContainedItem>? containedItem,
  16. List<PackagedProductDefinitionPackaging>? packaging,
})

PackagedProductDefinitionPackaging A medically related item or items, in a container or package.

id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

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.

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

identifier A business identifier that is specific to this particular part of the packaging, often assigned by the manufacturer. Including possibly Data Carrier Identifier (a GS1 barcode).

type The physical type of the container of the items.

componentPart Is this a part of the packaging (e.g. a cap or bottle stopper), rather than the packaging itself (e.g. a bottle or vial). The latter type are designed be a container, but the former are not.

componentPartElement ("_componentPart") Extensions for componentPart

quantity The quantity of packaging items contained at this layer of the package. This does not relate to the number of contained items but relates solely to the number of packaging items. When looking at the outermost layer it is always 1. If there are two boxes within, at the next layer it would be 2.

quantityElement ("_quantity") Extensions for quantity

material Material type of the package item.

alternateMaterial A possible alternate material for this part of the packaging, that is allowed to be used instead of the usual material (e.g. different types of plastic for a blister sleeve).

shelfLifeStorage Shelf Life and storage information.

manufacturer Manufacturer of this packaging item. When there are multiple values each one is a potential manufacturer of this packaging item.

property General characteristics of this item.

containedItem The item(s) within the packaging.

packaging Allows containers (and parts of containers) within containers, still as a part of a single packaged product. See also PackagedProductDefinition.packaging.containedItem.item(PackagedProductDefinition).

Implementation

const factory PackagedProductDefinitionPackaging({
  /// [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') String? fhirId,

  /// [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.
  @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 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).
  List<FhirExtension>? modifierExtension,

  /// [identifier] A business identifier that is specific to this particular
  ///  part of the packaging, often assigned by the manufacturer. Including
  ///  possibly Data Carrier Identifier (a GS1 barcode).
  List<Identifier>? identifier,

  /// [type] The physical type of the container of the items.
  CodeableConcept? type,

  /// [componentPart] Is this a part of the packaging (e.g. a cap or bottle
  ///  stopper), rather than the packaging itself (e.g. a bottle or vial).
  ///  The latter type are designed be a container, but the former are not.
  FhirBoolean? componentPart,

  /// [componentPartElement] ("_componentPart") Extensions for componentPart
  @JsonKey(name: '_componentPart') Element? componentPartElement,

  /// [quantity] The quantity of packaging items contained at this layer of
  ///  the package. This does not relate to the number of contained items but
  ///  relates solely to the number of packaging items. When looking at the
  ///  outermost layer it is always 1. If there are two boxes within, at the
  ///  next layer it would be 2.
  FhirInteger? quantity,

  /// [quantityElement] ("_quantity") Extensions for quantity
  @JsonKey(name: '_quantity') Element? quantityElement,

  /// [material] Material type of the package item.
  List<CodeableConcept>? material,

  /// [alternateMaterial] A possible alternate material for this part of the
  ///  packaging, that is allowed to be used instead of the usual material
  ///  (e.g. different types of plastic for a blister sleeve).
  List<CodeableConcept>? alternateMaterial,

  /// [shelfLifeStorage] Shelf Life and storage information.
  List<ProductShelfLife>? shelfLifeStorage,

  /// [manufacturer] Manufacturer of this packaging item. When there are
  ///  multiple values each one is a potential manufacturer of this packaging
  ///  item.
  List<Reference>? manufacturer,

  /// [property] General characteristics of this item.
  List<PackagedProductDefinitionProperty>? property,

  /// [containedItem] The item(s) within the packaging.
  List<PackagedProductDefinitionContainedItem>? containedItem,

  /// [packaging] Allows containers (and parts of containers) within
  ///  containers, still as a part of a single packaged product. See also
  ///  PackagedProductDefinition.packaging.containedItem.item(PackagedProductDefinition).
  ///
  List<PackagedProductDefinitionPackaging>? packaging,
}) = _PackagedProductDefinitionPackaging;