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 in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: ExampleNoRemittancesFound - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "ExampleNoRemittancesFound",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "issue" : [
    {
      "severity" : "warning",
      "code" : "not-found",
      "details" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/operation-outcome",
            "code" : "SEARCH_NONE"
          }
        ]
      },
      "diagnostics" : "No remittances found for the given search parameters."
    }
  ]
}