Bulk Data Access IG
4.0.0-ballot - STU 4 Ballot International flag

This page is part of the FHIR Bulk Data Access (Flat FHIR) (v4.0.0-ballot: STU 4 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 3.0.0. For a full list of available versions, 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

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