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 By Resource Type

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,
  "output": [{
      "type": "Patient",
      "url": "https://example.org/output/patient_file_1.ndjson"
    },{
      "type": "Observation",
      "url": "https://example.org/output/observation_file_1.ndjson"
    },{
      "type": "Observation",
      "url": "https://example.org/output/observation_file_2.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
    }]
}