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

Detailed Descriptions for the elements in the Communication resource.
| Communication | |
| Definition | 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. |
| Control | 1..1 |
| Communication.identifier | |
| Definition | Identifiers associated with this Communication that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation). |
| Note | This is a business identifer, not a resource identifier (see discussion) |
| Control | 0..* |
| Type | Identifier |
| Communication.category | |
| Definition | The type of message conveyed such as alert, notification, reminder, instruction, etc. |
| Control | 0..1 |
| Type | CodeableConcept |
| Communication.sender | |
| Definition | The entity (e.g., person, organization, clinical information system, or device) which was the source of the communication. |
| Control | 0..1 |
| Type | Reference(Device | Organization | Patient | Practitioner | RelatedPerson) |
| Communication.recipient | |
| Definition | The entity (e.g., person, organization, clinical information system, or device) which was the target of the communication. |
| Control | 0..* |
| Type | Reference(Device | Organization | Patient | Practitioner | RelatedPerson) |
| Communication.payload | |
| Definition | Text, attachment(s), or resource(s) that was communicated to the recipient. |
| Control | 0..* |
| Communication.payload.content[x] | |
| Definition | An individual message part for multi-part messages. |
| Control | 1..1 |
| Type | string|Attachment|Reference(Any) |
| Communication.medium | |
| Definition | The communication medium, e.g., email, fax. |
| Control | 0..* |
| Type | CodeableConcept |
| Communication.status | |
| Definition | The status of the transmission. |
| Control | 0..1 |
| Binding | CommunicationStatus: Required: http://hl7.org/fhir/communication-status (The status of the communication) |
| Type | code |
| Is Modifier | true |
| Communication.encounter | |
| Definition | The encounter within which the communication was sent. |
| Control | 0..1 |
| Type | Reference(Encounter) |
| Communication.sent | |
| Definition | The time when this communication was sent. |
| Control | 0..1 |
| Type | dateTime |
| Communication.received | |
| Definition | The time when this communication arrived at the destination. |
| Control | 0..1 |
| Type | dateTime |
| Communication.reason | |
| Definition | The reason or justification for the communication. |
| Control | 0..* |
| Type | CodeableConcept |
| Communication.subject | |
| Definition | The patient who was the focus of this communication. |
| Control | 0..1 |
| Type | Reference(Patient) |