Class TPackagedProductDefinition

Unit

Declaration

type TPackagedProductDefinition = class(TDomainResource)

Description

A medically related item or items, in a container or package. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property packageFor : TReferenceArray read GetpackageForArray;
Public property status : TCodeableConcept read Getstatus write Setstatus;
Public property statusDate : string read GetstatusDate write SetstatusDate;
Public property statusDateElement : TdateTime_ read GetstatusDateElement write SetstatusDateElement;
Public property containedItemQuantity : TQuantityArray read GetcontainedItemQuantityArray;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property legalStatusOfSupply : TPackagedProductDefinitionLegalStatusOfSupplyArray read GetlegalStatusOfSupplyArray;
Public property marketingStatus : TMarketingStatusArray read GetmarketingStatusArray;
Public property copackagedIndicator : boolean read GetcopackagedIndicator write SetcopackagedIndicator;
Public property copackagedIndicatorElement : Tboolean read GetcopackagedIndicatorElement write SetcopackagedIndicatorElement;
Public property manufacturer : TReferenceArray read GetmanufacturerArray;
Public property attachedDocument : TReferenceArray read GetattachedDocumentArray;
Public property packaging : TPackagedProductDefinitionPackaging read Getpackaging write Setpackaging;
Public property characteristic : TPackagedProductDefinitionPropertyArray read GetcharacteristicArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

A unique identifier for this package as whole - not the the content of the package. Unique instance identifiers assigned to a package by manufacturers, regulators, drug catalogue custodians or other organizations.

Public property name_ : string read Getname_ write Setname_;

A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

A high level category e.g. medicinal product, raw material, shipping/transport container, etc.

Public property packageFor : TReferenceArray read GetpackageForArray;

The product this package model relates to, not the contents of the package (for which see package.containedItem).

Public property status : TCodeableConcept read Getstatus write Setstatus;

The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status.

Public property statusDate : string read GetstatusDate write SetstatusDate;

The date at which the given status became applicable.

Public property statusDateElement : TdateTime_ read GetstatusDateElement write SetstatusDateElement;
 
Public property containedItemQuantity : TQuantityArray read GetcontainedItemQuantityArray;

A total of the complete count of contained items of a particular type/form, independent of sub-packaging or organization. This can be considered as the pack size. This attribute differs from containedItem.amount in that it can give a single aggregated count of all tablet types in a pack, even when these are different manufactured items. For example a pill pack of 21 tablets plus 7 sugar tablets, can be denoted here as '28 tablets'. This attribute is repeatable so that the different item types in one pack type can be counted (e.g. a count of vials and count of syringes). Each repeat must have different units, so that it is clear what the different sets of counted items are, and it is not intended to allow different counts of similar items (e.g. not '2 tubes and 3 tubes'). Repeats are not to be used to represent different pack sizes (e.g. 20 pack vs. 50 pack) - which would be different instances of this resource.

Public property description : string read Getdescription write Setdescription;

Textual description. Note that this is not the name of the package or product.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property legalStatusOfSupply : TPackagedProductDefinitionLegalStatusOfSupplyArray read GetlegalStatusOfSupplyArray;

The legal status of supply of the packaged item as classified by the regulator.

Public property marketingStatus : TMarketingStatusArray read GetmarketingStatusArray;

Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated.

Public property copackagedIndicator : boolean read GetcopackagedIndicator write SetcopackagedIndicator;

Identifies if the package contains different items, such as when a drug product is supplied with another item e.g. a diluent or adjuvant.

Public property copackagedIndicatorElement : Tboolean read GetcopackagedIndicatorElement write SetcopackagedIndicatorElement;
 
Public property manufacturer : TReferenceArray read GetmanufacturerArray;

Manufacturer of this package type. When there are multiple it means these are all possible manufacturers.

Public property attachedDocument : TReferenceArray read GetattachedDocumentArray;

Additional information or supporting documentation about the packaged product.

Public property packaging : TPackagedProductDefinitionPackaging read Getpackaging write Setpackaging;

A packaging item, as a container for medically related items, possibly with other packaging items within, or a packaging component, such as bottle cap (which is not a device or a medication manufactured item).

Public property characteristic : TPackagedProductDefinitionPropertyArray read GetcharacteristicArray;

Allows the key features to be recorded, such as "hospital pack", "nurse prescribable", "calendar pack".


Generated by PasDoc 0.15.0.