Class TImplementationGuideDefinition
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property page : TImplementationGuidePage read Getpage write Setpage; |
A page / section in the implementation guide. The root page is the implementation guide home page.
|
Generated by PasDoc 0.15.0.
|