Class TManufacturedItemDefinition
Unit
bsFhir_r5
Declaration
type TManufacturedItemDefinition = class(TDomainResource)
Description
The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product. 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; |
Unique identifier.
|
|
property status : string read Getstatus write Setstatus; |
The status of this item. Enables tracking the life-cycle of the content.
|
|
property name_ : string read Getname_ write Setname_; |
A descriptive name applied to this item.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property manufacturedDoseForm : TCodeableConcept read GetmanufacturedDoseForm write SetmanufacturedDoseForm; |
Dose form as manufactured and before any transformation into the pharmaceutical product.
|
|
property unitOfPresentation : TCodeableConcept read GetunitOfPresentation write SetunitOfPresentation; |
The “real-world” units in which the quantity of the manufactured item is described.
|
|
property manufacturer : TReferenceArray read GetmanufacturerArray; |
Manufacturer of the item, one of several possible.
|
|
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 ingredient : TCodeableConceptArray read GetingredientArray; |
The ingredients of this manufactured item. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource.
|
|
property component : TManufacturedItemDefinitionComponentArray read GetcomponentArray; |
Physical parts of the manufactured item, that it is intrisically made from. This is distinct from the ingredients that are part of its chemical makeup.
|
Generated by PasDoc 0.15.0.
|