Class TImplementationGuideResource

Unit

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

Public constructor Create; override;

Properties

Public property example : boolean read Getexample write Setexample;
Public property exampleElement : Tboolean read GetexampleElement write SetexampleElement;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property acronym : string read Getacronym write Setacronym;
Public property acronymElement : Tstring read GetacronymElement write SetacronymElement;
Public property source : TElement read Getsource write Setsource;
Public property exampleFor : TReference read GetexampleFor write SetexampleFor;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property exampleElement : Tboolean read GetexampleElement write SetexampleElement;
 
Public 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).

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property description : string read Getdescription write Setdescription;

A description of the reason that a resource has been included in the implementation guide.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property acronym : string read Getacronym write Setacronym;

A short code that may be used to identify the resource throughout the implementation guide.

Public property acronymElement : Tstring read GetacronymElement write SetacronymElement;
 
Public property source : TElement read Getsource write Setsource;

Where this resource is found.

Public 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.