Class TMedicinalProductIndication

Unit

Declaration

type TMedicinalProductIndication = class(TDomainResource)

Description

Indication for the Medicinal Product. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property subject : TReferenceArray read GetsubjectArray;
Public property diseaseSymptomProcedure : TCodeableConcept read GetdiseaseSymptomProcedure write SetdiseaseSymptomProcedure;
Public property diseaseStatus : TCodeableConcept read GetdiseaseStatus write SetdiseaseStatus;
Public property comorbidity : TCodeableConceptArray read GetcomorbidityArray;
Public property intendedEffect : TCodeableConcept read GetintendedEffect write SetintendedEffect;
Public property duration : TQuantity read Getduration write Setduration;
Public property otherTherapy : TMedicinalProductIndicationOtherTherapyArray read GetotherTherapyArray;
Public property undesirableEffect : TReferenceArray read GetundesirableEffectArray;
Public property population : TPopulationArray read GetpopulationArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property subject : TReferenceArray read GetsubjectArray;

The medication for which this is an indication.

Public property diseaseSymptomProcedure : TCodeableConcept read GetdiseaseSymptomProcedure write SetdiseaseSymptomProcedure;

The disease, symptom or procedure that is the indication for treatment.

Public property diseaseStatus : TCodeableConcept read GetdiseaseStatus write SetdiseaseStatus;

The status of the disease or symptom for which the indication applies.

Public property comorbidity : TCodeableConceptArray read GetcomorbidityArray;

Comorbidity (concurrent condition) or co-infection as part of the indication.

Public property intendedEffect : TCodeableConcept read GetintendedEffect write SetintendedEffect;

The intended effect, aim or strategy to be achieved by the indication.

Public property duration : TQuantity read Getduration write Setduration;

Timing or duration information as part of the indication.

Public property otherTherapy : TMedicinalProductIndicationOtherTherapyArray read GetotherTherapyArray;

Information about the use of the medicinal product in relation to other therapies described as part of the indication.

Public property undesirableEffect : TReferenceArray read GetundesirableEffectArray;

Describe the undesirable effects of the medicinal product.

Public property population : TPopulationArray read GetpopulationArray;

The population group to which this applies.


Generated by PasDoc 0.15.0.