interface CommunicationRequest {
    _authoredOn?: Element;
    _doNotPerform?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _occurrenceDateTime?: Element;
    _priority?: Element;
    _status?: Element;
    about?: Reference[];
    authoredOn?: dateTime;
    basedOn?: Reference[];
    category?: CodeableConcept[];
    contained?: ConcreteType[];
    doNotPerform?: boolean;
    encounter?: Reference;
    extension?: Extension[];
    groupIdentifier?: Identifier;
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    medium?: CodeableConcept[];
    meta?: Meta;
    modifierExtension?: Extension[];
    note?: Annotation[];
    occurrenceDateTime?: dateTime;
    occurrencePeriod?: Period;
    payload?: CommunicationRequestPayload[];
    priority?: code;
    reasonCode?: CodeableConcept[];
    reasonReference?: Reference[];
    recipient?: Reference[];
    replaces?: Reference[];
    requester?: Reference;
    resourceType: "CommunicationRequest";
    sender?: Reference;
    status: code;
    statusReason?: CodeableConcept;
    subject?: Reference;
    text?: Narrative;
}

Properties

_authoredOn?: Element

When request transitioned to being actionable

_doNotPerform?: Element

True if request is prohibiting action

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_occurrenceDateTime?: Element

When scheduled

_priority?: Element

routine | urgent | asap | stat

_status?: Element

draft | active | on-hold | revoked | completed | entered-in-error | unknown

about?: Reference[]

Resources that pertain to this communication request

authoredOn?: dateTime

When request transitioned to being actionable

basedOn?: Reference[]

Fulfills plan or proposal

category?: CodeableConcept[]

Message category

contained?: ConcreteType[]

Contained, inline Resources

doNotPerform?: boolean

True if request is prohibiting action

encounter?: Reference

Encounter created as part of

extension?: Extension[]

Additional content defined by implementations

groupIdentifier?: Identifier

Composite request this is part of

id?: id

Logical id of this artifact

identifier?: Identifier[]

Unique identifier

implicitRules?: uri

A set of rules under which this content was created

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 communication request

occurrenceDateTime?: dateTime

When scheduled

occurrencePeriod?: Period

When scheduled

Message payload

priority?: code

routine | urgent | asap | stat

reasonCode?: CodeableConcept[]

Why is communication needed?

reasonReference?: Reference[]

Why is communication needed?

recipient?: Reference[]

Message recipient

replaces?: Reference[]

Request(s) replaced by this request

requester?: Reference

Who/what is requesting service

resourceType
sender?: Reference

Message sender

status: code

draft | active | on-hold | revoked | 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