Class TValueSetContains

Unit

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

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. It might not be known or specified whether an concept is inactive (and it may depend on the context of use).

Public property inactiveElement : Tboolean read GetinactiveElement write SetinactiveElement;
 
Public 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.

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.