Class TMedicinalProductDefinitionOperation

Unit

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

Public constructor Create; override;

Properties

Public property type_ : TCodeableReference read Gettype_ write Settype_;
Public property effectiveDate : TPeriod read GeteffectiveDate write SeteffectiveDate;
Public property organization : TReferenceArray read GetorganizationArray;
Public property confidentialityIndicator : TCodeableConcept read GetconfidentialityIndicator write SetconfidentialityIndicator;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property effectiveDate : TPeriod read GeteffectiveDate write SeteffectiveDate;

Date range of applicability.

Public 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.

Public 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.