IGUHealth
    Preparing search index...
    interface SubscriptionTopicResourceTrigger {
        _description?: Element;
        _fhirPathCriteria?: Element;
        _resource?: Element;
        _supportedInteraction?: Element[];
        description?: markdown;
        extension?: Extension[];
        fhirPathCriteria?: string;
        id?: id;
        modifierExtension?: Extension[];
        queryCriteria?: SubscriptionTopicResourceTriggerQueryCriteria;
        resource: uri;
        supportedInteraction?: code[];
    }
    Index

    Properties

    _description?: Element

    Text representation of the resource trigger

    _fhirPathCriteria?: Element

    FHIRPath based trigger rule

    _resource?: Element

    Data Type or Resource (reference to definition) for this trigger definition

    _supportedInteraction?: Element[]

    create | update | delete

    description?: markdown

    Text representation of the resource trigger

    extension?: Extension[]

    Additional content defined by implementations

    fhirPathCriteria?: string

    FHIRPath based trigger rule

    id?: id

    Unique id for inter-element referencing

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    Query based trigger rule

    resource: uri

    Data Type or Resource (reference to definition) for this trigger definition

    supportedInteraction?: code[]

    create | update | delete