interface EventDefinition {
    _approvalDate?: Element;
    _copyright?: Element;
    _date?: Element;
    _description?: Element;
    _experimental?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _lastReviewDate?: Element;
    _name?: Element;
    _publisher?: Element;
    _purpose?: Element;
    _status?: Element;
    _subtitle?: Element;
    _title?: Element;
    _url?: Element;
    _usage?: Element;
    _version?: Element;
    approvalDate?: date;
    author?: ContactDetail[];
    contact?: ContactDetail[];
    contained?: ConcreteType[];
    copyright?: markdown;
    date?: dateTime;
    description?: markdown;
    editor?: ContactDetail[];
    effectivePeriod?: Period;
    endorser?: ContactDetail[];
    experimental?: boolean;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    jurisdiction?: CodeableConcept[];
    language?: code;
    lastReviewDate?: date;
    meta?: Meta;
    modifierExtension?: Extension[];
    name?: string;
    publisher?: string;
    purpose?: markdown;
    relatedArtifact?: RelatedArtifact[];
    resourceType: "EventDefinition";
    reviewer?: ContactDetail[];
    status: code;
    subjectCodeableConcept?: CodeableConcept;
    subjectReference?: Reference;
    subtitle?: string;
    text?: Narrative;
    title?: string;
    topic?: CodeableConcept[];
    trigger: TriggerDefinition[];
    url?: uri;
    usage?: string;
    useContext?: UsageContext[];
    version?: string;
}

Properties

_approvalDate?: Element

When the event definition was approved by publisher

_copyright?: Element

Use and/or publishing restrictions

_date?: Element

Date last changed

_description?: Element

Natural language description of the event definition

_experimental?: Element

For testing purposes, not real usage

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_lastReviewDate?: Element

When the event definition was last reviewed

_name?: Element

Name for this event definition (computer friendly)

_publisher?: Element

Name of the publisher (organization or individual)

_purpose?: Element

Why this event definition is defined

_status?: Element

draft | active | retired | unknown

_subtitle?: Element

Subordinate title of the event definition

_title?: Element

Name for this event definition (human friendly)

_url?: Element

Canonical identifier for this event definition, represented as a URI (globally unique)

_usage?: Element

Describes the clinical usage of the event definition

_version?: Element

Business version of the event definition

approvalDate?: date

When the event definition was approved by publisher

author?: ContactDetail[]

Who authored the content

contact?: ContactDetail[]

Contact details for the publisher

contained?: ConcreteType[]

Contained, inline Resources

copyright?: markdown

Use and/or publishing restrictions

date?: dateTime

Date last changed

description?: markdown

Natural language description of the event definition

editor?: ContactDetail[]

Who edited the content

effectivePeriod?: Period

When the event definition is expected to be used

endorser?: ContactDetail[]

Who endorsed the content

experimental?: boolean

For testing purposes, not real usage

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Additional identifier for the event definition

implicitRules?: uri

A set of rules under which this content was created

jurisdiction?: CodeableConcept[]

Intended jurisdiction for event definition (if applicable)

language?: code

Language of the resource content

lastReviewDate?: date

When the event definition was last reviewed

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

name?: string

Name for this event definition (computer friendly)

publisher?: string

Name of the publisher (organization or individual)

purpose?: markdown

Why this event definition is defined

relatedArtifact?: RelatedArtifact[]

Additional documentation, citations, etc.

resourceType
reviewer?: ContactDetail[]

Who reviewed the content

status: code

draft | active | retired | unknown

subjectCodeableConcept?: CodeableConcept

Type of individual the event definition is focused on

subjectReference?: Reference

Type of individual the event definition is focused on

subtitle?: string

Subordinate title of the event definition

text?: Narrative

Text summary of the resource, for human interpretation

title?: string

Name for this event definition (human friendly)

topic?: CodeableConcept[]

E.g. Education, Treatment, Assessment, etc.

"when" the event occurs (multiple = 'or')

url?: uri

Canonical identifier for this event definition, represented as a URI (globally unique)

usage?: string

Describes the clinical usage of the event definition

useContext?: UsageContext[]

The context that the content is intended to support

version?: string

Business version of the event definition