0.0.1 - CI Build

SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 - Local Development build (v0.0.1). See the Directory of published versions

: Delete Success Example - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "delete-success-example",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-07-23T15:22:15.873+00:00"
  },
  "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:#{params[:_id]} is deleted success fully.</pre>\n                    </td>\n                </tr>\n            </table>\n        </div>"
  },
  "issue" : [
    {
      "severity" : "information",
      "code" : "processing",
      "diagnostics" : "Organization with id:#{params[:_id]} is deleted successfully."
    }
  ]
}