Class TConditionStage
Unit
bsFhir_r5
Declaration
type TConditionStage = class(TBackboneElement)
Description
A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property summary : TCodeableConcept read Getsummary write Setsummary; |
A simple summary of the stage such as "Stage 3" or "Early Onset". The determination of the stage is disease-specific, such as cancer, retinopathy of prematurity, kidney diseases, Alzheimer's, or Parkinson disease.
|
|
property assessment : TReferenceArray read GetassessmentArray; |
Reference to a formal record of the evidence on which the staging assessment is based.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The kind of staging, such as pathological or clinical staging.
|
Generated by PasDoc 0.15.0.
|