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

FHIR IG analytics

Packagevzvz.fhir.aof
Resource TypeOperationOutcome
IdOperationOutcome-example-operation-outcome-delete-nonexistent-resource.json
FHIR VersionR4B

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

Resource to delete not found

Source1

{
  "resourceType": "OperationOutcome",
  "id": "example-operation-outcome-delete-nonexistent-resource",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "severity": "warning",
      "code": "not-found",
      "details": {
        "coding": [
          {
            "code": "SEARCH_NONE",
            "system": "http://terminology.hl7.org/CodeSystem/operation-outcome"
          }
        ]
      }
    }
  ]
}