Class TExampleScenarioInstance
Unit
bsFhir_r5
Declaration
type TExampleScenarioInstance = class(TBackboneElement)
Description
Example of workflow instance.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property key : string read Getkey write Setkey; |
A unique string within the scenario that is used to reference the instance.
|
|
property keyElement : Tstring read GetkeyElement write SetkeyElement; |
|
|
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.
|
|
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.
|
|
property structureVersionElement : Tstring read GetstructureVersionElement write SetstructureVersionElement; |
|
|
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)
|
|
property structureProfileCanonicalElement : Tcanonical read GetstructureProfileCanonicalElement write SetstructureProfileCanonicalElement; |
|
|
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)
|
|
property structureProfileUriElement : Turi read GetstructureProfileUriElement write SetstructureProfileUriElement; |
|
|
property title : string read Gettitle write Settitle; |
A short descriptive label the instance to be used in tables or diagrams.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property description : string read Getdescription write Setdescription; |
An explanation of what the instance contains and what it's for.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property content : TReference read Getcontent write Setcontent; |
Points to an instance (typically an example) that shows the data that would corespond to this instance.
|
|
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.
|