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, 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;

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.


Generated by PasDoc 0.15.0.