Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TObservationComponent
Unit
bsFhir_r5
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 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)
|
|
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)
|
|
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)
|
|
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
|
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)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
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)
|
|
property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement; |
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
property valueTimeElement : Ttime_ read GetvalueTimeElement write SetvalueTimeElement; |
|
|
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)
|
|
property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement; |
|
|
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)
|
|
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)
|
|
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)
|
|
property dataAbsentReason : TCodeableConcept read GetdataAbsentReason write SetdataAbsentReason; |
Provides a reason why the expected value in the element Observation.component.value[x] is missing.
|
|
property interpretation : TCodeableConceptArray read GetinterpretationArray; |
A categorical assessment of an observation value. For example, high, low, normal.
|
|
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.
|