Bulk Data Access IG
4.0.0-ballot - STU 4 - Ballot 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-ballot 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 Publish Manifest With Pending Update Chain

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

    
{
  "manifestType": "http://hl7.org/fhir/uv/bulkdata/StructureDefinition/BulkPublishManifest",
  "transactionTime": "2021-01-01T00:00:00Z",
  "updateCadence": "P1D",
  "requiresAccessToken": false,
  "output": [{
      "type": "Organization",
      "url": "https://example.com/output/organization_1.ndjson"
    }],
  "link": [{
      "relation": "next",
      "url": "https://example.com/manifests/provider-directory-update-1.json"
    }]
}