Class TDiagnosticReportSupportingInfo
Unit
bsFhir_r5
Declaration
type TDiagnosticReportSupportingInfo = class(TBackboneElement)
Description
The findings and interpretation of diagnostic tests performed on patients, groups of patients, products, substances, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. The report also includes non-clinical context such as batch analysis and stability reporting of products and substances.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The code value for the role of the supporting information in the diagnostic report.
|
|
property reference : TReference read Getreference write Setreference; |
The reference for the supporting information in the diagnostic report.
|
Generated by PasDoc 0.15.0.
|