Da Vinci Clinical Data Exchange (CDex), published by HL7 International / Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ecdx/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<CommunicationRequest xmlns="http://hl7.org/fhir">
<id value="cdex-task-inline-communicationrequest-example1"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString
value="Inline CDex Task Inline Communicationrequest Example 1"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="CommunicationRequest example used to create inline scenarios for this guide."/>
</extension>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: CommunicationRequest</b><a name="cdex-task-inline-communicationrequest-example1"> </a><a name="hccdex-task-inline-communicationrequest-example1"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">ResourceCommunicationRequest "cdex-task-inline-communicationrequest-example1" </p></div><p><b>status</b>: active</p><p><b>category</b>: authorization <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (communication-category#authorization)</span></p><p><b>priority</b>: routine</p><p><b>subject</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&canonical=http://example.org/fhir/Patient/cdex-example-patient">http://example.org/fhir/Patient/cdex-example-patient</a></p><p><b>about</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&canonical=http://example.org/fhir/Claim/cdex-example-claim">http://example.org/fhir/Claim/cdex-example-claim</a></p><h3>Payloads</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Content[x]</b></td></tr><tr><td style="display: none">*</td><td>Gather clinical information on Patient B from referring provider.</td></tr></table><p><b>occurrence</b>: 2020-10-27 09:34:53-0700</p><p><b>authoredOn</b>: 2020-10-27 09:34:53-0700</p><p><b>requester</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&canonical=http://example.org/fhir/Organization/cdex-example-referred-to-provider">http://example.org/fhir/Organization/cdex-example-referred-to-provider</a></p><p><b>recipient</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&canonical=http://example.org/fhir/Organization/cdex-example-referred-to-provider">http://example.org/fhir/Organization/cdex-example-referred-to-provider</a></p><p><b>sender</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&canonical=http://example.org/fhir/Organization/cdex-example-referring-provider">http://example.org/fhir/Organization/cdex-example-referring-provider</a></p></div>
</text>
<status value="active"/>
<category>
<coding>
<system value="http://example.org/fhir/communication-category"/>
<code value="authorization"/>
</coding>
</category>
<priority value="routine"/>
<subject>
<reference value="http://example.org/fhir/Patient/cdex-example-patient"/>
</subject>
<about>
<reference value="http://example.org/fhir/Claim/cdex-example-claim"/>
</about>
<payload>
<contentString
value="Gather clinical information on Patient B from referring provider."/>
</payload>
<occurrenceDateTime value="2020-10-27T09:34:53-07:00"/>
<authoredOn value="2020-10-27T09:34:53-07:00"/>
<requester>
<reference
value="http://example.org/fhir/Organization/cdex-example-referred-to-provider"/>
</requester>
<recipient>
<reference
value="http://example.org/fhir/Organization/cdex-example-referred-to-provider"/>
</recipient>
<sender>
<reference
value="http://example.org/fhir/Organization/cdex-example-referring-provider"/>
</sender>
</CommunicationRequest>