Class TSubscriptionTopicEventTrigger

Unit

Declaration

type TSubscriptionTopicEventTrigger = 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 event : TCodeableConcept read Getevent write Setevent;
Public property resource : string read Getresource write Setresource;
Public property resourceElement : Turi read GetresourceElement write SetresourceElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

The human readable description of an event to trigger a notification for the SubscriptionTopic - for example, "Patient Admission, as defined in HL7v2 via message ADTˆA01". Multiple values are considered OR joined (e.g., matching any single event listed).

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property event : TCodeableConcept read Getevent write Setevent;

A well-defined event which can be used to trigger notifications from the SubscriptionTopic.

Public property resource : string read Getresource write Setresource;

URL of the Resource that is the focus type used in this event 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;
 

Generated by PasDoc 0.15.0.