PackagedProductDefinitionPackage constructor

const PackagedProductDefinitionPackage({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. List<Identifier>? identifier,
  5. CodeableConcept? type,
  6. FhirInteger? quantity,
  7. @JsonKey(name: '_quantity') Element? quantityElement,
  8. List<CodeableConcept>? material,
  9. List<CodeableConcept>? alternateMaterial,
  10. List<PackagedProductDefinitionShelfLifeStorage>? shelfLifeStorage,
  11. List<Reference>? manufacturer,
  12. List<PackagedProductDefinitionProperty>? property,
  13. List<PackagedProductDefinitionContainedItem>? containedItem,
  14. List<PackagedProductDefinitionPackage>? package,
})

PackagedProductDefinitionPackage 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_ 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.;

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

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

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

package Allows containers (and parts of containers) parwithin containers, still a single packaged product. See also PackagedProductDefinition.package.containedItem.item(PackagedProductDefinition).;

Implementation

///
/// [id] Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.;
///
/// [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.;
///
/// [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).;
///
/// [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.;
///
/// [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.;
///
/// [package] Allows containers (and parts of containers) parwithin containers, still a single packaged product.  See also PackagedProductDefinition.package.containedItem.item(PackagedProductDefinition).;
const factory PackagedProductDefinitionPackage({
  /// [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') FhirId? fhirId,

  /// [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.;
  @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 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).;
  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,

  /// [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<PackagedProductDefinitionShelfLifeStorage>? 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,

  /// [package] Allows containers (and parts of containers) parwithin containers, still a single packaged product.  See also PackagedProductDefinition.package.containedItem.item(PackagedProductDefinition).;
  List<PackagedProductDefinitionPackage>? package,
}) = _PackagedProductDefinitionPackage;