Class TCodeSystemConcept
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : string read Getcode write Setcode; |
A code - a text symbol - that uniquely identifies the concept within the code system.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property display : string read Getdisplay write Setdisplay; |
A human readable string that is the recommended default way to present this concept to a user.
|
|
property displayElement : Tstring read GetdisplayElement write SetdisplayElement; |
|
|
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.
|
|
property definitionElement : Tstring read GetdefinitionElement write SetdefinitionElement; |
|
|
property designation : TCodeSystemDesignationArray read GetdesignationArray; |
Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.
|
|
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.
|