Class TMedicinalProductInteraction
Unit
bsFhir_r4
Declaration
type TMedicinalProductInteraction = class(TDomainResource)
Description
The interactions of the medicinal product with other medicinal products, or other forms of interactions. 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 a described interaction.
|
|
property description : string read Getdescription write Setdescription; |
The interaction described.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction.
|
|
property effect : TCodeableConcept read Geteffect write Seteffect; |
The effect of the interaction, for example "reduced gastric absorption of primary medication".
|
|
property incidence : TCodeableConcept read Getincidence write Setincidence; |
The incidence of the interaction, e.g. theoretical, observed.
|
|
property management : TCodeableConcept read Getmanagement write Setmanagement; |
Actions for managing the interaction.
|
Generated by PasDoc 0.15.0.
|