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

Example Binary: Bulk Submit Status Manifest Example

This content is an example of the Bulk Submit Status Manifest Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://hl7.org/fhir/uv/bulkdata/StructureDefinition/BulkSubmitStatusManifest",
  "id": "BulkSubmitStatusManifestExample",
  "submissionId": "a15eea1f-1605-4303-989f-542d3a7962d8",
  "transactionTime": "2025-01-01T00:00:00Z",
  "requiresAccessToken": true,
  "error": [
    {
      "url": "https://example.com/output/import_errors_1.ndjson",
      "manifestUrl": "https://example.com/manifests/3556d214-c6e2-42e6-a7f7-89690f7a40bb_1",
      "countSeverity": [
        {
          "code": "information",
          "count": 0
        },
        {
          "code": "error",
          "count": 100
        }
      ]
    },
    {
      "url": "https://example.com/output/validation_errors_2.ndjson",
      "manifestUrl": "https://example.com/manifests/3556d214-c6e2-42e6-a7f7-89690f7a40bb_2",
      "countSeverity": [
        {
          "code": "information",
          "count": 98
        },
        {
          "code": "error",
          "count": 2
        }
      ]
    }
  ]
}