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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeOperationOutcome
Idoperationoutcome-example-4.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationOutcome",
  "meta": {
    "tag": [
      {
        "display": "OperationOutcome with a system error"
      },
      {
        "display": "OperationOutcome with a system error without error code"
      },
      {
        "display": "operationoutcome-example-4"
      }
    ]
  },
  "issue": [
    {
      "severity": "error",
      "code": "processing",
      "diagnostics": "Failed to parse request body as JSON resource. Error was: Unknown element 'valueCode' found during parse"
    }
  ]
}