Class TClinicalUseDefinition
Unit
bsFhir_r4b
Declaration
type TClinicalUseDefinition = class(TDomainResource)
Description
A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure. 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 identifier : TIdentifierArray read GetidentifierArray; |
Business identifier for this issue.
|
|
property type_ : string read Gettype_ write Settype_; |
indication | contraindication | interaction | undesirable-effect | warning.
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and Lactation", "Overdose", "Effects on Ability to Drive and Use Machines".
|
|
property subject : TReferenceArray read GetsubjectArray; |
The medication or procedure for which this is an indication.
|
|
property status : TCodeableConcept read Getstatus write Setstatus; |
Whether this is a current issue or one that has been retired etc.
|
|
property population : TReferenceArray read GetpopulationArray; |
The population group to which this applies.
|
|
property undesirableEffect : TClinicalUseDefinitionUndesirableEffect read GetundesirableEffect write SetundesirableEffect; |
Describe the possible undesirable effects (negative outcomes) from the use of the medicinal product as treatment.
|
|
property warning : TClinicalUseDefinitionWarning read Getwarning write Setwarning; |
A critical piece of information about environmental, health or physical risks or hazards that serve as caution to the user. For example 'Do not operate heavy machinery', 'May cause drowsiness', or 'Get medical advice/attention if you feel unwell'.
|
Generated by PasDoc 0.15.0.
|