Class TValueSetInclude
Unit
bsFhir_r5
Declaration
type TValueSetInclude = 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 system : string read Getsystem write Setsystem; |
An absolute URI which is the code system from which the selected codes come from.
|
|
property systemElement : Turi read GetsystemElement write SetsystemElement; |
|
|
property version : string read Getversion write Setversion; |
The version of the code system that the codes are selected from, or the special version '*' for all versions.
|
|
property versionElement : Tstring read GetversionElement write SetversionElement; |
|
|
property concept : TValueSetConceptArray read GetconceptArray; |
Specifies a concept to be included or excluded.
|
|
property filter : TValueSetFilterArray read GetfilterArray; |
Select concepts by specifying a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system. If multiple filters are specified within the include, they SHALL all be true.
|
|
property valueSet : TBSFHIRPrimitiveStringArray read GetvalueSetArray; |
Selects the concepts found in this value set (based on its value set definition). This is an absolute URI that is a reference to ValueSet.url. If multiple value sets are specified this includes the intersection of the contents of all of the referenced value sets.
|
|
property copyright : string read Getcopyright write Setcopyright; |
A copyright statement for the specific code system asserted by the containing ValueSet.compose.include element's system value (if the associated ValueSet.compose.include.version element is not present); or the code system and version combination (if the associated ValueSet.compose.include.version element is present).
|
|
property copyrightElement : Tstring read GetcopyrightElement write SetcopyrightElement; |
|
Generated by PasDoc 0.15.0.
|