Sequoia Project Healthcare Directory Implementation Guide
0.0.10 - CI Build United States of America flag

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions

: Validate Success Example - JSON Representation

Raw json | Download


{
  "resourceType" : "OperationOutcome",
  "id" : "validate-success-example",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2022-07-30T01:04:14.469+00:00",
    "source" : "#Y6ZQe3bEeolfTdOu"
  },
  "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;\">information</td>\n                    <td>[]</td>\n                    <td>\n                        <pre>No issues detected during validation</pre>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold;\">information</td>\n                    <td>[]</td>\n                    <td>\n                        <pre>No issues detected during validation</pre>\n                    </td>\n                </tr>\n            </table>\n        </div>"
  },
  "issue" : [
    {
      "severity" : "information",
      "code" : "informational",
      "diagnostics" : "No issues detected during validation"
    },
    {
      "severity" : "information",
      "code" : "informational",
      "diagnostics" : "No issues detected during validation"
    }
  ]
}