IGUHealth
    Preparing search index...
    interface SubscriptionStatus {
        _eventsSinceSubscriptionStart?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _status?: Element;
        _topic?: Element;
        _type?: Element;
        contained?: ConcreteType[];
        error?: CodeableConcept[];
        eventsSinceSubscriptionStart?: string;
        extension?: Extension[];
        id?: id;
        implicitRules?: uri;
        language?: code;
        meta?: Meta;
        modifierExtension?: Extension[];
        notificationEvent?: SubscriptionStatusNotificationEvent[];
        resourceType: "SubscriptionStatus";
        status?: code;
        subscription: Reference;
        text?: Narrative;
        topic?: canonical;
        type: code;
    }
    Index

    Properties

    _eventsSinceSubscriptionStart?: Element

    Events since the Subscription was created

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _status?: Element

    requested | active | error | off | entered-in-error

    _topic?: Element

    Reference to the SubscriptionTopic this notification relates to

    _type?: Element

    handshake | heartbeat | event-notification | query-status | query-event

    contained?: ConcreteType[]

    Contained, inline Resources

    error?: CodeableConcept[]

    List of errors on the subscription

    eventsSinceSubscriptionStart?: string

    Events since the Subscription was created

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    implicitRules?: uri

    A set of rules under which this content was created

    language?: code

    Language of the resource content

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    Detailed information about any events relevant to this notification

    resourceType: "SubscriptionStatus"
    status?: code

    requested | active | error | off | entered-in-error

    subscription: Reference

    Reference to the Subscription responsible for this notification

    text?: Narrative

    Text summary of the resource, for human interpretation

    topic?: canonical

    Reference to the SubscriptionTopic this notification relates to

    type: code

    handshake | heartbeat | event-notification | query-status | query-event