Class TObservation

Unit

Declaration

type TObservation = class(TDomainResource)

Description

Measurements and simple assertions made about a patient, device or other subject. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property instantiatesCanonical : string read GetinstantiatesCanonical write SetinstantiatesCanonical;
Public property instantiatesCanonicalElement : Tcanonical read GetinstantiatesCanonicalElement write SetinstantiatesCanonicalElement;
Public property instantiatesReference : TReference read GetinstantiatesReference write SetinstantiatesReference;
Public property basedOn : TReferenceArray read GetbasedOnArray;
Public property triggeredBy : TObservationTriggeredByArray read GettriggeredByArray;
Public property partOf : TReferenceArray read GetpartOfArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TObservationStatus read GetstatusElement write SetstatusElement;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property subject : TReference read Getsubject write Setsubject;
Public property focus : TReferenceArray read GetfocusArray;
Public property encounter : TReference read Getencounter write Setencounter;
Public property effectiveDateTime : string read GeteffectiveDateTime write SeteffectiveDateTime;
Public property effectiveDateTimeElement : TdateTime_ read GeteffectiveDateTimeElement write SeteffectiveDateTimeElement;
Public property effectivePeriod : TPeriod read GeteffectivePeriod write SeteffectivePeriod;
Public property effectiveTiming : TTiming read GeteffectiveTiming write SeteffectiveTiming;
Public property effectiveInstant : string read GeteffectiveInstant write SeteffectiveInstant;
Public property effectiveInstantElement : Tinstant read GeteffectiveInstantElement write SeteffectiveInstantElement;
Public property issued : string read Getissued write Setissued;
Public property issuedElement : Tinstant read GetissuedElement write SetissuedElement;
Public property performer : TReferenceArray read GetperformerArray;
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 note : TAnnotationArray read GetnoteArray;
Public property bodySite : TCodeableConcept read GetbodySite write SetbodySite;
Public property bodyStructure : TReference read GetbodyStructure write SetbodyStructure;
Public property method : TCodeableConcept read Getmethod write Setmethod;
Public property specimen : TReference read Getspecimen write Setspecimen;
Public property device : TReference read Getdevice write Setdevice;
Public property referenceRange : TObservationReferenceRangeArray read GetreferenceRangeArray;
Public property hasMember : TReferenceArray read GethasMemberArray;
Public property derivedFrom : TReferenceArray read GetderivedFromArray;
Public property component : TObservationComponentArray read GetcomponentArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

A unique identifier assigned to this observation.

Public property instantiatesCanonical : string read GetinstantiatesCanonical write SetinstantiatesCanonical;

The reference to a FHIR ObservationDefinition resource that provides the definition that is adhered to in whole or in part by this Observation instance. (choose any one of instantiates*, but only one)

Public property instantiatesCanonicalElement : Tcanonical read GetinstantiatesCanonicalElement write SetinstantiatesCanonicalElement;
 
Public property instantiatesReference : TReference read GetinstantiatesReference write SetinstantiatesReference;

The reference to a FHIR ObservationDefinition resource that provides the definition that is adhered to in whole or in part by this Observation instance. (choose any one of instantiates*, but only one)

Public property basedOn : TReferenceArray read GetbasedOnArray;

A plan, proposal or order that is fulfilled in whole or in part by this event. For example, a MedicationRequest may require a patient to have laboratory test performed before it is dispensed.

Public property triggeredBy : TObservationTriggeredByArray read GettriggeredByArray;

Identifies the observation(s) that triggered the performance of this observation.

Public property partOf : TReferenceArray read GetpartOfArray;

A larger event of which this particular Observation is a component or step. For example, an observation as part of a procedure.

Public property status : string read Getstatus write Setstatus;

The status of the result value.

Public property statusElement : TObservationStatus read GetstatusElement write SetstatusElement;
 
Public property category : TCodeableConceptArray read GetcategoryArray;

A code that classifies the general type of observation being made.

Public property code : TCodeableConcept read Getcode write Setcode;

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

Public property subject : TReference read Getsubject write Setsubject;

The patient, or group of patients, location, device, organization, procedure or practitioner this observation is about and into whose or what record the observation is placed. If the actual focus of the observation is different from the subject (or a sample of, part, or region of the subject), the `focus` element or the `code` itself specifies the actual focus of the observation.

Public property focus : TReferenceArray read GetfocusArray;

The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus.

Public property encounter : TReference read Getencounter write Setencounter;

The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.

Public property effectiveDateTime : string read GeteffectiveDateTime write SeteffectiveDateTime;

The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself. (choose any one of effective*, but only one)

Public property effectiveDateTimeElement : TdateTime_ read GeteffectiveDateTimeElement write SeteffectiveDateTimeElement;
 
Public property effectivePeriod : TPeriod read GeteffectivePeriod write SeteffectivePeriod;

The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself. (choose any one of effective*, but only one)

Public property effectiveTiming : TTiming read GeteffectiveTiming write SeteffectiveTiming;

The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself. (choose any one of effective*, but only one)

Public property effectiveInstant : string read GeteffectiveInstant write SeteffectiveInstant;

The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself. (choose any one of effective*, but only one)

Public property effectiveInstantElement : Tinstant read GeteffectiveInstantElement write SeteffectiveInstantElement;
 
Public property issued : string read Getissued write Setissued;

The date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified.

Public property issuedElement : Tinstant read GetissuedElement write SetissuedElement;
 
Public property performer : TReferenceArray read GetperformerArray;

Who was responsible for asserting the observed value as "true".

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.value[x] is missing.

Public property interpretation : TCodeableConceptArray read GetinterpretationArray;

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

Public property note : TAnnotationArray read GetnoteArray;

Comments about the observation or the results.

Public property bodySite : TCodeableConcept read GetbodySite write SetbodySite;

Indicates the site on the subject's body where the observation was made (i.e. the target site).

Public property bodyStructure : TReference read GetbodyStructure write SetbodyStructure;

Indicates the body structure on the subject's body where the observation was made (i.e. the target site).

Public property method : TCodeableConcept read Getmethod write Setmethod;

Indicates the mechanism used to perform the observation.

Public property specimen : TReference read Getspecimen write Setspecimen;

The specimen that was used when this observation was made.

Public property device : TReference read Getdevice write Setdevice;

A reference to the device that generates the measurements or the device settings for the device.

Public property referenceRange : TObservationReferenceRangeArray read GetreferenceRangeArray;

Guidance on how to interpret the value by comparison to a normal or recommended range. Multiple reference ranges are interpreted as an "OR". In other words, to represent two distinct target populations, two `referenceRange` elements would be used.

Public property hasMember : TReferenceArray read GethasMemberArray;

This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.

Public property derivedFrom : TReferenceArray read GetderivedFromArray;

The target resource that represents a measurement from which this observation value is derived. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.

Public property component : TObservationComponentArray read GetcomponentArray;

Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.


Generated by PasDoc 0.15.0.