Class TValueSetContains
Unit
bsFhir_r4
Declaration
type TValueSetContains = 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]]] definitions and their use in [coded elements](terminologies.html).
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property system : string read Getsystem write Setsystem; |
An absolute URI which is the code system in which the code for this item in the expansion is defined.
|
|
property systemElement : Turi read GetsystemElement write SetsystemElement; |
|
|
property abstract_ : boolean read Getabstract_ write Setabstract_; |
If true, this entry is included in the expansion for navigational purposes, and the user cannot select the code directly as a proper value.
|
|
property abstract_Element : Tboolean read Getabstract_Element write Setabstract_Element; |
|
|
property inactive : boolean read Getinactive write Setinactive; |
If the concept is inactive in the code system that defines it. Inactive codes are those that are no longer to be used, but are maintained by the code system for understanding legacy data. It might not be known or specified whether an concept is inactive (and it may depend on the context of use).
|
|
property inactiveElement : Tboolean read GetinactiveElement write SetinactiveElement; |
|
|
property version : string read Getversion write Setversion; |
The version of the code system from this code was taken. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.
|
|
property versionElement : Tstring read GetversionElement write SetversionElement; |
|
|
property code : string read Getcode write Setcode; |
The code for this item in the expansion hierarchy. If this code is missing the entry in the hierarchy is a place holder (abstract) and does not represent a valid code in the value set.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property display : string read Getdisplay write Setdisplay; |
The recommended display for this item in the expansion.
|
|
property displayElement : Tstring read GetdisplayElement write SetdisplayElement; |
|
|
property designation : TValueSetDesignationArray read GetdesignationArray; |
Additional representations for this item - other languages, aliases, specialized purposes, used for particular purposes, etc. These are relevant when the conditions of the expansion do not fix to a single correct representation.
|
|
property contains : TValueSetContainsArray read GetcontainsArray; |
Other codes and entries contained under this entry in the hierarchy.
|
Generated by PasDoc 0.15.0.
|