This
page
is
part
of
the
FHIR
Specification
(v1.8.0:
STU
3
Draft).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
Operation Definition
<OperationDefinition xmlns="http://hl7.org/fhir"> <id value="StructureMap-transform"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2>Model Instance Transformation</h2> <p>OPERATION: Model Instance Transformation</p> <div> <p>The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation. If the operation is not called at the instance level, one of the in parameters identifier, context or valueset must be provided. An expanded value set will be returned, or an OperationOutcome with an error message.</p> </div> <p>URL: [base]/StructureMap/$transform</p> <p>URL: [base]/StructureMap/[id]/$transform</p> <p>Parameters</p> <table class="grid"> <tr> <td> <b>Use</b> </td> <td> <b>Name</b> </td> <td> <b>Cardinality</b> </td> <td> <b>Type</b> </td> <td> <b>Binding</b> </td> <td> <b>Documentation</b> </td> </tr> <tr> <td>IN</td> <td>source</td> <td>0..1</td> <td>uri</td> <td/> <td> <div> <p>A logical value set resource uri</p> </div> </td> </tr> <tr> <td>IN</td> <td>content</td> <td>0..1</td> <td>Resource</td> <td/> <td> <div> <p>The logical content to transform</p> </div> </td> </tr> <tr> <td>OUT</td> <td>return</td> <td>1..1</td> <td>Resource</td> <td/> <td> <div> <p>The result of the transform</p> </div> </td> </tr> </table> </div> </text> <url value="http://hl7.org/fhir/OperationDefinition/StructureMap-transform"/> <name value="Model Instance Transformation"/> <status value="draft"/> <kind value="operation"/> <date value="2016-12-06T12:22:34+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation. If the operation is not called at the instance level, one of the in parameters identifier, context or valueset must be provided. An expanded value set will be returned, or an OperationOutcome with an error message."/> <code value="transform"/> <resource value="StructureMap"/> <system value="false"/> <type value="true"/> <instance value="true"/> <parameter> <name value="source"/> <use value="in"/> <min value="0"/> <max value="1"/> <documentation value="A logical value set resource uri"/> <type value="uri"/> </parameter> <parameter> <name value="content"/> <use value="in"/> <min value="0"/> <max value="1"/> <documentation value="The logical content to transform"/> <type value="Resource"/> </parameter> <parameter> <name value="return"/> <use value="out"/> <min value="1"/> <max value="1"/> <documentation value="The result of the transform"/> <type value="Resource"/> </parameter> </ OperationDefinition >
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.