Class TDetectedIssue
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
Business identifier associated with the detected issue record.
|
|
property status : string read Getstatus write Setstatus; |
Indicates the status of the detected issue.
|
|
property category : TCodeableConcept read Getcategory write Setcategory; |
Identifies the general type of issue identified.
|
|
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.
|
|
property patient : TReference read Getpatient write Setpatient; |
Indicates the patient whose record the detected issue is associated with.
|
|
property date_ : string read Getdate_ write Setdate_; |
The date or date-time when the detected issue was initially identified.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
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.
|
|
property implicated : TReferenceArray read GetimplicatedArray; |
Indicates the resource representing the current activity or proposed activity that is potentially problematic.
|
|
property detail : string read Getdetail write Setdetail; |
A textual explanation of the detected issue.
|
|
property detailElement : Tstring read GetdetailElement write SetdetailElement; |
|
|
property reference : string read Getreference write Setreference; |
The literature, knowledge-base or similar reference that describes the propensity for the detected issue identified.
|
|
property referenceElement : Turi read GetreferenceElement write SetreferenceElement; |
|
|
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.
|