FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-pr
Resource TypeOperationOutcome
IdOperationOutcome-ExampleNoRemittancesFound.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationOutcome ExampleNoRemittancesFound

Issues

-SeverityCodeDetailsDiagnostics
*WarningNot FoundError: no processable search found for %s search parameters "%s"No remittances found for the given search parameters.

Source1

{
  "resourceType": "OperationOutcome",
  "id": "ExampleNoRemittancesFound",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}