Class TConceptMapDependsOn
Unit
bsFhir_stu3
Declaration
type TConceptMapDependsOn = class(TBackboneElement)
Description
A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.
Hierarchy
Overview
Methods
Properties
|
property property_ : string read Getproperty_ write Setproperty_; |
|
property property_Element : Turi read Getproperty_Element write Setproperty_Element; |
|
property system : string read Getsystem write Setsystem; |
|
property systemElement : Turi read GetsystemElement write SetsystemElement; |
|
property code : string read Getcode write Setcode; |
|
property codeElement : Tstring read GetcodeElement write SetcodeElement; |
|
property display : string read Getdisplay write Setdisplay; |
|
property displayElement : Tstring read GetdisplayElement write SetdisplayElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property property_ : string read Getproperty_ write Setproperty_; |
A reference to an element that holds a coded value that corresponds to a code system property. The idea is that the information model carries an element somwhere that is labeled to correspond with a code system property.
|
|
property property_Element : Turi read Getproperty_Element write Setproperty_Element; |
|
|
property system : string read Getsystem write Setsystem; |
An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems).
|
|
property systemElement : Turi read GetsystemElement write SetsystemElement; |
|
|
property code : string read Getcode write Setcode; |
Identity (code or path) or the element/item/ValueSet that the map depends on / refers to.
|
|
property codeElement : Tstring read GetcodeElement write SetcodeElement; |
|
|
property display : string read Getdisplay write Setdisplay; |
The display for the code. The display is only provided to help editors when editing the concept map.
|
|
property displayElement : Tstring read GetdisplayElement write SetdisplayElement; |
|
Generated by PasDoc 0.15.0.
|