Da Vinci Postable Remittance
1.0.0 - STU 1 United States of America flag

This page is part of the DaVinci Postable Remittance FHIR Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: ExampleNoRemittancesFound - XML Representation

Page standards status: Informative

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="ExampleNoRemittancesFound"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationOutcome ExampleNoRemittancesFound</b></p><a name="ExampleNoRemittancesFound"> </a><a name="hcExampleNoRemittancesFound"> </a><a name="ExampleNoRemittancesFound-en-US"> </a><h3>Issues</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td style="display: none">*</td><td>Warning</td><td>Not Found</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/operation-outcome SEARCH_NONE}">Error: no processable search found for %s search parameters &quot;%s&quot;</span></td><td>No remittances found for the given search parameters.</td></tr></table></div>
  </text>
  <issue>
    <severity value="warning"/>
    <code value="not-found"/>
    <details>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/operation-outcome"/>
        <code value="SEARCH_NONE"/>
      </coding>
    </details>
    <diagnostics
                 value="No remittances found for the given search parameters."/>
  </issue>
</OperationOutcome>