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-04-01 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:OperationDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "BgzTransformOperation"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: OperationDefinition BgzTransformOperation</b></p><a name=\"BgzTransformOperation\"> </a><a name=\"hcBgzTransformOperation\"> </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 STU3 source resource or STU3 Bundle to translate.</p>\n</div></td></tr><tr><td>IN</td><td>sourceProfile</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 supported STU3 source profile.</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 supported R4 target profile.</p>\n</div></td></tr><tr><td>IN</td><td>validate</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, validate the translated R4 result before returning.</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 or Bundle.</p>\n</div></td></tr><tr><td>OUT</td><td>targetProfile</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 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><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 when validation is requested.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://translate-ig.cumuluz.dev/ig/OperationDefinition/BgzTransformOperation"^^xsd:anyURI ;
fhir:l <https://translate-ig.cumuluz.dev/ig/OperationDefinition/BgzTransformOperation>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "BgzTransform"] ; #
fhir:title [ fhir:v "BgZ 2017 STU3 to R4 Transform"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:kind [ fhir:v "operation"] ; #
fhir:date [ fhir:v "2026-04-01T20:43:31+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Cumuluz"] ; #
fhir:description [ fhir:v "System-level operation for translating a supported Dutch STU3 source resource or bundle into a supported R4 target profile."] ; #
fhir:affectsState [ fhir:v false] ; #
fhir:code [ fhir:v "transform"] ; #
fhir:system [ fhir:v true] ; #
fhir:type [ fhir:v false] ; #
fhir:instance [ fhir:v false] ; #
fhir:parameter ( [
fhir:name [ fhir:v "source" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The STU3 source resource or STU3 Bundle to translate." ] ;
fhir:type [ fhir:v "Resource" ]
] [
fhir:name [ fhir:v "sourceProfile" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Canonical URL of the supported STU3 source profile." ] ;
fhir:type [ fhir:v "canonical" ]
] [
fhir:name [ fhir:v "targetProfile" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Canonical URL of the supported R4 target profile." ] ;
fhir:type [ fhir:v "canonical" ]
] [
fhir:name [ fhir:v "validate" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "When true, validate the translated R4 result before returning." ] ;
fhir:type [ fhir:v "boolean" ]
] [
fhir:name [ fhir:v "returnLogical" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "When true, include the intermediate logical model as a Binary resource." ] ;
fhir:type [ fhir:v "boolean" ]
] [
fhir:name [ fhir:v "result" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The translated R4 resource or Bundle." ] ;
fhir:type [ fhir:v "Resource" ]
] [
fhir:name [ fhir:v "targetProfile" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Canonical URL of the target profile route used by the translation." ] ;
fhir:type [ fhir:v "canonical" ]
] [
fhir:name [ fhir:v "logical" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The intermediate logical model serialized as FHIR JSON." ] ;
fhir:type [ fhir:v "Binary" ]
] [
fhir:name [ fhir:v "outcome" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Validation output when validation is requested." ] ;
fhir:type [ fhir:v "OperationOutcome" ]
] ) . #
IG © 2026+ Cumuluz. Package org.cumuluz.translate.ig#0.1.0 based on FHIR 4.0.1. Generated 2026-04-01
Links: Table of Contents |
QA Report