FHIR Cross-Version Mapping Pack
0.1.0 - Ballot for Release 5.1.0 International flag

FHIR Cross-Version Mapping Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-cross-version/ and changes regularly. See the Directory of published versions

: Binary Transforms: R3 to R2 - XML Representation

Page standards status: Draft Maturity Level: 1

Raw xml | Download



<StructureMap xmlns="http://hl7.org/fhir">
  <id value="Binary3to2"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><pre class="fml">
<span style="color: #cc00cc">/// <b>url</b> = </span><span style="color: blue">'http://hl7.org/fhir/StructureMap/Binary3to2'</span>
<span style="color: #cc00cc">/// <b>name</b> = </span><span style="color: blue">'Binary3to2'</span>
<span style="color: #cc00cc">/// <b>title</b> = </span><span style="color: blue">'Binary Transforms: R3 to R2'</span>
<span style="color: #cc00cc">/// <b>status</b> = </span><span style="color: blue">'active'</span>

<b>uses</b><span style="color: navy"> &quot;</span>http://hl7.org/fhir/3.0/Binary<span style="color: navy">&quot; </span><b>alias </b>Binary <b>as </b><b>source</b>
<b>uses</b><span style="color: navy"> &quot;</span>http://hl7.org/fhir/1.0/Binary<span style="color: navy">&quot; </span><b>alias </b>BinaryR2 <b>as </b><b>target</b>

<b>imports</b><span style="color: navy"> &quot;</span><a href="StructureMap-primitives3to2.html" title="Primitive Transforms: R3 to R2">http://hl7.org/fhir/StructureMap/primitives3to2</a><span style="color: navy">&quot;
</span><b>imports</b><span style="color: navy"> &quot;</span><a href="StructureMap-Resource3to2.html" title="Resource Transforms: R3 to R2">http://hl7.org/fhir/StructureMap/Resource3to2</a><span style="color: navy">&quot;
</span>
<b>group </b>Binary<span style="color: navy">(</span><b>source</b> <span style="color: maroon">src</span><span style="color: navy"> : </span>Binary, <b>target</b> <span style="color: maroon">tgt</span><span style="color: navy"> : </span>BinaryR2<span style="color: navy">)</span><b> extends </b>Resource<b> &lt;&lt;type+&gt;&gt;</b><span style="color: navy"> {
</span>  src.contentType<span style="color: navy"><b> -&gt; </b></span>tgt.contentType <i>&quot;Binary-contentType&quot;</i><span style="color: navy">;</span>
  src.content<span style="color: navy"><b> -&gt; </b></span>tgt.content <i>&quot;Binary-content&quot;</i><span style="color: navy">;</span>
<span style="color: navy">}

</span></pre></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="draft">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver"/>
      </extension>
    </valueCode>
  </extension>
  <url value="http://hl7.org/fhir/StructureMap/Binary3to2"/>
  <version value="0.1.0"/>
  <name value="Binary3to2"/>
  <title value="Binary Transforms: R3 to R2"/>
  <status value="active"/>
  <date value="2024-02-22T03:16:50+00:00"/>
  <publisher value="HL7 International / FHIR Infrastructure"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description value="BinaryTransformsR3toR2"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <structure>
    <url value="http://hl7.org/fhir/3.0/Binary"/>
    <mode value="source"/>
    <alias value="Binary"/>
  </structure>
  <structure>
    <url value="http://hl7.org/fhir/1.0/Binary"/>
    <mode value="target"/>
    <alias value="BinaryR2"/>
  </structure>
  <import value="http://hl7.org/fhir/StructureMap/primitives3to2"/>
  <import value="http://hl7.org/fhir/StructureMap/Resource3to2"/>
  <group>
    <name value="Binary"/>
    <extends value="Resource"/>
    <typeMode value="type-and-types"/>
    <input>
      <name value="src"/>
      <type value="Binary"/>
      <mode value="source"/>
    </input>
    <input>
      <name value="tgt"/>
      <type value="BinaryR2"/>
      <mode value="target"/>
    </input>
    <rule>
      <name value="Binary-contentType"/>
      <source>
        <context value="src"/>
        <element value="contentType"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="contentType"/>
        <variable value="vvv"/>
        <transform value="create"/>
      </target>
      <dependent>
        <name value="DefaultMappingGroupAnonymousAlias"/>
        <parameter>
          <valueId value="vvv"/>
        </parameter>
        <parameter>
          <valueId value="vvv"/>
        </parameter>
      </dependent>
    </rule>
    <rule>
      <name value="Binary-content"/>
      <source>
        <context value="src"/>
        <element value="content"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="content"/>
        <variable value="vvv"/>
        <transform value="create"/>
      </target>
      <dependent>
        <name value="DefaultMappingGroupAnonymousAlias"/>
        <parameter>
          <valueId value="vvv"/>
        </parameter>
        <parameter>
          <valueId value="vvv"/>
        </parameter>
      </dependent>
    </rule>
  </group>
</StructureMap>