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

: Supported Dutch STU3 to STU3 Transform - JSON Representation

Draft as of 2026-07-11

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "Stu3TransformOperation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: OperationDefinition Stu3TransformOperation</b></p><a name=\"Stu3TransformOperation\"> </a><a name=\"hcStu3TransformOperation\"> </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 Dutch STU3 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 STU3 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 Dutch STU3 target profile.</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 STU3 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 STU3 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#uri\">uri</a></td><td/><td><div><p>Canonical URL of the STU3 target profile route used by the translation.</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></table></div>"
  },
  "url" : "https://fhir.cumuluz.org/OperationDefinition/stu3-transform",
  "version" : "0.1.0",
  "name" : "Stu3Transform",
  "title" : "Supported Dutch STU3 to STU3 Transform",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2026-07-11T10:05:40+02:00",
  "publisher" : "Cumuluz",
  "description" : "System-level operation for translating a supported Dutch STU3 source resource into a supported Dutch STU3 target profile.",
  "affectsState" : false,
  "code" : "transform",
  "system" : true,
  "type" : false,
  "instance" : false,
  "parameter" : [
    {
      "name" : "source",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The supported Dutch STU3 source resource to translate.",
      "type" : "Resource"
    },
    {
      "name" : "sourceProfile",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Canonical URL of the supported STU3 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 Dutch STU3 target profile.",
      "type" : "canonical"
    },
    {
      "name" : "returnLogical",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "When true, include the intermediate logical model as a STU3 Binary resource.",
      "type" : "boolean"
    },
    {
      "name" : "result",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "The translated STU3 resource.",
      "type" : "Resource"
    },
    {
      "name" : "targetProfile",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "Canonical URL of the STU3 target profile route used by the translation.",
      "type" : "uri"
    },
    {
      "name" : "logical",
      "use" : "out",
      "min" : 0,
      "max" : "1",
      "documentation" : "The intermediate logical model serialized as FHIR JSON.",
      "type" : "Binary"
    }
  ]
}