Class TStructureDefinitionMapping

Unit

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

Public constructor Create; override;

Properties

Public property identity : string read Getidentity write Setidentity;
Public property identityElement : Tid read GetidentityElement write SetidentityElement;
Public property uri : string read Geturi write Seturi;
Public property uriElement : Turi read GeturiElement write SeturiElement;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property comment : string read Getcomment write Setcomment;
Public property commentElement : Tstring read GetcommentElement write SetcommentElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identity : string read Getidentity write Setidentity;

An Internal id that is used to identify this mapping set when specific mappings are made.

Public property identityElement : Tid read GetidentityElement write SetidentityElement;
 
Public property uri : string read Geturi write Seturi;

An absolute URI that identifies the specification that this mapping is expressed to.

Public property uriElement : Turi read GeturiElement write SeturiElement;
 
Public property name_ : string read Getname_ write Setname_;

A name for the specification that is being mapped to.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property comment : string read Getcomment write Setcomment;

Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage.

Public property commentElement : Tstring read GetcommentElement write SetcommentElement;
 

Generated by PasDoc 0.15.0.