Class TMedicinalProductUndesirableEffect
Unit
bsFhir_r4
Declaration
type TMedicinalProductUndesirableEffect = class(TDomainResource)
Description
Describe the undesirable effects of 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 symptomConditionEffect : TCodeableConcept read GetsymptomConditionEffect write SetsymptomConditionEffect; |
The symptom, condition or undesirable effect.
|
|
property classification : TCodeableConcept read Getclassification write Setclassification; |
Classification of the effect.
|
|
property frequencyOfOccurrence : TCodeableConcept read GetfrequencyOfOccurrence write SetfrequencyOfOccurrence; |
The frequency of occurrence of the effect.
|
|
property population : TPopulationArray read GetpopulationArray; |
The population group to which this applies.
|
Generated by PasDoc 0.15.0.
|