Class TClinicalUseDefinitionInteractant
Unit
bsFhir_r5
Declaration
type TClinicalUseDefinitionInteractant = 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 itemReference : TReference read GetitemReference write SetitemReference; |
The specific medication, product, food, substance etc. or laboratory test that interacts. (choose any one of item*, but only one)
|
|
property itemCodeableConcept : TCodeableConcept read GetitemCodeableConcept write SetitemCodeableConcept; |
The specific medication, product, food, substance etc. or laboratory test that interacts. (choose any one of item*, but only one)
|
Generated by PasDoc 0.15.0.
|