Class TCodeSystemProperty

Unit

Declaration

type TCodeSystemProperty = class(TBackboneElement)

Description

The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.

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;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TPropertyType read Gettype_Element write Settype_Element;

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 internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

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;
 
Public property description : string read Getdescription write Setdescription;

A description of the property- why it is defined, and how its value might be used.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property type_ : string read Gettype_ write Settype_;

The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

Public property type_Element : TPropertyType read Gettype_Element write Settype_Element;
 

Generated by PasDoc 0.15.0.