Class TCodeSystemConcept

Unit

Declaration

type TCodeSystemConcept = 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 display : string read Getdisplay write Setdisplay;
Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;
Public property definition : string read Getdefinition write Setdefinition;
Public property definitionElement : Tstring read GetdefinitionElement write SetdefinitionElement;
Public property designation : TCodeSystemDesignationArray read GetdesignationArray;
Public property property_ : TCodeSystemProperty1Array read Getproperty_Array;
Public property concept : TCodeSystemConceptArray read GetconceptArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

A code - a text symbol - that uniquely identifies the concept within the code system.

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

A human readable string that is the recommended default way to present this concept to a user.

Public property displayElement : Tstring read GetdisplayElement write SetdisplayElement;
 
Public property definition : string read Getdefinition write Setdefinition;

The formal definition of the concept. The code system resource does not make formal definitions required, because of the prevalence of legacy systems. However, they are highly recommended, as without them there is no formal meaning associated with the concept.

Public property definitionElement : Tstring read GetdefinitionElement write SetdefinitionElement;
 
Public property designation : TCodeSystemDesignationArray read GetdesignationArray;

Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.

Public property property_ : TCodeSystemProperty1Array read Getproperty_Array;

A property value for this concept.

Public property concept : TCodeSystemConceptArray read GetconceptArray;

Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) - see hierarchyMeaning.


Generated by PasDoc 0.15.0.