Bulk Data Access IG
4.0.0 - STU 4 International flag

Bulk Data Access IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bulk-data/ and changes regularly. See the Directory of published versions

: Bulk Submit Status Manifest-Level OperationOutcome Example

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "submit-status-manifest-operationoutcome-example",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome submit-status-manifest-operationoutcome-example</b></p><a name=\"submit-status-manifest-operationoutcome-example\"> </a><a name=\"hcsubmit-status-manifest-operationoutcome-example\"> </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:\">Manifest https://example.com/manifests/3556d214-c6e2-42e6-a7f7-89690f7a40bb_2 successfully imported.</span></td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "information",
      "code" : "informational",
      "details" : {
        "text" : "Manifest https://example.com/manifests/3556d214-c6e2-42e6-a7f7-89690f7a40bb_2 successfully imported."
      }
    }
  ]
}