Class TValueSetExpansion
Unit
bsFhir_r4b
Declaration
type TValueSetExpansion = class(TBackboneElement)
Description
A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [CodeSystem](codesystem.html) definitions and their use in [coded elements](terminologies.html).
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : string read Getidentifier write Setidentifier; |
An identifier that uniquely identifies this expansion of the valueset, based on a unique combination of the provided parameters, the system default parameters, and the underlying system code system versions etc. Systems may re-use the same identifier as long as those factors remain the same, and the expansion is the same, but are not required to do so. This is a business identifier.
|
|
property identifierElement : Turi read GetidentifierElement write SetidentifierElement; |
|
|
property timestamp : string read Gettimestamp write Settimestamp; |
The time at which the expansion was produced by the expanding system.
|
|
property timestampElement : TdateTime_ read GettimestampElement write SettimestampElement; |
|
|
property total : integer read Gettotal write Settotal; |
The total number of concepts in the expansion. If the number of concept nodes in this resource is less than the stated number, then the server can return more using the offset parameter.
|
|
property totalElement : Tinteger read GettotalElement write SettotalElement; |
|
|
property offset : integer read Getoffset write Setoffset; |
If paging is being used, the offset at which this resource starts. I.e. this resource is a partial view into the expansion. If paging is not being used, this element SHALL NOT be present.
|
|
property offsetElement : Tinteger read GetoffsetElement write SetoffsetElement; |
|
|
property parameter : TValueSetParameterArray read GetparameterArray; |
A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion.
|
|
property contains : TValueSetContainsArray read GetcontainsArray; |
The codes that are contained in the value set expansion.
|
Generated by PasDoc 0.15.0.
|