Class TDetectedIssue

Unit

Declaration

type TDetectedIssue = class(TDomainResource)

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. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TObservationStatus read GetstatusElement write SetstatusElement;
Public property category : TCodeableConcept read Getcategory write Setcategory;
Public property severity : string read Getseverity write Setseverity;
Public property severityElement : TDetectedIssueSeverity read GetseverityElement write SetseverityElement;
Public property patient : TReference read Getpatient write Setpatient;
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 implicated : TReferenceArray read GetimplicatedArray;
Public property detail : string read Getdetail write Setdetail;
Public property detailElement : Tstring read GetdetailElement write SetdetailElement;
Public property reference : string read Getreference write Setreference;
Public property referenceElement : Turi read GetreferenceElement write SetreferenceElement;
Public property mitigation : TDetectedIssueMitigationArray read GetmitigationArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Business identifier associated with the detected issue record.

Public property status : string read Getstatus write Setstatus;

Indicates the status of the detected issue.

Public property statusElement : TObservationStatus read GetstatusElement write SetstatusElement;
 
Public property category : TCodeableConcept read Getcategory write Setcategory;

Identifies the general type of issue identified.

Public property severity : string read Getseverity write Setseverity;

Indicates the degree of importance associated with the identified issue based on the potential impact on the patient.

Public property severityElement : TDetectedIssueSeverity read GetseverityElement write SetseverityElement;
 
Public property patient : TReference read Getpatient write Setpatient;

Indicates the patient whose record the detected issue is associated with.

Public property date_ : string read Getdate_ write Setdate_;

The date or date-time when the detected issue was initially identified.

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

Individual or device responsible for the issue being raised. For example, a decision support application or a pharmacist conducting a medication review.

Public property implicated : TReferenceArray read GetimplicatedArray;

Indicates the resource representing the current activity or proposed activity that is potentially problematic.

Public property detail : string read Getdetail write Setdetail;

A textual explanation of the detected issue.

Public property detailElement : Tstring read GetdetailElement write SetdetailElement;
 
Public property reference : string read Getreference write Setreference;

The literature, knowledge-base or similar reference that describes the propensity for the detected issue identified.

Public property referenceElement : Turi read GetreferenceElement write SetreferenceElement;
 
Public property mitigation : TDetectedIssueMitigationArray read GetmitigationArray;

Indicates an action that has been taken or is committed to to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting. Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action.


Generated by PasDoc 0.15.0.