Class TImplementationGuideResource
Unit
bsFhir_stu3
Declaration
type TImplementationGuideResource = class(TBackboneElement)
Description
A set of rules of how FHIR is used to solve a particular problem. 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 example : boolean read Getexample write Setexample; |
Whether a resource is included in the guide as part of the rules defined by the guide, or just as an example of a resource that conforms to the rules and/or help implementers understand the intent of the guide.
|
|
property exampleElement : Tboolean read GetexampleElement write SetexampleElement; |
|
|
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 : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property acronym : string read Getacronym write Setacronym; |
A short code that may be used to identify the resource throughout the implementation guide.
|
|
property acronymElement : Tstring read GetacronymElement write SetacronymElement; |
|
|
property source : TElement read Getsource write Setsource; |
Where this resource is found.
|
|
property exampleFor : TReference read GetexampleFor write SetexampleFor; |
Another resource that this resource is an example for. This is mostly used for resources that are included as examples of StructureDefinitions.
|
Generated by PasDoc 0.15.0.
|