Class TConceptMapProperty
Unit
bsFhir_r5
Declaration
type TConceptMapProperty = class(TBackboneElement)
Description
A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.
Hierarchy
Overview
Methods
Properties
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 ConceptMap.group.element.target.property.code) and also in the $translate operation.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property uri : string read Geturi write Seturi; |
Reference to the formal meaning of the property.
|
|
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.
|
|
property system : string read Getsystem write Setsystem; |
The CodeSystem that defines the codes from which values of type ```code``` in property values.
|
|
property systemElement : Tcanonical read GetsystemElement write SetsystemElement; |
|
Generated by PasDoc 0.15.0.
|