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 : TIdentifierArray read GetidentifierArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TObservationStatus read GetstatusElement write SetstatusElement;
Public property code : TCodeableConcept read Getcode write Setcode;
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 identified : TElement read Getidentified write Setidentified;
Public property author : TReference read Getauthor write Setauthor;
Public property implicated : TReferenceArray read GetimplicatedArray;
Public property evidence : TDetectedIssueEvidenceArray read GetevidenceArray;
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 : TIdentifierArray read GetidentifierArray;

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 code : TCodeableConcept read Getcode write Setcode;

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 identified : TElement read Getidentified write Setidentified;

The date or period when the detected issue was initially identified.

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 evidence : TDetectedIssueEvidenceArray read GetevidenceArray;

Supporting evidence or manifestations that provide the basis for identifying the detected issue such as a GuidanceResponse or MeasureReport.

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