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 valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;
Public property valueString : string read GetvalueString write SetvalueString;
Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;
Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
Public property valueRange : TRange read GetvalueRange write SetvalueRange;
Public property valueRatio : TRatio read GetvalueRatio write SetvalueRatio;
Public property valueSampledData : TSampledData read GetvalueSampledData write SetvalueSampledData;
Public property valueTime : string read GetvalueTime write SetvalueTime;
Public property valueTimeElement : Ttime_ read GetvalueTimeElement write SetvalueTimeElement;
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;
Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;
Public property valuePeriod : TPeriod read GetvaluePeriod write SetvaluePeriod;
Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;
Public property valueReference : TReference read GetvalueReference write SetvalueReference;
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 valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

The information determined as a result of making the observation, if the information has a simple value. (choose any one of value*, but only one)

Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

The information determined as a result of making the observation, if the information has a simple value. (choose any one of value*, but only one)

Public property valueString : string read GetvalueString write SetvalueString;

The information determined as a result of making the observation, if the information has a simple value. (choose any one of value*, but only one)

Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
 
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

The information determined as a result of making the observation, if the information has a simple value. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;

The information determined as a result of making the observation, if the information has a simple value. (choose any one of value*, but only one)

Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
 
Public property valueRange : TRange read GetvalueRange write SetvalueRange;

The information determined as a result of making the observation, if the information has a simple value. (choose any one of value*, but only one)

Public property valueRatio : TRatio read GetvalueRatio write SetvalueRatio;

The information determined as a result of making the observation, if the information has a simple value. (choose any one of value*, but only one)

Public property valueSampledData : TSampledData read GetvalueSampledData write SetvalueSampledData;

The information determined as a result of making the observation, if the information has a simple value. (choose any one of value*, but only one)

Public property valueTime : string read GetvalueTime write SetvalueTime;

The information determined as a result of making the observation, if the information has a simple value. (choose any one of value*, but only one)

Public property valueTimeElement : Ttime_ read GetvalueTimeElement write SetvalueTimeElement;
 
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;

The information determined as a result of making the observation, if the information has a simple value. (choose any one of value*, but only one)

Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;
 
Public property valuePeriod : TPeriod read GetvaluePeriod write SetvaluePeriod;

The information determined as a result of making the observation, if the information has a simple value. (choose any one of value*, but only one)

Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;

The information determined as a result of making the observation, if the information has a simple value. (choose any one of value*, but only one)

Public property valueReference : TReference read GetvalueReference write SetvalueReference;

The information determined as a result of making the observation, if the information has a simple value. (choose any one of value*, but only one)

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.