2nd DSTU Draft For Comment

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

5.19.5 Resource Communication - Detailed Descriptions

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.

Control1..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).

Control0..*
TypeIdentifier
Communication.category
Definition

The type of message such as alert, notification, reminder, instruction, etc.

Control0..1
TypeCodeableConcept
Communication.sender
Definition

The entity (e.g., person, organization, clinical information system, or device) which is the source of the communication.

Control0..1
TypeReference(Patient | Practitioner | Device | RelatedPerson | Organization)
Communication.recipient
Definition

The entity (e.g., person, organization, clinical information system, or device) which is the target of the communication.

Control0..*
TypeReference(Patient | Device | RelatedPerson | Practitioner)
Communication.payload
Definition

Text, attachment(s), or resource(s) to be communicated to the recipient.

Control0..*
Communication.payload.content[x]
Definition

An individual message part for multi-part messages.

Control1..1
Typestring|Attachment|Reference(Any)
Communication.medium
Definition

The communication medium, e.g., email, fax.

Control0..*
TypeCodeableConcept
Communication.status
Definition

The status of the transmission.

Control0..1
BindingCommunicationStatus: Required: http://hl7.org/fhir/communication-status (The status of the communication)
Typecode
Is Modifiertrue
Communication.encounter
Definition

The encounter within which the communication was sent.

Control0..1
TypeReference(Encounter)
Communication.sent
Definition

The time when this communication was sent.

Control0..1
TypedateTime
Communication.received
Definition

The time when this communication arrived at the destination.

Control0..1
TypedateTime
Communication.reason
Definition

The reason or justification for the communication.

Control0..*
TypeCodeableConcept
Communication.subject
Definition

The patient who is the focus of this communication.

Control0..1
TypeReference(Patient)