Class TValueSetContains

Unit

Declaration

type TValueSetContains = class(TBackboneElement)

Description

A value set specifies a set of codes drawn from one or more code systems.

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 abstract_ : boolean read Getabstract_ write Setabstract_;
Public property abstract_Element : Tboolean read Getabstract_Element write Setabstract_Element;
Public property inactive : boolean read Getinactive write Setinactive;
Public property inactiveElement : Tboolean read GetinactiveElement write SetinactiveElement;
Public property version : string read Getversion write Setversion;
Public property versionElement : Tstring read GetversionElement write SetversionElement;
Public property code : string read Getcode write Setcode;
Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
Public property display : string read Getdisplay write Setdisplay;
Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;
Public property designation : TValueSetDesignationArray read GetdesignationArray;
Public property contains : TValueSetContainsArray read GetcontainsArray;

Description

Methods

Public constructor Create; override;
 

Properties

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

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

Public property abstract_Element : Tboolean read Getabstract_Element write Setabstract_Element;
 
Public 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.

Public property inactiveElement : Tboolean read GetinactiveElement write SetinactiveElement;
 
Public property version : string read Getversion write Setversion;

The version of this code system that defined this code and/or display. This should only be used with code systems that do not enforce concept permanence.

Public property versionElement : Tstring read GetversionElement write SetversionElement;
 
Public 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.

Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
 
Public property display : string read Getdisplay write Setdisplay;

The recommended display for this item in the expansion.

Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;
 
Public 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.

Public property contains : TValueSetContainsArray read GetcontainsArray;

Other codes and entries contained under this entry in the hierarchy.


Generated by PasDoc 0.15.0.