interface Communication {
    _implicitRules?: Element;
    _instantiatesCanonical?: Element[];
    _instantiatesUri?: Element[];
    _language?: Element;
    _priority?: Element;
    _received?: Element;
    _sent?: Element;
    _status?: Element;
    about?: Reference[];
    basedOn?: Reference[];
    category?: CodeableConcept[];
    contained?: ConcreteType[];
    encounter?: Reference;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    inResponseTo?: Reference[];
    instantiatesCanonical?: canonical[];
    instantiatesUri?: uri[];
    language?: code;
    medium?: CodeableConcept[];
    meta?: Meta;
    modifierExtension?: Extension[];
    note?: Annotation[];
    partOf?: Reference[];
    payload?: CommunicationPayload[];
    priority?: code;
    reasonCode?: CodeableConcept[];
    reasonReference?: Reference[];
    received?: dateTime;
    recipient?: Reference[];
    resourceType: "Communication";
    sender?: Reference;
    sent?: dateTime;
    status: code;
    statusReason?: CodeableConcept;
    subject?: Reference;
    text?: Narrative;
    topic?: CodeableConcept;
}

Properties

_implicitRules?: Element

A set of rules under which this content was created

_instantiatesCanonical?: Element[]

Instantiates FHIR protocol or definition

_instantiatesUri?: Element[]

Instantiates external protocol or definition

_language?: Element

Language of the resource content

_priority?: Element

routine | urgent | asap | stat

_received?: Element

When received

_sent?: Element

When sent

_status?: Element

preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown

about?: Reference[]

Resources that pertain to this communication

basedOn?: Reference[]

Request fulfilled by this communication

category?: CodeableConcept[]

Message category

contained?: ConcreteType[]

Contained, inline Resources

encounter?: Reference

Encounter created as part of

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Unique identifier

implicitRules?: uri

A set of rules under which this content was created

inResponseTo?: Reference[]

Reply to

instantiatesCanonical?: canonical[]

Instantiates FHIR protocol or definition

instantiatesUri?: uri[]

Instantiates external protocol or definition

language?: code

Language of the resource content

medium?: CodeableConcept[]

A channel of communication

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

note?: Annotation[]

Comments made about the communication

partOf?: Reference[]

Part of this action

Message payload

priority?: code

routine | urgent | asap | stat

reasonCode?: CodeableConcept[]

Indication for message

reasonReference?: Reference[]

Why was communication done?

received?: dateTime

When received

recipient?: Reference[]

Message recipient

resourceType
sender?: Reference

Message sender

sent?: dateTime

When sent

status: code

preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown

statusReason?: CodeableConcept

Reason for current status

subject?: Reference

Focus of message

text?: Narrative

Text summary of the resource, for human interpretation

Description of the purpose/content