Da Vinci - Payer Coverage Decision Exchange (PCDE)
1.0.0 - STU 1 United States of America flag

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

: PCDE Coverage Transition Failed Task Search Example - XML Representation

Raw xml | Download



<Task xmlns="http://hl7.org/fhir">
<!--  Note: the id of this instance is different for publication reasons, but in practice, the id would be the same for all versions of the Task  -->
  <id value="failed"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2019-07-21T11:01:00+05:00"/>
  </meta>
  <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 "failed" Version "1" Updated "2019-07-21 11:01:00+0500" </p></div><p><b>status</b>: failed</p><p><b>statusReason</b>: Consent prohibits sharing <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></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="failed"/>
  <statusReason>
    <text value="Consent prohibits sharing"/>
  </statusReason>
  <intent value="order"/>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp"/>
      <code value="data-request"/>
    </coding>
  </code>
  <for>
    <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>
    <type value="Organization"/>
    <display value="New Insurance Co Inc."/>
  </requester>
  <owner>
    <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>