Class TSubscriptionTopicResourceTrigger

Unit

Declaration

type TSubscriptionTopicResourceTrigger = class(TBackboneElement)

Description

Describes a stream of resource state changes or events and annotated with labels useful to filter projections from this topic.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property resource : string read Getresource write Setresource;
Public property resourceElement : Turi read GetresourceElement write SetresourceElement;
Public property supportedInteraction : TBSFHIRPrimitiveStringArray read GetsupportedInteractionArray;
Public property queryCriteria : TSubscriptionTopicQueryCriteria read GetqueryCriteria write SetqueryCriteria;
Public property fhirPathCriteria : string read GetfhirPathCriteria write SetfhirPathCriteria;
Public property fhirPathCriteriaElement : Tstring read GetfhirPathCriteriaElement write SetfhirPathCriteriaElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

The human readable description of this resource trigger for the SubscriptionTopic - for example, "An Encounter enters the 'in-progress' state".

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property resource : string read Getresource write Setresource;

URL of the Resource that is the type used in this resource trigger. Relative URLs are relative to the StructureDefinition root of the implemented FHIR version (e.g., http://hl7.org/fhir/StructureDefinition). For example, "Patient" maps to http://hl7.org/fhir/StructureDefinition/Patient. For more information, see <a href="elementdefinition-definitions.html#ElementDefinition.type.code">ElementDefinition.type.code</a>.

Public property resourceElement : Turi read GetresourceElement write SetresourceElement;
 
Public property supportedInteraction : TBSFHIRPrimitiveStringArray read GetsupportedInteractionArray;

The FHIR RESTful interaction which can be used to trigger a notification for the SubscriptionTopic. Multiple values are considered OR joined (e.g., CREATE or UPDATE).

Public property queryCriteria : TSubscriptionTopicQueryCriteria read GetqueryCriteria write SetqueryCriteria;

The FHIR query based rules that the server should use to determine when to trigger a notification for this subscription topic.

Public property fhirPathCriteria : string read GetfhirPathCriteria write SetfhirPathCriteria;

The FHIRPath based rules that the server should use to determine when to trigger a notification for this topic.

Public property fhirPathCriteriaElement : Tstring read GetfhirPathCriteriaElement write SetfhirPathCriteriaElement;
 

Generated by PasDoc 0.15.0.