Janus
0.1.1 - ci-build

Janus - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

OperationDefinition: OD-StructureMapTransform - TTL Representation

Draft as of 2025-10-07

Raw ttl | Download


@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 "OD-StructureMapTransform"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : OperationDefinition OD-StructureMapTransform</b></p><a name=\"OD-StructureMapTransform\"> </a><a name=\"hcOD-StructureMapTransform\"> </a><p>URL : [base]/$$transform</p><p>Input parameters Profile:<a href=\"StructureDefinition-PR-TransformParametersIn.html\">PR_TransformParametersIn</a></p><h3>Paramètres</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Nom</b></td><td><b>Périmètre</b></td><td><b>Cardinalité</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>structureMap</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#url\">url</a></td><td/><td><div><p>The structure map to apply.</p>\n</div></td></tr><tr><td>IN</td><td>input</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>The Parameters with the Binary resource to transform</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>The result of the transform</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fyrstain.com/fhir/R4/janus-ig/OperationDefinition/OD-StructureMapTransform"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "Transform"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "operation"] ; # 
  fhir:date [ fhir:v "2025-10-07T10:35:59+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Fyrstain"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Fyrstain" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://fyrstain.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The transform operation takes input content, applies a structure map transform, and then returns the output which is a Parameters resource."] ; # 
  fhir:code [ fhir:v "transform"] ; # 
  fhir:resource ( [ fhir:v "Parameters"] ) ; # 
  fhir:system [ fhir:v true] ; # 
  fhir:type [ fhir:v false] ; # 
  fhir:instance [ fhir:v false] ; # 
  fhir:inputProfile [
fhir:v "http://fyrstain.com/fhir/R4/janus-ig/StructureDefinition/PR-TransformParametersIn"^^xsd:anyURI ;
fhir:link <http://fyrstain.com/fhir/R4/janus-ig/StructureDefinition/PR-TransformParametersIn>
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "structureMap" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The structure map to apply." ] ;
fhir:type [ fhir:v "url" ]
  ] [
fhir:name [ fhir:v "input" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The Parameters with the Binary resource to transform" ] ;
fhir:type [ fhir:v "Parameters" ]
  ] [
fhir:name [ fhir:v "return" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The result of the transform" ] ;
fhir:type [ fhir:v "Parameters" ]
  ] ) . #