This
page
is
part
of
the
FHIR
Specification
(v1.0.2:
DSTU
(v3.0.2:
STU
2).
3).
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
R3
R2
Patient
Care
Work
Group
| Maturity Level : 2 | Trial Use | Compartments : Device , Encounter , Patient , Practitioner , RelatedPerson |
Detailed Descriptions for the elements in the CommunicationRequest resource.
| CommunicationRequest | |
| Definition |
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. |
| Control | 1..1 |
| CommunicationRequest.identifier | |
| Definition |
A unique ID of this request for reference purposes. It must be provided if user wants it returned as part of any output, otherwise it will be autogenerated, if needed, by CDS system. Does not need to be the actual ID of the source system. |
| Note | This is a business identifer, not a resource identifier (see discussion ) |
| Control | 0..* |
| Type | Identifier |
| Summary | true |
|
|
|
| Definition |
|
| Control |
|
|
|
|
| Requirements |
Allows tracing of authorization for the request and tracking whether proposals/recommendations were acted upon. |
| Alternate Names | fulfills |
| Summary | true |
|
|
|
| Definition |
|
| Control |
|
| Type |
Reference
(
|
| Requirements | Allows tracing the continuation of a therapy or administrative process instantiated through multiple requests. |
| Alternate Names | supersedes; prior |
| Summary | true |
| Comments | The replacement could be because the initial request was immediately rejected (due to an issue) or because the previous request was completed, but the need for the action described by the request remains ongoing. |
|
|
|
| Definition |
|
| Control |
|
| Type |
|
| Alternate Names | grouperId |
| Summary | true |
| Comments | Requests are linked either by a "basedOn" relationship (i.e. one request is fulfilling another) or by having a common requisition. Requests that are part of the same requisition are generally treated independently from the perspective of changing their state or maintaining them after initial creation. |
|
|
|
| Definition |
|
| Control |
|
| Terminology Binding | RequestStatus ( Required ) |
| Type | code |
| Is Modifier | true |
| Summary | true |
| Comments | This element is labeled as a modifier because the status contains the codes cancelled and entered-in-error that mark the request as not currently valid. |
|
|
|
| Definition |
The
|
| Control |
|
| Terminology Binding | CommunicationCategory ( Example ) |
| Type |
|
| Comments | There may be multiple axes of categorization and one communication request may serve multiple purposes. |
|
| |
| Definition | Characterizes how quickly the proposed act must be initiated. Includes concepts such as stat, urgent, routine. |
| Control | 0..1 |
| Terminology Binding |
RequestPriority
(
|
|
|
|
| Meaning if Missing | If missing, this task should be performed with normal priority |
| Summary | true |
| CommunicationRequest.medium | |
| Definition |
A channel that was used for this communication (e.g. email, fax). |
| Control | 0..* |
| Terminology Binding |
v3
Code
System
|
| Type | CodeableConcept |
| CommunicationRequest.subject | |
| Definition |
The patient or group that is the focus of this communication request. |
| Control |
|
| Type | Reference ( Patient | Group ) |
| Alternate Names | patient |
|
|
|
| Definition |
The
|
| Control |
|
| Type |
Reference
(
|
| CommunicationRequest.topic | |
| Definition |
The resources which were related to producing this communication request. |
| Control |
|
| Type | Reference ( Any ) |
|
|
|
| Definition |
The
|
| Control | 0..1 |
|
|
|
| Alternate Names | encounter |
|
|
true |
| CommunicationRequest.payload | |
|
|
Text, attachment(s), or resource(s) to be communicated to the recipient. |
|
|
|
|
|
|
| Definition |
The
|
| Control |
|
| Type |
string
|
Attachment
|
Reference
(
|
|
|
|
|
|
|
| Definition |
The time when this communication is to occur. |
| Control | 0..1 |
| Type | dateTime | Period |
| [x] Note | See Choice of Data Types for further information about how to use [x] |
| Alternate Names | timing |
| Summary | true |
|
|
|
| Definition |
|
| Control |
|
|
|
|
| Alternate Names | createdOn |
| Summary | true |
| CommunicationRequest.sender | |
| Definition |
The
entity
(e.g.
person,
organization,
clinical
information
system,
or
device)
which
is
to
be
the
|
| Control | 0..1 |
| Type |
|
| CommunicationRequest.requester | |
| Definition |
The individual who initiated the request and has responsibility for its activation. |
| Control | 0..1 |
| Alternate Names | author |
| Summary | true |
| Invariants |
Defined
on
this
element
cmr-1 : onBehalfOf can only be specified if agent is practitioner or device ( expression :
(agent.resolve()
is
Practitioner)
or
(agent.resolve()
is
Device)
or
onBehalfOf.exists().not(),
xpath:
contains(f:agent/f:reference/@value,
'/Practitioner/')
or
contains(f:agent/f:reference/@value,
'/Device/')
or
not(exists(f:onBehalfOf)))
|
|
|
|
| Definition |
The
|
| Control |
|
| Type |
|
| Summary | true |
|
|
|
| Definition |
The
|
| Control | 0..1 |
| Type |
Reference
(
|
| Requirements | Practitioners and Devices can be associated with multiple organizations. This element indicates which organization they were acting on behalf of when authoring the request. |
| Summary | true |
| Invariants |
Affect
this
element
cmr-1 : onBehalfOf can only be specified if agent is practitioner or device ( expression :
(agent.resolve()
is
Practitioner)
or
(agent.resolve()
is
Device)
or
onBehalfOf.exists().not(),
xpath:
contains(f:agent/f:reference/@value,
'/Practitioner/')
or
contains(f:agent/f:reference/@value,
'/Device/')
or
not(exists(f:onBehalfOf)))
|
|
|
|
| Definition |
|
| Control |
|
| Terminology Binding |
|
| Type | CodeableConcept |
| Summary | true |
| Comments | Textual reasons can be caprued using reasonCode.text. |
| CommunicationRequest.reasonReference | |
| Definition | Indicates another resource whose existence justifies this request. |
| Control | 0..* |
| Type | Reference ( Condition | Observation ) |
| Summary | true |
| CommunicationRequest.note | |
| Definition | Comments made about the request by the requester, sender, recipient, subject or other participants. |
| Control | 0..* |
| Type | Annotation |