Foundation
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
|
|
Standards Status : Informative |
|
Mappings:
FiveWs
Pattern
Mapping
Raw
ShEx
Mappings
for
the
molecularsequence
resource
(see
Mappings
to
Other
Standards
ShEx
statement
for
further
information
&
status).
communicationrequest
PREFIX fhir: <http://hl7.org/fhir/>
PREFIX fhirvs: <http://hl7.org/fhir/ValueSet/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
# ShEx Version 2.2
IMPORT <Code.shex>
IMPORT <Group.shex>
IMPORT <Period.shex>
IMPORT <Device.shex>
IMPORT <Boolean.shex>
IMPORT <Patient.shex>
IMPORT <DateTime.shex>
IMPORT <Resource.shex>
IMPORT <CareTeam.shex>
IMPORT <Endpoint.shex>
IMPORT <Reference.shex>
IMPORT <Encounter.shex>
IMPORT <Identifier.shex>
IMPORT <Annotation.shex>
IMPORT <Attachment.shex>
IMPORT <Organization.shex>
IMPORT <Practitioner.shex>
IMPORT <RelatedPerson.shex>
IMPORT <DomainResource.shex>
IMPORT <CodeableConcept.shex>
IMPORT <BackboneElement.shex>
IMPORT <PractitionerRole.shex>
IMPORT <CodeableReference.shex>
IMPORT <HealthcareService.shex>
start=@<CommunicationRequest> AND {fhir:nodeRole [fhir:treeRoot]}
# A request to convey information from a sender to a recipient
<CommunicationRequest> EXTENDS @<DomainResource> CLOSED {
a [fhir:CommunicationRequest]?;fhir:nodeRole [fhir:treeRoot]?;
MolecularSequence
fhir:identifier @<OneOrMore_Identifier>?; # Unique identifier
fhir:basedOn @<OneOrMore_Reference_Resource>?; # Fulfills plan or proposal
fhir:replaces @<OneOrMore_Reference_CommunicationRequest>?; # Request(s) replaced by this request
fhir:groupIdentifier @<Identifier>?; # Composite request this is part of
fhir:status @<Code> AND
{fhir:v @fhirvs:request-status}; # draft | active | on-hold |
# entered-in-error | ended |
# completed | revoked | unknown
fhir:statusReason @<CodeableConcept>?; # Reason for current status
fhir:intent @<Code> AND
{fhir:v @fhirvs:request-intent}; # proposal | solicit-offer |
# offer-response | plan | directive
# | order | original-order |
# reflex-order | filler-order |
# instance-order | option
fhir:category @<OneOrMore_CodeableConcept>?; # Message category
fhir:priority @<Code> AND
{fhir:v @fhirvs:request-priority}?; # routine | urgent | asap | stat
fhir:doNotPerform @<Boolean>?; # True if request is prohibiting
# action
fhir:medium @<OneOrMore_CodeableConcept>?; # A channel of communication
fhir:subject @<Reference> AND {fhir:l
@<Group> OR
@<Patient> ? }?; # Focus of message
fhir:about @<OneOrMore_Reference_Resource>?; # Resources that pertain to this
# communication request
fhir:encounter @<Reference> AND {fhir:l
@<Encounter> ? }?; # The Encounter during which this
# CommunicationRequest was created
fhir:payload @<OneOrMore_CommunicationRequest.payload>?; # Message payload
fhir:occurrence @<DateTime> OR
@<Period> ?; # When scheduled
fhir:authoredOn @<DateTime>?; # When request transitioned to being
# actionable
fhir:requester @<Reference> AND {fhir:l
@<Device> OR
@<Group> OR
@<Organization> OR
@<Patient> OR
@<Practitioner> OR
@<PractitionerRole> OR
@<RelatedPerson> ? }?; # Who asks for the information to be
# shared
fhir:recipient @<OneOrMore_Reference_CareTeam_OR_Device_OR_Endpoint_OR_Group_OR_HealthcareService_OR_Organization_OR_Patient_OR_Practitioner_OR_PractitionerRole_OR_RelatedPerson>?; # Who to share the information with
fhir:informationProvider @<OneOrMore_Reference_Device_OR_Endpoint_OR_Group_OR_HealthcareService_OR_Organization_OR_Patient_OR_Practitioner_OR_PractitionerRole_OR_RelatedPerson>?; # Who should share the information
fhir:reason @<OneOrMore_CodeableReference>?; # Why is communication needed?
fhir:note @<OneOrMore_Annotation>?; # Comments made about communication
# request
}
# Message payload
<CommunicationRequest.payload> EXTENDS @<BackboneElement> CLOSED {
fhir:content @<Attachment> OR
(@<Reference> AND {fhir:l @<Resource> }) OR
@<CodeableConcept> ; # Message part content
}
#---------------------- Cardinality Types (OneOrMore) -------------------
<OneOrMore_Identifier> CLOSED {
rdf:first @<Identifier> ;
rdf:rest [rdf:nil] OR @<OneOrMore_Identifier>
}
<OneOrMore_Reference_Resource> CLOSED {
rdf:first @<Reference> AND {fhir:l
@<Resource> } ;
rdf:rest [rdf:nil] OR @<OneOrMore_Reference_Resource>
}
<OneOrMore_Reference_CommunicationRequest> CLOSED {
rdf:first @<Reference> AND {fhir:l
@<CommunicationRequest> } ;
rdf:rest [rdf:nil] OR @<OneOrMore_Reference_CommunicationRequest>
}
<OneOrMore_CodeableConcept> CLOSED {
rdf:first @<CodeableConcept> ;
rdf:rest [rdf:nil] OR @<OneOrMore_CodeableConcept>
}
<OneOrMore_CommunicationRequest.payload> CLOSED {
rdf:first @<CommunicationRequest.payload> ;
rdf:rest [rdf:nil] OR @<OneOrMore_CommunicationRequest.payload>
}
<OneOrMore_Reference_CareTeam_OR_Device_OR_Endpoint_OR_Group_OR_HealthcareService_OR_Organization_OR_Patient_OR_Practitioner_OR_PractitionerRole_OR_RelatedPerson> CLOSED {
rdf:first @<Reference> AND {fhir:l
@<CareTeam> OR
@<Device> OR
@<Endpoint> OR
@<Group> OR
@<HealthcareService> OR
@<Organization> OR
@<Patient> OR
@<Practitioner> OR
@<PractitionerRole> OR
@<RelatedPerson> } ;
rdf:rest [rdf:nil] OR @<OneOrMore_Reference_CareTeam_OR_Device_OR_Endpoint_OR_Group_OR_HealthcareService_OR_Organization_OR_Patient_OR_Practitioner_OR_PractitionerRole_OR_RelatedPerson>
}
<OneOrMore_Reference_Device_OR_Endpoint_OR_Group_OR_HealthcareService_OR_Organization_OR_Patient_OR_Practitioner_OR_PractitionerRole_OR_RelatedPerson> CLOSED {
rdf:first @<Reference> AND {fhir:l
@<Device> OR
@<Endpoint> OR
@<Group> OR
@<HealthcareService> OR
@<Organization> OR
@<Patient> OR
@<Practitioner> OR
@<PractitionerRole> OR
@<RelatedPerson> } ;
rdf:rest [rdf:nil] OR @<OneOrMore_Reference_Device_OR_Endpoint_OR_Group_OR_HealthcareService_OR_Organization_OR_Patient_OR_Practitioner_OR_PractitionerRole_OR_RelatedPerson>
}
<OneOrMore_CodeableReference> CLOSED {
rdf:first @<CodeableReference> ;
rdf:rest [rdf:nil] OR @<OneOrMore_CodeableReference>
}
<OneOrMore_Annotation> CLOSED {
rdf:first @<Annotation> ;
rdf:rest [rdf:nil] OR @<OneOrMore_Annotation>
}
#---------------------- Value Sets ------------------------
# Codes indicating the degree of authority/intentionality associated with a request.
fhirvs:request-intent ["proposal" "solicit-offer" "offer-response" "plan" "directive" "order" "original-order" "reflex-order" "filler-order" "instance-order" "option"]
identifier
# Identifies the level of importance to be assigned to actioning the request.
fhirvs:request-priority ["routine" "urgent" "asap" "stat"]
FiveWs.identifier
# Codes identifying the lifecycle stage of a request.
fhirvs:request-status ["draft" "active" "on-hold" "entered-in-error" "ended" "completed" "revoked" "unknown"]
Usage note: every effort has been made to ensure that the ShEx files are correct and useful, but they are not a normative part of the specification.
®©
FHIR
®©
HL7.org
2011+.
FHIR
Release
4
(Technical
Correction
#1)
(v4.0.1)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Fri,
Nov
1,
2019
09:36+1100.
QA
Page
Wed,
Dec
17,
2025
09:53+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change