| Class TClinicalUseDefinitionIndicationUnit
bsFhir_r5 Declaration
type TClinicalUseDefinitionIndication = class(TBackboneElement) Description
 A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property diseaseSymptomProcedure : TCodeableReference read GetdiseaseSymptomProcedure write SetdiseaseSymptomProcedure; |  | 
 The situation that is being documented as an indicaton for this item.  |  
|  | property diseaseStatus : TCodeableReference read GetdiseaseStatus write SetdiseaseStatus; |  | 
 The status of the disease or symptom for the indication, for example "chronic" or "metastatic".  |  
|  | property comorbidity : TCodeableReferenceArray read GetcomorbidityArray; |  | 
 A comorbidity (concurrent condition) or coinfection as part of the indication.  |  
|  | property intendedEffect : TCodeableReference read GetintendedEffect write SetintendedEffect; |  | 
 The intended effect, aim or strategy to be achieved.  |  
|  | property durationRange : TRange read GetdurationRange write SetdurationRange; |  | 
 Timing or duration information, that may be associated with use with the indicated condition e.g. Adult patients suffering from myocardial infarction (from a few days until less than 35 days), ischaemic stroke (from 7 days until less than 6 months). (choose any one of duration*, but only one)  |  
|  | property durationString : string read GetdurationString write SetdurationString; |  | 
 Timing or duration information, that may be associated with use with the indicated condition e.g. Adult patients suffering from myocardial infarction (from a few days until less than 35 days), ischaemic stroke (from 7 days until less than 6 months). (choose any one of duration*, but only one)  |  
|  | property durationStringElement : Tstring read GetdurationStringElement write SetdurationStringElement; |  |  |  
|  | property undesirableEffect : TReferenceArray read GetundesirableEffectArray; |  | 
 An unwanted side effect or negative outcome that may happen if you use the drug (or other subject of this resource) for this indication.  |  
|  | 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 indication.  |  Generated by PasDoc 0.15.0.
 |