Class TObservationComponent

Unit

Declaration

type TObservationComponent = class(TBackboneElement)

Description

Measurements and simple assertions made about a patient, device or other subject.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : TCodeableConcept read Getcode write Setcode;
Public property value : TElement read Getvalue write Setvalue;
Public property dataAbsentReason : TCodeableConcept read GetdataAbsentReason write SetdataAbsentReason;
Public property interpretation : TCodeableConcept read Getinterpretation write Setinterpretation;
Public property referenceRange : TObservationReferenceRangeArray read GetreferenceRangeArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCodeableConcept read Getcode write Setcode;

Describes what was observed. Sometimes this is called the observation "code".

Public property value : TElement read Getvalue write Setvalue;

The information determined as a result of making the observation, if the information has a simple value.

Public property dataAbsentReason : TCodeableConcept read GetdataAbsentReason write SetdataAbsentReason;

Provides a reason why the expected value in the element Observation.value[x] is missing.

Public 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.

Public 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.