Class TDetectedIssue
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Business identifier associated with the detected issue record.
|
|
property status : string read Getstatus write Setstatus; |
Indicates the status of the detected issue.
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
A code that classifies the general type of detected issue.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
Identifies the specific 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 subject : TReference read Getsubject write Setsubject; |
Indicates the subject whose record the detected issue is associated with.
|
|
property encounter : TReference read Getencounter write Setencounter; |
The encounter during which this issue was detected.
|
|
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)
|
|
property identifiedDateTimeElement : TdateTime_ read GetidentifiedDateTimeElement write SetidentifiedDateTimeElement; |
|
|
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)
|
|
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 evidence : TDetectedIssueEvidenceArray read GetevidenceArray; |
Supporting evidence or manifestations that provide the basis for identifying the detected issue such as a GuidanceResponse or MeasureReport.
|
|
property detail : string read Getdetail write Setdetail; |
A textual explanation of the detected issue.
|
|
property detailElement : Tmarkdown 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 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.
|