This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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
An occurrence of information being transmitted. E.g., an alert that was sent to a responsible provider, a public health agency was notified about a reportable condition.
These resources have not yet undergone proper review by PC, CQI, CDS, and OO. At this time, they are to be considered only as draft resource proposals for potential submission.
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. The resource also excludes the types of communications supported by the Alert resource (need to better describe this overlap). Communication of orders and the ensuing responses are described by Order and OrderResponse resources.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Communication | DomainResource | Communication | ||
identifier | 0..* | Identifier | Unique identifier | |
category | 0..1 | CodeableConcept | Message category | |
sender | 0..1 | Patient | Practitioner | Device | RelatedPerson | Organization | Message sender | |
recipient | 0..* | Patient | Device | RelatedPerson | Practitioner | 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 | |
status | M | 0..1 | code | in-progress | completed | suspended | rejected | failed CommunicationStatus (Required) |
encounter | 0..1 | Encounter | Encounter leading to message | |
sent | 0..1 | dateTime | When sent | |
received | 0..1 | dateTime | When received | |
reason | 0..* | CodeableConcept | Indication for message | |
subject | 0..1 | Patient | Focus of message |
UML Diagram
XML Template
<Communication 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(Patient|Practitioner|Device|RelatedPerson| Organization) Message sender --></sender> <recipient><!-- 0..* Reference(Patient|Device|RelatedPerson|Practitioner) 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> <status value="[code]"/><!-- 0..1 in-progress | completed | suspended | rejected | failed --> <encounter><!-- 0..1 Reference(Encounter) Encounter leading to message --></encounter> <sent value="[dateTime]"/><!-- 0..1 When sent --> <received value="[dateTime]"/><!-- 0..1 When received --> <reason><!-- 0..* CodeableConcept Indication for message --></reason> <subject><!-- 0..1 Reference(Patient) Focus of message --></subject> </Communication>
JSON Template
{ "resourceType" : "Communication", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Unique identifier "category" : { CodeableConcept }, // Message category "sender" : { Reference(Patient|Practitioner|Device|RelatedPerson| Organization) }, // Message sender "recipient" : [{ Reference(Patient|Device|RelatedPerson|Practitioner) }], // 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 "status" : "<code>", // in-progress | completed | suspended | rejected | failed "encounter" : { Reference(Encounter) }, // Encounter leading to message "sent" : "<dateTime>", // When sent "received" : "<dateTime>", // When received "reason" : [{ CodeableConcept }], // Indication for message "subject" : { Reference(Patient) } // Focus of message }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Communication | DomainResource | Communication | ||
identifier | 0..* | Identifier | Unique identifier | |
category | 0..1 | CodeableConcept | Message category | |
sender | 0..1 | Patient | Practitioner | Device | RelatedPerson | Organization | Message sender | |
recipient | 0..* | Patient | Device | RelatedPerson | Practitioner | 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 | |
status | M | 0..1 | code | in-progress | completed | suspended | rejected | failed CommunicationStatus (Required) |
encounter | 0..1 | Encounter | Encounter leading to message | |
sent | 0..1 | dateTime | When sent | |
received | 0..1 | dateTime | When received | |
reason | 0..* | CodeableConcept | Indication for message | |
subject | 0..1 | Patient | Focus of message |
XML Template
<Communication 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(Patient|Practitioner|Device|RelatedPerson| Organization) Message sender --></sender> <recipient><!-- 0..* Reference(Patient|Device|RelatedPerson|Practitioner) 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> <status value="[code]"/><!-- 0..1 in-progress | completed | suspended | rejected | failed --> <encounter><!-- 0..1 Reference(Encounter) Encounter leading to message --></encounter> <sent value="[dateTime]"/><!-- 0..1 When sent --> <received value="[dateTime]"/><!-- 0..1 When received --> <reason><!-- 0..* CodeableConcept Indication for message --></reason> <subject><!-- 0..1 Reference(Patient) Focus of message --></subject> </Communication>
JSON Template
{ "resourceType" : "Communication", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Unique identifier "category" : { CodeableConcept }, // Message category "sender" : { Reference(Patient|Practitioner|Device|RelatedPerson| Organization) }, // Message sender "recipient" : [{ Reference(Patient|Device|RelatedPerson|Practitioner) }], // 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 "status" : "<code>", // in-progress | completed | suspended | rejected | failed "encounter" : { Reference(Encounter) }, // Encounter leading to message "sent" : "<dateTime>", // When sent "received" : "<dateTime>", // When received "reason" : [{ CodeableConcept }], // Indication for message "subject" : { Reference(Patient) } // Focus of message }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
Communication.status | The status of the communication | Fixed | http://hl7.org/fhir/communication-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 | Communication.category |
encounter | reference | Encounter leading to message | Communication.encounter (Encounter) |
identifier | token | Unique identifier | Communication.identifier |
medium | token | Communication medium | Communication.medium |
patient | reference | Focus of message | Communication.subject (Patient) |
received | date | When received | Communication.received |
recipient | reference | Message recipient | Communication.recipient (Device, Patient, Practitioner, RelatedPerson) |
sender | reference | Message sender | Communication.sender (Device, Organization, Patient, Practitioner, RelatedPerson) |
sent | date | When sent | Communication.sent |
status | token | in-progress | completed | suspended | rejected | failed | Communication.status |
subject | reference | Focus of message | Communication.subject (Patient) |