Class TValueSetProperty

Unit

Declaration

type TValueSetProperty = 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

Public constructor Create; override;

Properties

Public property code : string read Getcode write Setcode;
Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
Public property uri : string read Geturi write Seturi;
Public property uriElement : Turi read GeturiElement write SeturiElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

A code that is used to identify the property. The code is used in ValueSet.expansion.contains.property.code.

Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
 
Public property uri : string read Geturi write Seturi;

Reference to the formal meaning of the property. One possible source of meaning is the [Concept Properties](codesystem-concept-properties.html) code system.

Public property uriElement : Turi read GeturiElement write SeturiElement;
 

Generated by PasDoc 0.15.0.