Class TGroupCharacteristic
Unit
bsFhir_r5
Declaration
type TGroupCharacteristic = class(TBackboneElement)
Description
Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
A code that identifies the kind of trait being asserted.
|
|
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
The value of the trait that holds (or does not hold - see 'exclude') for members of the group. (choose any one of value*, but only one)
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
The value of the trait that holds (or does not hold - see 'exclude') for members of the group. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
The value of the trait that holds (or does not hold - see 'exclude') for members of the group. (choose any one of value*, but only one)
|
|
property valueRange : TRange read GetvalueRange write SetvalueRange; |
The value of the trait that holds (or does not hold - see 'exclude') for members of the group. (choose any one of value*, but only one)
|
|
property valueReference : TReference read GetvalueReference write SetvalueReference; |
The value of the trait that holds (or does not hold - see 'exclude') for members of the group. (choose any one of value*, but only one)
|
|
property exclude : boolean read Getexclude write Setexclude; |
If true, indicates the characteristic is one that is NOT held by members of the group.
|
|
property excludeElement : Tboolean read GetexcludeElement write SetexcludeElement; |
|
|
property period : TPeriod read Getperiod write Setperiod; |
The period over which the characteristic is tested; e.g. the patient had an operation during the month of June.
|
Generated by PasDoc 0.15.0.
|