interface Subscription {
    _criteria?: Element;
    _end?: Element;
    _error?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _reason?: Element;
    _status?: Element;
    channel: SubscriptionChannel;
    contact?: ContactPoint[];
    contained?: ConcreteType[];
    criteria: string;
    end?: instant;
    error?: string;
    extension?: Extension[];
    id?: id;
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    reason: string;
    resourceType: "Subscription";
    status: code;
    text?: Narrative;
}

Properties

_criteria?: Element

Rule for server push

_end?: Element

When to automatically delete the subscription

_error?: Element

Latest error note

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_reason?: Element

Description of why this subscription was created

_status?: Element

requested | active | error | off

The channel on which to report matches to the criteria

contact?: ContactPoint[]

Contact details for source (e.g. troubleshooting)

contained?: ConcreteType[]

Contained, inline Resources

criteria: string

Rule for server push

end?: instant

When to automatically delete the subscription

error?: string

Latest error note

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

reason: string

Description of why this subscription was created

resourceType
status: code

requested | active | error | off

text?: Narrative

Text summary of the resource, for human interpretation