Universal API Implementation Guide
1.1.20 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: External - Resource Example: OperationOutcome  - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "30eec1b3-d067-40ee-8af5-9e7c37130b14",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome 30eec1b3-d067-40ee-8af5-9e7c37130b14</b></p><a name=\"30eec1b3-d067-40ee-8af5-9e7c37130b14\"> </a><a name=\"hc30eec1b3-d067-40ee-8af5-9e7c37130b14\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td></tr><tr><td style=\"display: none\">*</td><td>Information</td><td>Informational Note</td><td><span title=\"Codes:\">All Ok</span></td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "information",
      "code" : "informational",
      "details" : {
        "text" : "All Ok"
      }
    }
  ]
}