Secondary Use FHIR Server Implementation Guide
0.1.0 - ci-build

Publish Box goes here

OperationDefinition: Secondary Use Bulk-Shaped Export

Official URL: https://fhir.cumuluz.org/OperationDefinition/secondary-use-export Version: 0.1.0
Draft as of 2026-07-01 Computable Name: SecondaryUseExport

System-level export operation implemented by the mock FHIR server and Bulk privacy adapter. The operation follows the Bulk Data polling and NDJSON shape while adding local prototype query parameters for cohort selection and privacy mode.

Url: [base]/$export

Parameters

GebruikNaamScopeKardinaliteitTypeBindingDocumentatie
IN_type0..1string

Comma-separated output resource types. Defaults to Patient, Condition, AllergyIntolerance, MedicationRequest, MedicationStatement, Observation, Procedure, and Provenance.

INmode0..1code

Adapter-only privacy mode. Supported values are pseudonymized and minimized. Defaults to pseudonymized.

INcondition-code0..*code

SNOMED CT condition code filter. Multiple comma-separated or repeated values are ORed inside this family.

INmedication-code0..*code

SNOMED CT medication code filter over MedicationRequest and MedicationStatement.

INprocedure-code0..*code

SNOMED CT procedure code filter.

INobservation-code0..*code

Observation code filter, for example fecal calprotectin or laboratory observation codes.

INgender0..*code

Patient.gender filter.

INbirthdate0..1date

Exact Patient.birthDate filter. The runtime also accepts birthdate-ge and birthdate-le range parameters.

INdate0..1date

Exact clinical date filter. The runtime also accepts date-ge and date-le range parameters across supported clinical resource date fields.