This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
This resource maintained by the Patient Care Work Group
A request to convey information. E.g., the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition.
This resource is a record of a request for a communication to be performed. A communication is a conveyance of information from one entity, a sender, to another entity, a receiver. The sender and receivers may be patients, practitioners, related persons, organizations, and devices. Uses of communication request include:
This resource is a record of a request. It does not represent the actual flow of communication. The use of CommunicationRequest excludes requests for referrals which are covered by the ReferralRequest resource. It also excludes requests for therapy or counciling which would be handled by the ProcedureRequest resource. The performance of a CommunicationRequest may result in a Communication resource.
This resource is referenced by CarePlan and ClinicalImpression
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
CommunicationRequest | DomainResource | A request for information to be sent to a receiver | ||
identifier | 0..* | Identifier | Unique identifier | |
category | 0..1 | CodeableConcept | Message category | |
sender | 0..1 | Device | Organization | Patient | Practitioner | RelatedPerson | Message sender | |
recipient | 0..* | Device | Organization | Patient | Practitioner | RelatedPerson | Message recipient | |
payload | 0..* | Element | Message payload | |
content[x] | Message part content | |||
contentString | 1..1 | string | ||
contentAttachment | 1..1 | Attachment | ||
contentReference | 1..1 | Any | ||
medium | 0..* | CodeableConcept | Communication medium | |
requester | 0..1 | Practitioner | Patient | RelatedPerson | Requester of communication | |
status | ?! | 0..1 | code | proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | failed CommunicationRequestStatus (Required) |
encounter | 0..1 | Encounter | Encounter leading to message | |
scheduledTime | 0..1 | dateTime | When scheduled | |
reason | 0..* | CodeableConcept | Indication for message | |
orderedOn | 0..1 | dateTime | When ordered or proposed | |
subject | 0..1 | Patient | Focus of message | |
priority | 0..1 | CodeableConcept | Message urgency |
UML Diagram
XML Template
<CommunicationRequest xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Unique identifier --></identifier> <category><!-- 0..1 CodeableConcept Message category --></category> <sender><!-- 0..1 Reference(Device|Organization|Patient|Practitioner| RelatedPerson) Message sender --></sender> <recipient><!-- 0..* Reference(Device|Organization|Patient|Practitioner| RelatedPerson) Message recipient --></recipient> <payload> <!-- 0..* Message payload --> <content[x]><!-- 1..1 string|Attachment|Reference(Any) Message part content --></content[x]> </payload> <medium><!-- 0..* CodeableConcept Communication medium --></medium> <requester><!-- 0..1 Reference(Practitioner|Patient|RelatedPerson) Requester of communication --></requester> <status value="[code]"/><!-- 0..1 proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | failed --> <encounter><!-- 0..1 Reference(Encounter) Encounter leading to message --></encounter> <scheduledTime value="[dateTime]"/><!-- 0..1 When scheduled --> <reason><!-- 0..* CodeableConcept Indication for message --></reason> <orderedOn value="[dateTime]"/><!-- 0..1 When ordered or proposed --> <subject><!-- 0..1 Reference(Patient) Focus of message --></subject> <priority><!-- 0..1 CodeableConcept Message urgency --></priority> </CommunicationRequest>
JSON Template
{ "resourceType" : "CommunicationRequest", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Unique identifier "category" : { CodeableConcept }, // Message category "sender" : { Reference(Device|Organization|Patient|Practitioner| RelatedPerson) }, // Message sender "recipient" : [{ Reference(Device|Organization|Patient|Practitioner| RelatedPerson) }], // Message recipient "payload" : [{ // Message payload // content[x]: Message part content. One of these 3: "contentString" : "<string>" "contentAttachment" : { Attachment } "contentReference" : { Reference(Any) } }], "medium" : [{ CodeableConcept }], // Communication medium "requester" : { Reference(Practitioner|Patient|RelatedPerson) }, // Requester of communication "status" : "<code>", // proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | failed "encounter" : { Reference(Encounter) }, // Encounter leading to message "scheduledTime" : "<dateTime>", // When scheduled "reason" : [{ CodeableConcept }], // Indication for message "orderedOn" : "<dateTime>", // When ordered or proposed "subject" : { Reference(Patient) }, // Focus of message "priority" : { CodeableConcept } // Message urgency }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
CommunicationRequest | DomainResource | A request for information to be sent to a receiver | ||
identifier | 0..* | Identifier | Unique identifier | |
category | 0..1 | CodeableConcept | Message category | |
sender | 0..1 | Device | Organization | Patient | Practitioner | RelatedPerson | Message sender | |
recipient | 0..* | Device | Organization | Patient | Practitioner | RelatedPerson | Message recipient | |
payload | 0..* | Element | Message payload | |
content[x] | Message part content | |||
contentString | 1..1 | string | ||
contentAttachment | 1..1 | Attachment | ||
contentReference | 1..1 | Any | ||
medium | 0..* | CodeableConcept | Communication medium | |
requester | 0..1 | Practitioner | Patient | RelatedPerson | Requester of communication | |
status | ?! | 0..1 | code | proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | failed CommunicationRequestStatus (Required) |
encounter | 0..1 | Encounter | Encounter leading to message | |
scheduledTime | 0..1 | dateTime | When scheduled | |
reason | 0..* | CodeableConcept | Indication for message | |
orderedOn | 0..1 | dateTime | When ordered or proposed | |
subject | 0..1 | Patient | Focus of message | |
priority | 0..1 | CodeableConcept | Message urgency |
XML Template
<CommunicationRequest xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Unique identifier --></identifier> <category><!-- 0..1 CodeableConcept Message category --></category> <sender><!-- 0..1 Reference(Device|Organization|Patient|Practitioner| RelatedPerson) Message sender --></sender> <recipient><!-- 0..* Reference(Device|Organization|Patient|Practitioner| RelatedPerson) Message recipient --></recipient> <payload> <!-- 0..* Message payload --> <content[x]><!-- 1..1 string|Attachment|Reference(Any) Message part content --></content[x]> </payload> <medium><!-- 0..* CodeableConcept Communication medium --></medium> <requester><!-- 0..1 Reference(Practitioner|Patient|RelatedPerson) Requester of communication --></requester> <status value="[code]"/><!-- 0..1 proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | failed --> <encounter><!-- 0..1 Reference(Encounter) Encounter leading to message --></encounter> <scheduledTime value="[dateTime]"/><!-- 0..1 When scheduled --> <reason><!-- 0..* CodeableConcept Indication for message --></reason> <orderedOn value="[dateTime]"/><!-- 0..1 When ordered or proposed --> <subject><!-- 0..1 Reference(Patient) Focus of message --></subject> <priority><!-- 0..1 CodeableConcept Message urgency --></priority> </CommunicationRequest>
JSON Template
{ "resourceType" : "CommunicationRequest", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Unique identifier "category" : { CodeableConcept }, // Message category "sender" : { Reference(Device|Organization|Patient|Practitioner| RelatedPerson) }, // Message sender "recipient" : [{ Reference(Device|Organization|Patient|Practitioner| RelatedPerson) }], // Message recipient "payload" : [{ // Message payload // content[x]: Message part content. One of these 3: "contentString" : "<string>" "contentAttachment" : { Attachment } "contentReference" : { Reference(Any) } }], "medium" : [{ CodeableConcept }], // Communication medium "requester" : { Reference(Practitioner|Patient|RelatedPerson) }, // Requester of communication "status" : "<code>", // proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | failed "encounter" : { Reference(Encounter) }, // Encounter leading to message "scheduledTime" : "<dateTime>", // When scheduled "reason" : [{ CodeableConcept }], // Indication for message "orderedOn" : "<dateTime>", // When ordered or proposed "subject" : { Reference(Patient) }, // Focus of message "priority" : { CodeableConcept } // Message urgency }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON)
Path | Definition | Type | Reference |
---|---|---|---|
CommunicationRequest.status | The status of the communication | Required | http://hl7.org/fhir/communication-request-status |
Notes to reviewers:
At this time, the code bindings are placeholders to be fleshed out upon further review by the community.
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
category | token | Message category | CommunicationRequest.category |
encounter | reference | Encounter leading to message | CommunicationRequest.encounter (Encounter) |
identifier | token | Unique identifier | CommunicationRequest.identifier |
medium | token | Communication medium | CommunicationRequest.medium |
ordered | date | When ordered or proposed | CommunicationRequest.orderedOn |
patient | reference | Focus of message | CommunicationRequest.subject (Patient) |
priority | token | Message urgency | CommunicationRequest.priority |
recipient | reference | Message recipient | CommunicationRequest.recipient (Device, Patient, Organization, Practitioner, RelatedPerson) |
requester | reference | Requester of communication | CommunicationRequest.requester (Patient, Practitioner, RelatedPerson) |
sender | reference | Message sender | CommunicationRequest.sender (Device, Patient, Organization, Practitioner, RelatedPerson) |
status | token | proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | failed | CommunicationRequest.status |
subject | reference | Focus of message | CommunicationRequest.subject (Patient) |
time | date | When scheduled | CommunicationRequest.scheduledTime |