Class TDetectedIssueEvidence
Unit
bsFhir_r5
Declaration
type TDetectedIssueEvidence = class(TBackboneElement)
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.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConceptArray read GetcodeArray; |
A manifestation that led to the recording of this detected issue.
|
|
property detail : TReferenceArray read GetdetailArray; |
Links to resources that constitute evidence for the detected issue such as a GuidanceResponse or MeasureReport.
|
Generated by PasDoc 0.15.0.
|