Class TImplementationGuideManifest
Unit
bsFhir_r4b
Declaration
type TImplementationGuideManifest = 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 rendering : string read Getrendering write Setrendering; |
A pointer to official web page, PDF or other rendering of the implementation guide.
|
|
property renderingElement : Turl read GetrenderingElement write SetrenderingElement; |
|
|
property resource : TImplementationGuideResource1Array 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 other : TBSFHIRPrimitiveStringArray read GetotherArray; |
Indicates the relative path of an additional non-page, non-image file that is part of the IG - e.g. zip, jar and similar files that could be the target of a hyperlink in a derived IG.
|
Generated by PasDoc 0.15.0.
|