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 R4 to R4 Transform

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

System-level operation for translating a supported R4 source resource into a supported R4 target profile.

Url: [base]/$transform

Parameters

GebruikNaamScopeKardinaliteitTypeBindingDocumentatie
INsource1..1Resource

The supported R4 source resource to translate.

INsourceProfile0..1canonical

Canonical URL of the supported R4 source profile. Defaults to source.meta.profile when omitted.

INtargetProfile1..1canonical

Canonical URL of the requested R4 target profile.

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.

OUTtargetProfile1..1canonical

Canonical URL of the R4 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.