Class TImplementationGuideDependsOn
Unit
bsFhir_r5
Declaration
type TImplementationGuideDependsOn = 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
|
property uri : string read Geturi write Seturi; |
|
property uriElement : Tcanonical read GeturiElement write SeturiElement; |
|
property packageId : string read GetpackageId write SetpackageId; |
|
property packageIdElement : Tid read GetpackageIdElement write SetpackageIdElement; |
|
property version : string read Getversion write Setversion; |
|
property versionElement : Tstring read GetversionElement write SetversionElement; |
|
property reason : string read Getreason write Setreason; |
|
property reasonElement : Tmarkdown read GetreasonElement write SetreasonElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property uri : string read Geturi write Seturi; |
A canonical reference to the Implementation guide for the dependency.
|
|
property uriElement : Tcanonical read GeturiElement write SeturiElement; |
|
|
property packageId : string read GetpackageId write SetpackageId; |
The NPM package name for the Implementation Guide that this IG depends on.
|
|
property packageIdElement : Tid read GetpackageIdElement write SetpackageIdElement; |
|
|
property version : string read Getversion write Setversion; |
The version of the IG that is depended on, when the correct version is required to understand the IG correctly.
|
|
property versionElement : Tstring read GetversionElement write SetversionElement; |
|
|
property reason : string read Getreason write Setreason; |
A description explaining the nature of the dependency on the listed IG.
|
|
property reasonElement : Tmarkdown read GetreasonElement write SetreasonElement; |
|
Generated by PasDoc 0.15.0.
|