Cumuluz Translate Implementation Guide
0.1.0 - ci-build

Cumuluz Translate Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

OperationDefinition: Supported Dutch STU3 to R4 Transform

Official URL: https://fhir.cumuluz.org/OperationDefinition/bgz-transform Version: 0.1.0
Draft as of 2026-07-11 Computable Name: Stu3R4Transform

System-level operation for translating a supported Dutch STU3 source resource or bundle into a supported R4 target profile.

Url: [base]/$transform

Parameters

GebruikNaamScopeKardinaliteitTypeBindingDocumentatie
INsource1..1Resource

The STU3 source resource or STU3 Bundle to translate.

INsourceProfile0..1canonical

Canonical URL of the supported STU3 source profile. Single-resource requests should provide it explicitly; bundle entries can carry their own source profile in meta.profile.

INtargetProfile0..1canonical

Canonical URL of the supported R4 target profile. Single-resource requests should provide it explicitly; bundle entries can override it with the translation-target-profile extension on Bundle.entry.request. EPS document requests use bundle-eu-eps as the top-level targetProfile.

INvalidationMode0..1code

Validation behavior for the produced R4 output: enforce, report, or none. Defaults to enforce.

INreturnLogical0..1boolean

When true, include the intermediate logical model as a Binary resource.

OUTresult1..1Resource

The translated R4 resource or Bundle.

OUTtargetProfile0..1canonical

Canonical URL of the target profile route used by the translation.

OUTtranslationReport1..1Parameters

FHIR-shaped translation governance report with mapped, changed, added, and deleted value groups.

OUTlogical0..1Binary

The intermediate logical model serialized as FHIR JSON.

OUToutcome0..1OperationOutcome

Validation output for enforce and report modes.