Class TSubscriptionTopicEventTrigger
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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).
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property event : TCodeableConcept read Getevent write Setevent; |
A well-defined event which can be used to trigger notifications from the SubscriptionTopic.
|
|
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>.
|
|
property resourceElement : Turi read GetresourceElement write SetresourceElement; |
|
Generated by PasDoc 0.15.0.
|