Class TDetectedIssueMitigation
Unit
bsFhir_r5
Declaration
type TDetectedIssueMitigation = class(TBackboneElement)
Description
Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, gaps in care, etc.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property action : TCodeableConcept read Getaction write Setaction; |
Describes the action that was taken or the observation that was made that reduces/eliminates the risk associated with the identified issue.
|
|
property date_ : string read Getdate_ write Setdate_; |
Indicates when the mitigating action was documented.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
property author : TReference read Getauthor write Setauthor; |
Identifies the practitioner who determined the mitigation and takes responsibility for the mitigation step occurring.
|
|
property note : TAnnotationArray read GetnoteArray; |
Clinicians may add additional notes or justifications about the mitigation action. For example, patient can have this drug because they have had it before without any issues. Multiple justifications may be provided.
|
Generated by PasDoc 0.15.0.
|