Class TManufacturedItemDefinition
Unit
bsFhir_r4b
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 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 (Note that this should be named "manufacturer" but it currently causes technical issues).
|
|
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.
|
Generated by PasDoc 0.15.0.
|