Class TImplementationGuideResource
Unit
bsFhir_r5
Declaration
type TImplementationGuideResource = 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 reference : TReference read Getreference write Setreference; |
Where this resource is found.
|
|
property fhirVersion : TBSFHIRPrimitiveStringArray read GetfhirVersionArray; |
Indicates the FHIR Version(s) this artifact is intended to apply to. If no versions are specified, the resource is assumed to apply to all the versions stated in ImplementationGuide.fhirVersion.
|
|
property name_ : string read Getname_ write Setname_; |
A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name).
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property description : string read Getdescription write Setdescription; |
A description of the reason that a resource has been included in the implementation guide.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property isExample : boolean read GetisExample write SetisExample; |
If true, indicates the resource is an example instance.
|
|
property isExampleElement : Tboolean read GetisExampleElement write SetisExampleElement; |
|
|
property groupingId : string read GetgroupingId write SetgroupingId; |
Reference to the id of the grouping this resource appears in.
|
|
property groupingIdElement : Tid read GetgroupingIdElement write SetgroupingIdElement; |
|
Generated by PasDoc 0.15.0.
|