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 : TCodeableConceptArray read GetinterpretationArray;
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.component.value[x] is missing.

Public property interpretation : TCodeableConceptArray read GetinterpretationArray;

A categorical assessment of an observation value. For example, high, low, normal.

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.