Class TValueSetInclude

Unit

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]]] definitions and their use in [coded elements](terminologies.html).

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property system : string read Getsystem write Setsystem;
Public property systemElement : Turi read GetsystemElement write SetsystemElement;
Public property version : string read Getversion write Setversion;
Public property versionElement : Tstring read GetversionElement write SetversionElement;
Public property concept : TValueSetConceptArray read GetconceptArray;
Public property filter : TValueSetFilterArray read GetfilterArray;
Public property valueSet : TBSFHIRPrimitiveStringArray read GetvalueSetArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property system : string read Getsystem write Setsystem;

An absolute URI which is the code system from which the selected codes come from.

Public property systemElement : Turi read GetsystemElement write SetsystemElement;
 
Public 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.

Public property versionElement : Tstring read GetversionElement write SetversionElement;
 
Public property concept : TValueSetConceptArray read GetconceptArray;

Specifies a concept to be included or excluded.

Public 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.

Public 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.