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
| Official URL: https://translate-ig.cumuluz.dev/ig/OperationDefinition/BgzTransformOperation | Version: 0.1.0 | |||
| Draft as of 2026-04-01 | Computable Name: BgzTransform | |||
System-level operation for translating a supported Dutch STU3 source resource or bundle into a supported R4 target profile.
Url: [base]/$transform
| Gebruik | Naam | Scope | Kardinaliteit | Type | Binding | Documentatie |
| IN | source | 1..1 | Resource | The STU3 source resource or STU3 Bundle to translate. | ||
| IN | sourceProfile | 1..1 | canonical | Canonical URL of the supported STU3 source profile. | ||
| IN | targetProfile | 1..1 | canonical | Canonical URL of the supported R4 target profile. | ||
| IN | validate | 0..1 | boolean | When true, validate the translated R4 result before returning. | ||
| IN | returnLogical | 0..1 | boolean | When true, include the intermediate logical model as a Binary resource. | ||
| OUT | result | 1..1 | Resource | The translated R4 resource or Bundle. | ||
| OUT | targetProfile | 0..1 | canonical | Canonical URL of the target profile route used by the translation. | ||
| OUT | logical | 0..1 | Binary | The intermediate logical model serialized as FHIR JSON. | ||
| OUT | outcome | 0..1 | OperationOutcome | Validation output when validation is requested. |