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, gaps in care, 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 : TDetectedIssueStatus read GetstatusElement write SetstatusElement;
Public property category : TCodeableConceptArray read GetcategoryArray;
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 subject : TReference read Getsubject write Setsubject;
Public property encounter : TReference read Getencounter write Setencounter;
Public property identifiedDateTime : string read GetidentifiedDateTime write SetidentifiedDateTime;
Public property identifiedDateTimeElement : TdateTime_ read GetidentifiedDateTimeElement write SetidentifiedDateTimeElement;
Public property identifiedPeriod : TPeriod read GetidentifiedPeriod write SetidentifiedPeriod;
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 : Tmarkdown 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 : TDetectedIssueStatus read GetstatusElement write SetstatusElement;
 
Public property category : TCodeableConceptArray read GetcategoryArray;

A code that classifies the general type of detected issue.

Public property code : TCodeableConcept read Getcode write Setcode;

Identifies the specific 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 subject : TReference read Getsubject write Setsubject;

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

Public property encounter : TReference read Getencounter write Setencounter;

The encounter during which this issue was detected.

Public property identifiedDateTime : string read GetidentifiedDateTime write SetidentifiedDateTime;

The date or period when the detected issue was initially identified. (choose any one of identified*, but only one)

Public property identifiedDateTimeElement : TdateTime_ read GetidentifiedDateTimeElement write SetidentifiedDateTimeElement;
 
Public property identifiedPeriod : TPeriod read GetidentifiedPeriod write SetidentifiedPeriod;

The date or period when the detected issue was initially identified. (choose any one of identified*, but only one)

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