Class TMedicinalProductDefinitionOperation
Unit
bsFhir_r4b
Declaration
type TMedicinalProductDefinitionOperation = class(TBackboneElement)
Description
A medicinal product, being a substance or combination of substances that is intended to treat, prevent or diagnose a disease, or to restore, correct or modify physiological functions by exerting a pharmacological, immunological or metabolic action. This resource is intended to define and detail such products and their properties, for uses other than direct patient care (e.g. regulatory use, or drug catalogs).
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableReference read Gettype_ write Settype_; |
The type of manufacturing operation e.g. manufacturing itself, re-packaging. For the authorization of this, a RegulatedAuthorization would point to the same plan or activity referenced here.
|
|
property effectiveDate : TPeriod read GeteffectiveDate write SeteffectiveDate; |
Date range of applicability.
|
|
property organization : TReferenceArray read GetorganizationArray; |
The organization or establishment responsible for (or associated with) the particular process or step, examples include the manufacturer, importer, agent.
|
|
property confidentialityIndicator : TCodeableConcept read GetconfidentialityIndicator write SetconfidentialityIndicator; |
Specifies whether this particular business or manufacturing process is considered proprietary or confidential.
|
Generated by PasDoc 0.15.0.
|