Class TMedicinalProductIndication
Unit
bsFhir_r4
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property subject : TReferenceArray read GetsubjectArray; |
The medication for which this is an indication.
|
|
property diseaseSymptomProcedure : TCodeableConcept read GetdiseaseSymptomProcedure write SetdiseaseSymptomProcedure; |
The disease, symptom or procedure that is the indication for treatment.
|
|
property diseaseStatus : TCodeableConcept read GetdiseaseStatus write SetdiseaseStatus; |
The status of the disease or symptom for which the indication applies.
|
|
property comorbidity : TCodeableConceptArray read GetcomorbidityArray; |
Comorbidity (concurrent condition) or co-infection as part of the indication.
|
|
property intendedEffect : TCodeableConcept read GetintendedEffect write SetintendedEffect; |
The intended effect, aim or strategy to be achieved by the indication.
|
|
property duration : TQuantity read Getduration write Setduration; |
Timing or duration information as part of the indication.
|
|
property undesirableEffect : TReferenceArray read GetundesirableEffectArray; |
Describe the undesirable effects of the medicinal product.
|
|
property population : TPopulationArray read GetpopulationArray; |
The population group to which this applies.
|
Generated by PasDoc 0.15.0.
|