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 - JSON Representation

Draft as of 2025-10-07

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "OD-StructureMapTransform",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "http://fyrstain.com/fhir/R4/janus-ig/OperationDefinition/OD-StructureMapTransform",
  "version" : "0.1.1",
  "name" : "Transform",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2025-10-07T10:35:59+02:00",
  "publisher" : "Fyrstain",
  "contact" : [
    {
      "name" : "Fyrstain",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://fyrstain.com"
        }
      ]
    }
  ],
  "description" : "The transform operation takes input content, applies a structure map transform, and then returns the output which is a Parameters resource.",
  "code" : "transform",
  "resource" : [
    "Parameters"
  ],
  "system" : true,
  "type" : false,
  "instance" : false,
  "inputProfile" : "http://fyrstain.com/fhir/R4/janus-ig/StructureDefinition/PR-TransformParametersIn",
  "parameter" : [
    {
      "name" : "structureMap",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The structure map to apply.",
      "type" : "url"
    },
    {
      "name" : "input",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The Parameters with the Binary resource to transform",
      "type" : "Parameters"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "The result of the transform",
      "type" : "Parameters"
    }
  ]
}