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 Publish Manifest After First Incremental Update

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

    
{
  "resourceType": "http://hl7.org/fhir/uv/bulkdata/StructureDefinition/BulkPublishManifest",
  "id": "BulkPublishManifestIncrementalUpdateExample",
  "manifestType": "http://hl7.org/fhir/uv/bulkdata/OperationDefinition/bulk-publish",
  "epochStartTime": "2021-01-01T00:00:00Z",
  "updateCadence": "PT1H",
  "transactionTime": "2021-01-01T01:00:00Z",
  "requiresAccessToken": false,
  "output": [
    {
      "type": "Organization",
      "url": "https://example.com/output/organization_1.ndjson"
    },
    {
      "type": "Organization",
      "url": "https://example.com/output/organization_2.ndjson"
    },
    {
      "type": "Organization",
      "url": "https://example.com/output/organization_3.ndjson"
    }
  ],
  "deleted": [
    {
      "url": "https://example.com/output/deleted_org_1.ndjson"
    }
  ]
}