Class TImplementationGuideDefinition

Unit

Declaration

type TImplementationGuideDefinition = class(TBackboneElement)

Description

A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property grouping : TImplementationGuideGroupingArray read GetgroupingArray;
Public property resource : TImplementationGuideResourceArray read GetresourceArray;
Public property page : TImplementationGuidePage read Getpage write Setpage;
Public property parameter : TImplementationGuideParameterArray read GetparameterArray;
Public property template : TImplementationGuideTemplateArray read GettemplateArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property grouping : TImplementationGuideGroupingArray read GetgroupingArray;

A logical group of resources. Logical groups can be used when building pages.

Public property resource : TImplementationGuideResourceArray read GetresourceArray;

A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource.

Public property page : TImplementationGuidePage read Getpage write Setpage;

A page / section in the implementation guide. The root page is the implementation guide home page.

Public property parameter : TImplementationGuideParameterArray read GetparameterArray;

Defines how IG is built by tools.

Public property template : TImplementationGuideTemplateArray read GettemplateArray;

A template for building resources.


Generated by PasDoc 0.15.0.