Class TDetectedIssueMitigation

Unit

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

Public constructor Create; override;

Properties

Public property action : TCodeableConcept read Getaction write Setaction;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property author : TReference read Getauthor write Setauthor;
Public property note : TAnnotationArray read GetnoteArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property date_ : string read Getdate_ write Setdate_;

Indicates when the mitigating action was documented.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property author : TReference read Getauthor write Setauthor;

Identifies the practitioner who determined the mitigation and takes responsibility for the mitigation step occurring.

Public 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.