Class TCodeSystemProperty
Unit
bsFhir_r4b
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
Properties
|
property code : string read Getcode write Setcode; |
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
property uri : string read Geturi write Seturi; |
|
property uriElement : Turi read GeturiElement write SeturiElement; |
|
property description : string read Getdescription write Setdescription; |
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
property type_ : string read Gettype_ write Settype_; |
|
property type_Element : TPropertyType read Gettype_Element write Settype_Element; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
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.
|
|
property uriElement : Turi read GeturiElement write SeturiElement; |
|
|
property description : string read Getdescription write Setdescription; |
A description of the property- why it is defined, and how its value might be used.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
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).
|
|
property type_Element : TPropertyType read Gettype_Element write Settype_Element; |
|
Generated by PasDoc 0.15.0.
|