Class TObservationComponent
Unit
bsFhir_stu3
Declaration
type TObservationComponent = class(TBackboneElement)
Description
Measurements and simple assertions made about a patient, device or other subject.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
Describes what was observed. Sometimes this is called the observation "code".
|
|
property value : TElement read Getvalue write Setvalue; |
The information determined as a result of making the observation, if the information has a simple value.
|
|
property dataAbsentReason : TCodeableConcept read GetdataAbsentReason write SetdataAbsentReason; |
Provides a reason why the expected value in the element Observation.value[x] is missing.
|
|
property interpretation : TCodeableConcept read Getinterpretation write Setinterpretation; |
The assessment made based on the result of the observation. Intended as a simple compact code often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result. Otherwise known as abnormal flag.
|
|
property referenceRange : TObservationReferenceRangeArray read GetreferenceRangeArray; |
Guidance on how to interpret the value by comparison to a normal or recommended range.
|
Generated by PasDoc 0.15.0.
|