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

: Delete Success Example 2 - JSON Representation

Raw json | Download


{
  "resourceType" : "OperationOutcome",
  "id" : "delete-success-example2",
  "meta" : {
    "versionId" : "7",
    "lastUpdated" : "2023-06-29T14:54:21.435Z"
  },
  "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;\">success</td>\n                    <td>[]</td>\n                    <td>\n                        <pre>Organization with id:7.7.7.7 is deleted successfully.</pre>\n                    </td>\n                </tr>\n            </table>\n        </div>"
  },
  "issue" : [
    {
      "severity" : "information",
      "code" : "processing",
      "diagnostics" : "Organization with id:7.7.7.7 is deleted successfully."
    }
  ]
}