Class TStructureDefinitionMapping
Unit
bsFhir_stu3
Declaration
type TStructureDefinitionMapping = class(TBackboneElement)
Description
A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types.
Hierarchy
Overview
Methods
Properties
|
property identity : string read Getidentity write Setidentity; |
|
property identityElement : Tid read GetidentityElement write SetidentityElement; |
|
property uri : string read Geturi write Seturi; |
|
property uriElement : Turi read GeturiElement write SeturiElement; |
|
property name_ : string read Getname_ write Setname_; |
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
property comment : string read Getcomment write Setcomment; |
|
property commentElement : Tstring read GetcommentElement write SetcommentElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identity : string read Getidentity write Setidentity; |
An Internal id that is used to identify this mapping set when specific mappings are made.
|
|
property identityElement : Tid read GetidentityElement write SetidentityElement; |
|
|
property uri : string read Geturi write Seturi; |
An absolute URI that identifies the specification that this mapping is expressed to.
|
|
property uriElement : Turi read GeturiElement write SeturiElement; |
|
|
property name_ : string read Getname_ write Setname_; |
A name for the specification that is being mapped to.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property comment : string read Getcomment write Setcomment; |
Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage.
|
|
property commentElement : Tstring read GetcommentElement write SetcommentElement; |
|
Generated by PasDoc 0.15.0.
|