Da Vinci - Payer Coverage Decision Exchange (PCDE), published by HL7 International - Financial Management Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/davinci-pcde/ and changes regularly. See the Directory of published versions
<Task xmlns="http://hl7.org/fhir">
<!-- Note: The id is present for publication reasons, but on an actual create, it would be omitted -->
<id value="requested"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Task</b></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">Resource Task "requested" </p></div><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>code</b>: data request task <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/us/davinci-hrex/2020Sep/CodeSystem-hrex-temp.html">HRex Temporary Code System</a>#data-request)</span></p><p><b>for</b>: <span></span></p><p><b>authoredOn</b>: 2020-07-30 08:07:15-0600</p><p><b>requester</b>: <span>: New Insurance Co Inc.</span></p><p><b>owner</b>: <span>: Original Insurance Co Inc.</span></p><h3>Inputs</h3><table class="grid"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>data code input <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/us/davinci-hrex/2020Sep/CodeSystem-hrex-temp.html">HRex Temporary Code System</a>#data-code)</span></td><td>Coverage Transition Document <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-PCDEtempCodes.html">PCDE Temporary Codes</a>#pcde)</span></td></tr></table></div>
</text>
<status value="requested"/>
<intent value="order"/>
<code>
<coding>
<system value="http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp"/>
<code value="data-request"/>
</coding>
</code>
<for>
<type value="Patient"/>
<identifier>
<system
value="http://originalinsuranceinc.com/fhir/NamingSystem/client-ids"/>
<value value="444222222"/>
</identifier>
</for>
<authoredOn value="2020-07-30T20:07:15-06:00"/>
<requester>
<!-- Todo: Need to determine identification convention for payer organizations -->
<type value="Organization"/>
<display value="New Insurance Co Inc."/>
</requester>
<owner>
<!-- Todo: Need to determine identification convention for payer organizations -->
<type value="Organization"/>
<display value="Original Insurance Co Inc."/>
</owner>
<input>
<type>
<coding>
<system value="http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp"/>
<code value="data-code"/>
</coding>
</type>
<valueCodeableConcept>
<coding>
<system
value="http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDEtempCodes"/>
<code value="pcde"/>
<display value="Coverage Transition Document"/>
</coding>
</valueCodeableConcept>
</input>
</Task>