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: Paged Bulk Publish Manifest

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",
  "requiresAccessToken": false,
  "output": [{
      "type": "Organization",
      "url": "https://example.com/output/organization_1.ndjson"
    }],
  "link": [{
      "relation": "next",
      "url": "https://example.com/manifests/provider-directory-page-2.json"
    }]
}