Class TExampleScenarioInstance

Unit

Declaration

type TExampleScenarioInstance = class(TBackboneElement)

Description

Example of workflow instance.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property key : string read Getkey write Setkey;
Public property keyElement : Tstring read GetkeyElement write SetkeyElement;
Public property structureType : TCoding read GetstructureType write SetstructureType;
Public property structureVersion : string read GetstructureVersion write SetstructureVersion;
Public property structureVersionElement : Tstring read GetstructureVersionElement write SetstructureVersionElement;
Public property structureProfileCanonical : string read GetstructureProfileCanonical write SetstructureProfileCanonical;
Public property structureProfileCanonicalElement : Tcanonical read GetstructureProfileCanonicalElement write SetstructureProfileCanonicalElement;
Public property structureProfileUri : string read GetstructureProfileUri write SetstructureProfileUri;
Public property structureProfileUriElement : Turi read GetstructureProfileUriElement write SetstructureProfileUriElement;
Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property content : TReference read Getcontent write Setcontent;
Public property version : TExampleScenarioVersionArray read GetversionArray;
Public property containedInstance : TExampleScenarioContainedInstanceArray read GetcontainedInstanceArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property key : string read Getkey write Setkey;

A unique string within the scenario that is used to reference the instance.

Public property keyElement : Tstring read GetkeyElement write SetkeyElement;
 
Public property structureType : TCoding read GetstructureType write SetstructureType;

A code indicating the kind of data structure (FHIR resource or some other standard) this is an instance of.

Public property structureVersion : string read GetstructureVersion write SetstructureVersion;

Conveys the version of the data structure instantiated. I.e. what release of FHIR, X12, OpenEHR, etc. is instance compliant with.

Public property structureVersionElement : Tstring read GetstructureVersionElement write SetstructureVersionElement;
 
Public property structureProfileCanonical : string read GetstructureProfileCanonical write SetstructureProfileCanonical;

Refers to a profile, template or other ruleset the instance adheres to. (choose any one of structureProfile*, but only one)

Public property structureProfileCanonicalElement : Tcanonical read GetstructureProfileCanonicalElement write SetstructureProfileCanonicalElement;
 
Public property structureProfileUri : string read GetstructureProfileUri write SetstructureProfileUri;

Refers to a profile, template or other ruleset the instance adheres to. (choose any one of structureProfile*, but only one)

Public property structureProfileUriElement : Turi read GetstructureProfileUriElement write SetstructureProfileUriElement;
 
Public property title : string read Gettitle write Settitle;

A short descriptive label the instance to be used in tables or diagrams.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 
Public property description : string read Getdescription write Setdescription;

An explanation of what the instance contains and what it's for.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property content : TReference read Getcontent write Setcontent;

Points to an instance (typically an example) that shows the data that would corespond to this instance.

Public property version : TExampleScenarioVersionArray read GetversionArray;

Represents the instance as it was at a specific time-point.

Public property containedInstance : TExampleScenarioContainedInstanceArray read GetcontainedInstanceArray;

References to other instances that can be found within this instance (e.g. the observations contained in a bundle).


Generated by PasDoc 0.15.0.