Class TElementDefinitionMapping
Unit
bsFhir_r5
Declaration
type TElementDefinitionMapping = class(TBackboneType)
Description
Captures constraints on each element within the resource, profile, or extension. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
|
property identity : string read Getidentity write Setidentity; |
|
property identityElement : Tid read GetidentityElement write SetidentityElement; |
|
property language : string read Getlanguage write Setlanguage; |
|
property languageElement : Tcode read GetlanguageElement write SetlanguageElement; |
|
property map : string read Getmap write Setmap; |
|
property mapElement : Tstring read GetmapElement write SetmapElement; |
|
property comment : string read Getcomment write Setcomment; |
|
property commentElement : Tmarkdown read GetcommentElement write SetcommentElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identity : string read Getidentity write Setidentity; |
An internal reference to the definition of a mapping.
|
|
property identityElement : Tid read GetidentityElement write SetidentityElement; |
|
|
property language : string read Getlanguage write Setlanguage; |
Identifies the computable language in which mapping.map is expressed.
|
|
property languageElement : Tcode read GetlanguageElement write SetlanguageElement; |
|
|
property map : string read Getmap write Setmap; |
Expresses what part of the target specification corresponds to this element.
|
|
property mapElement : Tstring read GetmapElement write SetmapElement; |
|
|
property comment : string read Getcomment write Setcomment; |
Comments that provide information about the mapping or its use.
|
|
property commentElement : Tmarkdown read GetcommentElement write SetcommentElement; |
|
Generated by PasDoc 0.15.0.
|