0.0.1 - CI Build

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

: Create Error Example - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "create-error-example",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-07-23T15:22:17.255+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;\">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"
    }
  ]
}