Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TPackagedProductDefinition
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
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.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
A high level category e.g. medicinal product, raw material, shipping/transport container, etc.
|
|
property packageFor : TReferenceArray read GetpackageForArray; |
The product this package model relates to, not the contents of the package (for which see package.containedItem).
|
|
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.
|
|
property statusDate : string read GetstatusDate write SetstatusDate; |
The date at which the given status became applicable.
|
|
property statusDateElement : TdateTime_ read GetstatusDateElement write SetstatusDateElement; |
|
|
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.
|
|
property description : string read Getdescription write Setdescription; |
Textual description. Note that this is not the name of the package or product.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
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.
|
|
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.
|
|
property copackagedIndicatorElement : Tboolean read GetcopackagedIndicatorElement write SetcopackagedIndicatorElement; |
|
|
property manufacturer : TReferenceArray read GetmanufacturerArray; |
Manufacturer of this package type. When there are multiple it means these are all possible manufacturers.
|
|
property attachedDocument : TReferenceArray read GetattachedDocumentArray; |
Additional information or supporting documentation about the packaged product.
|
|
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).
|
|
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.
|