Class TImplementationGuideResource1

Unit

Declaration

type TImplementationGuideResource1 = 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 isExample : boolean read GetisExample write SetisExample;
Public property isExampleElement : Tboolean read GetisExampleElement write SetisExampleElement;
Public property profile : TBSFHIRPrimitiveStringArray read GetprofileArray;
Public property relativePath : string read GetrelativePath write SetrelativePath;
Public property relativePathElement : Turl read GetrelativePathElement write SetrelativePathElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property reference : TReference read Getreference write Setreference;

Where this resource is found.

Public property isExample : boolean read GetisExample write SetisExample;

If true, indicates the resource is an example instance.

Public property isExampleElement : Tboolean read GetisExampleElement write SetisExampleElement;
 
Public property profile : TBSFHIRPrimitiveStringArray read GetprofileArray;

If present, indicates profile(s) the instance is valid against.

Public property relativePath : string read GetrelativePath write SetrelativePath;

The relative path for primary page for this resource within the IG.

Public property relativePathElement : Turl read GetrelativePathElement write SetrelativePathElement;
 

Generated by PasDoc 0.15.0.