Class TClinicalImpressionFinding
Unit
bsFhir_r4
Declaration
type TClinicalImpressionFinding = class(TBackboneElement)
Description
A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property itemCodeableConcept : TCodeableConcept read GetitemCodeableConcept write SetitemCodeableConcept; |
Specific text or code for finding or diagnosis, which may include ruled-out or resolved conditions.
|
|
property itemReference : TReference read GetitemReference write SetitemReference; |
Specific reference for finding or diagnosis, which may include ruled-out or resolved conditions.
|
|
property basis : string read Getbasis write Setbasis; |
Which investigations support finding or diagnosis.
|
|
property basisElement : Tstring read GetbasisElement write SetbasisElement; |
|
Generated by PasDoc 0.15.0.
|