Class TValueSetInclude
Unit
bsFhir_r4b
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 specify 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, 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 union of the contents of all of the referenced value sets.
|
Generated by PasDoc 0.15.0.
|