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 Data Manifest Example Organized By Patient

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

    
{
  "manifestType": "http://hl7.org/fhir/uv/bulkdata/StructureDefinition/BulkDataManifest",
  "transactionTime": "2021-01-01T00:00:00Z",
  "requiresAccessToken": true,
  "outputOrganizedBy": "Patient",
  "output": [{
      "url": "https://example.org/output/file_1.ndjson"
    },{
      "url": "https://example.org/output/file_2.ndjson",
      "continuesInFile": "https://example.org/output/file_3.ndjson"
    },{
      "url": "https://example.org/output/file_3.ndjson"
    }],
  "deleted": [{
      "url": "https://example.org/output/del_file_1.ndjson"
    }],
  "outcome": [{
      "url": "https://example.org/output/err_file_1.ndjson"
    }],
  "extension": [{
      "url": "http://example.org/fhir/StructureDefinition/includes-telehealth-patients",
      "valueBoolean": true
    }],
  "link": [{
      "relation": "next",
      "url": "https://example.org/output/manifest-2.json"
    }]
}