Class TClinicalUseDefinitionContraindication
Unit
bsFhir_r5
Declaration
type TClinicalUseDefinitionContraindication = class(TBackboneElement)
Description
A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property diseaseSymptomProcedure : TCodeableReference read GetdiseaseSymptomProcedure write SetdiseaseSymptomProcedure; |
The situation that is being documented as contraindicating against this item.
|
|
property diseaseStatus : TCodeableReference read GetdiseaseStatus write SetdiseaseStatus; |
The status of the disease or symptom for the contraindication, for example "chronic" or "metastatic".
|
|
property comorbidity : TCodeableReferenceArray read GetcomorbidityArray; |
A comorbidity (concurrent condition) or coinfection.
|
|
property indication : TReferenceArray read GetindicationArray; |
The indication which this is a contraidication for.
|
|
property applicability : TExpression read Getapplicability write Setapplicability; |
An expression that returns true or false, indicating whether the indication is applicable or not, after having applied its other elements.
|
|
property otherTherapy : TClinicalUseDefinitionOtherTherapyArray read GetotherTherapyArray; |
Information about the use of the medicinal product in relation to other therapies described as part of the contraindication.
|
Generated by PasDoc 0.15.0.
|