Sequoia Project Healthcare Directory Implementation Guide
1.0.5 - Release 1 United States of America flag

: Delete Error Example - JSON Representation

Raw json | Download


{
  "resourceType" : "OperationOutcome",
  "id" : "delete-error-example",
  "meta" : {
    "versionId" : "7",
    "lastUpdated" : "2023-06-29T14:54:21.786Z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h1>Operation Outcome</h1>\n            <table border=\"0\">\n                <tr>\n                    <td style=\"font-weight: bold;\">error</td>\n                    <td>[]</td>\n                    <td>\n                        <pre>#Error issue here</pre>\n                    </td>\n                </tr>\n            </table>\n        </div>"
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "processing",
      "diagnostics" : "Error issue here"
    }
  ]
}