This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Patient Care ![]() | Maturity Level: 2 | Trial Use | Security Category: Patient | Compartments: Device, Encounter, Group, Patient, Practitioner, RelatedPerson |
A request to convey information from a sender to a recipient.
CommunicationRequest is one of the request resources in the FHIR workflow specification.
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 requester requests the sender to send the payload to the recipient. 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 and requests for therapy or counseling which would be handled by the ServiceRequest resource. The fulfillment of a CommunicationRequest may result in a Communication resource.
The CommunicationRequest resource represents an authorization for a service to be provided. Details about the fulfillment of the authorization are handled by the Task resource. For further information about this separation of responsibilities, refer to the Fulfillment/Execution section of the Request pattern.
Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis
Path | ValueSet | Type | Documentation |
---|---|---|---|
CommunicationRequest.status | RequestStatus | Required | Codes identifying the lifecycle stage of a request. |
CommunicationRequest.statusReason | CommunicationRequestStatusReason | Example | Example codes indicating the reason why a CommunicationRequest is on hold or revoked. Note that these are in no way complete and might not even be appropriate for some uses. |
CommunicationRequest.intent | RequestIntent | Required | Codes indicating the degree of authority/intentionality associated with a request. |
CommunicationRequest.category | CommunicationCategory | Example | Codes for general categories of communications such as alerts, instructions, etc. |
CommunicationRequest.priority | RequestPriority | Required | Identifies the level of importance to be assigned to actioning the request. |
CommunicationRequest.medium | ParticipationMode ![]() |
Example | Identifies the primary means by which an Entity participates in an Act. |
CommunicationRequest.reason | ActReason ![]() |
Example | A set of codes specifying the motivation, cause, or rationale of an Act, when such rationale is not reasonably represented as an ActRelationship of type "has reason" linking to another Act. Examples: Example reasons that might qualify for being coded in this field might be: "routine requirement", "infectious disease reporting requirement", "on patient request", "required by law". |
Notes to reviewers:
At this time, the code bindings are placeholders to be fleshed out upon further review by the community.
CommunicationRequest.sender allows Device | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson | HealthcareService and CommunicationRequest.recipient allows Device | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson | Group | CareTeam | HealthcareService - but it is not unusual to have a communication target - even a defined one - where it is unknown what kind of role the person is playing.
If the communication request is to or from an individual, whose role is not known (practitioner, patient or related person), - for example, only email address is captured in the system; then RelatedPerson should be used by default.
Search parameters for this resource. See also the full list of search parameters for this resource, and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
about | reference | Resources that pertain to this communication request | CommunicationRequest.about (Any) |
|
authored | date | When request transitioned to being actionable | CommunicationRequest.authoredOn | |
based-on | reference | Fulfills plan or proposal | CommunicationRequest.basedOn (Any) |
|
category | token | Message category | CommunicationRequest.category | |
encounter | reference | The Encounter during which this CommunicationRequest was created | CommunicationRequest.encounter (Encounter) |
29 Resources |
group-identifier | token | Composite request this is part of | CommunicationRequest.groupIdentifier | |
identifier | token | Unique identifier | CommunicationRequest.identifier | 65 Resources |
information-provider | reference | Who should share the information | CommunicationRequest.informationProvider (Practitioner, Group, Organization, Endpoint, Device, Patient, HealthcareService, PractitionerRole, RelatedPerson) |
|
medium | token | A channel of communication | CommunicationRequest.medium | |
occurrence | date | When scheduled | CommunicationRequest.occurrence.ofType(dateTime) | CommunicationRequest.occurrence.ofType(Period) | |
patient | reference | Focus of message | CommunicationRequest.subject.where(resolve() is Patient) (Patient) |
65 Resources |
priority | token | routine | urgent | asap | stat | CommunicationRequest.priority | |
recipient | reference | Who to share the information with | CommunicationRequest.recipient (Practitioner, Group, Organization, CareTeam, Endpoint, Device, Patient, HealthcareService, PractitionerRole, RelatedPerson) |
|
replaces | reference | Request(s) replaced by this request | CommunicationRequest.replaces (CommunicationRequest) |
|
requester | reference | Who asks for the information to be shared | CommunicationRequest.requester (Practitioner, Group, Organization, Device, Patient, PractitionerRole, RelatedPerson) |
|
status | token | draft | active | on-hold | revoked | completed | entered-in-error | unknown | CommunicationRequest.status | |
subject | reference | Focus of message | CommunicationRequest.subject (Group, Patient) |