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

FHIR IG analytics

Packageihe.iti.pdqm
Resource TypeOperationOutcome
IdOperationOutcome-ex-match-warning.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 ex-match-warning

Issues

-SeverityCodeDetails
*WarningIncomplete ResultsThe search operation timed out after reaching the limit.

Source1

{
  "resourceType": "OperationOutcome",
  "id": "ex-match-warning",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "severity": "warning",
      "code": "incomplete",
      "details": {
        "text": "The search operation timed out after reaching the limit."
      }
    }
  ]
}