blaze
blaze copied to clipboard
Implement Bulk Data Export
Bulk data export is useful for exporting all resources (Observations, Conditions, ...) of all patients or a group of patients. The bulk data export creates files in newline-delimited JSON (ndjson) format. Each file contains only resources of one type. That files are a perfect fit for processing them with jq to extract tabular data.
Resources
-
They create a binary resource for each exported ndjson file. External binary storage is available.