Class TSubscriptionTopicResourceTrigger
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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".
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
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>.
|
|
property resourceElement : Turi read GetresourceElement write SetresourceElement; |
|
|
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). If not present, all supported interactions are assumed.
|
|
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.
|
|
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.
|
|
property fhirPathCriteriaElement : Tstring read GetfhirPathCriteriaElement write SetfhirPathCriteriaElement; |
|
Generated by PasDoc 0.15.0.
|