Class TMedicinalProductManufacturingBusinessOperation
Unit
bsFhir_r4
Declaration
type TMedicinalProductManufacturingBusinessOperation = class(TBackboneElement)
Description
Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use).
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property operationType : TCodeableConcept read GetoperationType write SetoperationType; |
The type of manufacturing operation.
|
|
property authorisationReferenceNumber : TIdentifier read GetauthorisationReferenceNumber write SetauthorisationReferenceNumber; |
Regulatory authorization reference number.
|
|
property effectiveDate : string read GeteffectiveDate write SeteffectiveDate; |
Regulatory authorization date.
|
|
property effectiveDateElement : TdateTime_ read GeteffectiveDateElement write SeteffectiveDateElement; |
|
|
property confidentialityIndicator : TCodeableConcept read GetconfidentialityIndicator write SetconfidentialityIndicator; |
To indicate if this proces is commercially confidential.
|
|
property manufacturer : TReferenceArray read GetmanufacturerArray; |
The manufacturer or establishment associated with the process.
|
|
property regulator : TReference read Getregulator write Setregulator; |
A regulator which oversees the operation.
|
Generated by PasDoc 0.15.0.
|