Class TImplementationGuideResource

Unit

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

Public constructor Create; override;

Properties

Public property reference : TReference read Getreference write Setreference;
Public property fhirVersion : TBSFHIRPrimitiveStringArray read GetfhirVersionArray;
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 example : TElement read Getexample write Setexample;
Public property groupingId : string read GetgroupingId write SetgroupingId;
Public property groupingIdElement : Tid read GetgroupingIdElement write SetgroupingIdElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property reference : TReference read Getreference write Setreference;

Where this resource is found.

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

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 example : TElement read Getexample write Setexample;

If true or a reference, indicates the resource is an example instance. If a reference is present, indicates that the example is an example of the specified profile.

Public property groupingId : string read GetgroupingId write SetgroupingId;

Reference to the id of the grouping this resource appears in.

Public property groupingIdElement : Tid read GetgroupingIdElement write SetgroupingIdElement;
 

Generated by PasDoc 0.15.0.