interface MessageDefinition {
    _base?: Element;
    _category?: Element;
    _copyright?: Element;
    _date?: Element;
    _description?: Element;
    _eventUri?: Element;
    _experimental?: Element;
    _graph?: Element[];
    _implicitRules?: Element;
    _language?: Element;
    _name?: Element;
    _parent?: Element[];
    _publisher?: Element;
    _purpose?: Element;
    _replaces?: Element[];
    _responseRequired?: Element;
    _status?: Element;
    _title?: Element;
    _url?: Element;
    _version?: Element;
    allowedResponse?: MessageDefinitionAllowedResponse[];
    base?: canonical;
    category?: code;
    contact?: ContactDetail[];
    contained?: ConcreteType[];
    copyright?: markdown;
    date: dateTime;
    description?: markdown;
    eventCoding?: Coding;
    eventUri?: uri;
    experimental?: boolean;
    extension?: Extension[];
    focus?: MessageDefinitionFocus[];
    graph?: canonical[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    jurisdiction?: CodeableConcept[];
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    name?: string;
    parent?: canonical[];
    publisher?: string;
    purpose?: markdown;
    replaces?: canonical[];
    resourceType: "MessageDefinition";
    responseRequired?: code;
    status: code;
    text?: Narrative;
    title?: string;
    url?: uri;
    useContext?: UsageContext[];
    version?: string;
}

Properties

_base?: Element

Definition this one is based on

_category?: Element

consequence | currency | notification

_copyright?: Element

Use and/or publishing restrictions

_date?: Element

Date last changed

_description?: Element

Natural language description of the message definition

_eventUri?: Element

Event code or link to the EventDefinition

_experimental?: Element

For testing purposes, not real usage

_graph?: Element[]

Canonical reference to a GraphDefinition

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_name?: Element

Name for this message definition (computer friendly)

_parent?: Element[]

Protocol/workflow this is part of

_publisher?: Element

Name of the publisher (organization or individual)

_purpose?: Element

Why this message definition is defined

_replaces?: Element[]

Takes the place of

_responseRequired?: Element

always | on-error | never | on-success

_status?: Element

draft | active | retired | unknown

_title?: Element

Name for this message definition (human friendly)

_url?: Element

Business Identifier for a given MessageDefinition

_version?: Element

Business version of the message definition

Responses to this message

base?: canonical

Definition this one is based on

category?: code

consequence | currency | notification

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 message definition

eventCoding?: Coding

Event code or link to the EventDefinition

eventUri?: uri

Event code or link to the EventDefinition

experimental?: boolean

For testing purposes, not real usage

extension?: Extension[]

Additional content defined by implementations

Resource(s) that are the subject of the event

graph?: canonical[]

Canonical reference to a GraphDefinition

id?: id

Logical id of this artifact

identifier?: Identifier[]

Primary key for the message definition on a given server

implicitRules?: uri

A set of rules under which this content was created

jurisdiction?: CodeableConcept[]

Intended jurisdiction for message definition (if applicable)

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

name?: string

Name for this message definition (computer friendly)

parent?: canonical[]

Protocol/workflow this is part of

publisher?: string

Name of the publisher (organization or individual)

purpose?: markdown

Why this message definition is defined

replaces?: canonical[]

Takes the place of

resourceType
responseRequired?: code

always | on-error | never | on-success

status: code

draft | active | retired | unknown

text?: Narrative

Text summary of the resource, for human interpretation

title?: string

Name for this message definition (human friendly)

url?: uri

Business Identifier for a given MessageDefinition

useContext?: UsageContext[]

The context that the content is intended to support

version?: string

Business version of the message definition