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
| Draft as of 2026-07-11 |
{
"resourceType" : "OperationDefinition",
"id" : "R4TransformOperation",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: OperationDefinition R4TransformOperation</b></p><a name=\"R4TransformOperation\"> </a><a name=\"hcR4TransformOperation\"> </a><p>Url: [base]/$transform</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Gebruik</b></td><td><b>Naam</b></td><td><b>Scope</b></td><td><b>Kardinaliteit</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentatie</b></td></tr><tr><td>IN</td><td>source</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/resource.html\">Resource</a></td><td/><td><div><p>The supported R4 source resource to translate.</p>\n</div></td></tr><tr><td>IN</td><td>sourceProfile</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#canonical\">canonical</a></td><td/><td><div><p>Canonical URL of the supported R4 source profile. Defaults to source.meta.profile when omitted.</p>\n</div></td></tr><tr><td>IN</td><td>targetProfile</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#canonical\">canonical</a></td><td/><td><div><p>Canonical URL of the requested R4 target profile.</p>\n</div></td></tr><tr><td>IN</td><td>validationMode</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#code\">code</a></td><td/><td><div><p>Validation behavior for the produced R4 output: enforce, report, or none. Defaults to enforce.</p>\n</div></td></tr><tr><td>IN</td><td>returnLogical</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#boolean\">boolean</a></td><td/><td><div><p>When true, include the intermediate logical model as a Binary resource.</p>\n</div></td></tr><tr><td>OUT</td><td>result</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/resource.html\">Resource</a></td><td/><td><div><p>The translated R4 resource.</p>\n</div></td></tr><tr><td>OUT</td><td>targetProfile</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#canonical\">canonical</a></td><td/><td><div><p>Canonical URL of the R4 target profile route used by the translation.</p>\n</div></td></tr><tr><td>OUT</td><td>translationReport</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>FHIR-shaped translation governance report with mapped, changed, added, and deleted value groups.</p>\n</div></td></tr><tr><td>OUT</td><td>logical</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/binary.html\">Binary</a></td><td/><td><div><p>The intermediate logical model serialized as FHIR JSON.</p>\n</div></td></tr><tr><td>OUT</td><td>outcome</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/operationoutcome.html\">OperationOutcome</a></td><td/><td><div><p>Validation output for enforce and report modes.</p>\n</div></td></tr></table></div>"
},
"url" : "https://fhir.cumuluz.org/OperationDefinition/r4-transform",
"version" : "0.1.0",
"name" : "R4Transform",
"title" : "Supported R4 to R4 Transform",
"status" : "draft",
"kind" : "operation",
"date" : "2026-07-11T10:05:40+02:00",
"publisher" : "Cumuluz",
"description" : "System-level operation for translating a supported R4 source resource into a supported R4 target profile.",
"affectsState" : false,
"code" : "transform",
"system" : true,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "source",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The supported R4 source resource to translate.",
"type" : "Resource"
},
{
"name" : "sourceProfile",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "Canonical URL of the supported R4 source profile. Defaults to source.meta.profile when omitted.",
"type" : "canonical"
},
{
"name" : "targetProfile",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "Canonical URL of the requested R4 target profile.",
"type" : "canonical"
},
{
"name" : "validationMode",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "Validation behavior for the produced R4 output: enforce, report, or none. Defaults to enforce.",
"type" : "code"
},
{
"name" : "returnLogical",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "When true, include the intermediate logical model as a Binary resource.",
"type" : "boolean"
},
{
"name" : "result",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "The translated R4 resource.",
"type" : "Resource"
},
{
"name" : "targetProfile",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "Canonical URL of the R4 target profile route used by the translation.",
"type" : "canonical"
},
{
"name" : "translationReport",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "FHIR-shaped translation governance report with mapped, changed, added, and deleted value groups.",
"type" : "Parameters"
},
{
"name" : "logical",
"use" : "out",
"min" : 0,
"max" : "1",
"documentation" : "The intermediate logical model serialized as FHIR JSON.",
"type" : "Binary"
},
{
"name" : "outcome",
"use" : "out",
"min" : 0,
"max" : "1",
"documentation" : "Validation output for enforce and report modes.",
"type" : "OperationOutcome"
}
]
}