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
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 auto-generated, if needed, by CDS system. Does not need to be the actual ID of the source system. |
Control | 0..* |
Type | Identifier |
CommunicationRequest.category | |
Definition | The type of message such as alert, notification, reminder, instruction, etc. |
Control | 0..1 |
Type | CodeableConcept |
CommunicationRequest.sender | |
Definition | The entity (e.g., person, organization, clinical information system, or device) which is the source of the communication. |
Control | 0..1 |
Type | Reference(Patient | Practitioner | Device | RelatedPerson | Organization) |
CommunicationRequest.recipient | |
Definition | The entity (e.g., person, organization, clinical information system, or device) which is the intended target of the communication. |
Control | 0..* |
Type | Reference(Patient | Device | RelatedPerson | Practitioner) |
CommunicationRequest.payload | |
Definition | Text, attachment(s), or resource(s) to be communicated to the recipient. |
Control | 0..* |
CommunicationRequest.payload.content[x] | |
Definition | An individual message part for multi-part messages. |
Control | 1..1 |
Type | string|Attachment|Reference(Any) |
CommunicationRequest.medium | |
Definition | The communication medium, e.g., email, fax. |
Control | 0..* |
Type | CodeableConcept |
CommunicationRequest.requester | |
Definition | The responsible person who authorizes this order, e.g., physician. This may be different than the author of the order statement, e.g., clerk, who may have entered the statement into the order entry application. |
Control | 0..1 |
Type | Reference(Practitioner | Patient | RelatedPerson) |
CommunicationRequest.status | |
Definition | The status of the proposal or order. |
Control | 0..1 |
Binding | CommunicationRequestStatus: Required: http://hl7.org/fhir/communication-request-status (The status of the communication) |
Type | code |
Is Modifier | true |
CommunicationRequest.encounter | |
Definition | The encounter within which the communication request was created. |
Control | 0..1 |
Type | Reference(Encounter) |
CommunicationRequest.scheduledTime | |
Definition | The time when this communication is to occur. |
Control | 0..1 |
Type | dateTime |
CommunicationRequest.reason | |
Definition | The reason or justification for the communication request. |
Control | 0..* |
Type | CodeableConcept |
CommunicationRequest.orderedOn | |
Definition | The time when the request was made. |
Control | 0..1 |
Type | dateTime |
CommunicationRequest.subject | |
Definition | The patient who is the focus of this communication request. |
Control | 0..1 |
Type | Reference(Patient) |
CommunicationRequest.priority | |
Definition | Characterizes how quickly the proposed act must be initiated. Includes concepts such as stat, urgent, routine. |
Control | 0..1 |
Type | CodeableConcept |