Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

J#46539 and J#46540 CommunicationRequest Clarifications #3158

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This resource is a record of a request. It does not represent the actual flow of
</p>
<p>
The use of <b>CommunicationRequest</b> excludes requests for referrals and requests for therapy or counseling which would be handled by the <a href="servicerequest.html">ServiceRequest</a> resource.
The performance of a <b>CommunicationRequest</b> may result in a <a href="communication.html">Communication</a> resource.
The fulfillment of a <b>CommunicationRequest</b> may result in a <a href="communication.html">Communication</a> resource.
</p>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<value value="http://www.hl7.org/Special/committees/patientcare/index.cfm"/>
</telecom>
</contact>
<description value="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."/>
<description value="A request to convey information from a sender to a recipient."/>
<fhirVersion value="6.0.0"/>
<mapping>
<identity value="workflow"/>
Expand Down Expand Up @@ -74,8 +74,8 @@
<valueCode value="0,0"/>
</extension>
<path value="CommunicationRequest"/>
<short value="A request for information to be sent to a receiver"/>
<definition value="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."/>
<short value="A request to convey information from a sender to a recipient"/>
<definition value="A request to convey information from a sender to a recipient."/>
<min value="0"/>
<max value="*"/>
<mapping>
Expand Down
Loading