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

: ClinicalImpression Transforms: R3 to R2 - XML Representation

Page standards status: Draft Maturity Level: 1

Raw xml | Download



<StructureMap xmlns="http://hl7.org/fhir">
  <id value="ClinicalImpression3to2"/>
  <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/ClinicalImpression3to2'</span>
<span style="color: #cc00cc">/// <b>name</b> = </span><span style="color: blue">'ClinicalImpression3to2'</span>
<span style="color: #cc00cc">/// <b>title</b> = </span><span style="color: blue">'ClinicalImpression 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/ClinicalImpression<span style="color: navy">&quot; </span><b>alias </b>ClinicalImpression <b>as </b><b>source</b>
<b>uses</b><span style="color: navy"> &quot;</span>http://hl7.org/fhir/1.0/ClinicalImpression<span style="color: navy">&quot; </span><b>alias </b>ClinicalImpressionR2 <b>as </b><b>target</b>

<b>imports</b><span style="color: navy"> &quot;</span>http://hl7.org/fhir/StructureMap/*3to2<span style="color: navy">&quot;
</span>
<b>group </b>ClinicalImpression<span style="color: navy">(</span><b>source</b> <span style="color: maroon">src</span><span style="color: navy"> : </span>ClinicalImpression, <b>target</b> <span style="color: maroon">tgt</span><span style="color: navy"> : </span>ClinicalImpressionR2<span style="color: navy">)</span><b> extends </b>DomainResource<b> &lt;&lt;type+&gt;&gt;</b><span style="color: navy"> {
</span>  src.subject<span style="color: navy"><b> -&gt; </b></span>tgt.patient <i>&quot;ClinicalImpression-subject&quot;</i><span style="color: navy">;</span>
  src.assessor<span style="color: navy"><b> -&gt; </b></span>tgt.assessor <i>&quot;ClinicalImpression-assessor&quot;</i><span style="color: navy">;</span>
  src.status<b> as </b><span style="color: maroon">v</span><span style="color: navy"><b> -&gt; </b></span>tgt.status = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">v</span><span style="color: navy">, </span><span style="color: blue">'http://hl7.org/fhir/ConceptMap/ClinicalImpression.status-R3toR2'</span><span style="color: navy">, </span><span style="color: blue">'code'</span><span style="color: navy">)</span> <i>&quot;ClinicalImpression-status&quot;</i><span style="color: navy">;</span>
  src.date<span style="color: navy"><b> -&gt; </b></span>tgt.date <i>&quot;ClinicalImpression-date&quot;</i><span style="color: navy">;</span>
  src.description<span style="color: navy"><b> -&gt; </b></span>tgt.description <i>&quot;ClinicalImpression-description&quot;</i><span style="color: navy">;</span>
  src.previous<span style="color: navy"><b> -&gt; </b></span>tgt.previous <i>&quot;ClinicalImpression-previous&quot;</i><span style="color: navy">;</span>
  src.problem<span style="color: navy"><b> -&gt; </b></span>tgt.problem <i>&quot;ClinicalImpression-problem&quot;</i><span style="color: navy">;</span>
  src.investigation<b> as </b><span style="color: maroon">vs0</span><span style="color: navy"><b> -&gt; </b></span>tgt.investigations<b> as </b><span style="color: maroon">vt0</span><b> then </b>cimInvestigation<span style="color: navy">(</span><span style="color: maroon">vs0</span><span style="color: navy">, </span><span style="color: maroon">vt0</span><span style="color: navy">)</span> <i>&quot;ClinicalImpression-investigations&quot;</i><span style="color: navy">;</span>
  src.protocol<span style="color: navy"><b> -&gt; </b></span>tgt.protocol <i>&quot;ClinicalImpression-protocol&quot;</i><span style="color: navy">;</span>
  src.summary<span style="color: navy"><b> -&gt; </b></span>tgt.summary <i>&quot;ClinicalImpression-summary&quot;</i><span style="color: navy">;</span>
  src.finding<b> as </b><span style="color: maroon">vs0</span><span style="color: navy"><b> -&gt; </b></span>tgt.finding<b> as </b><span style="color: maroon">vt0</span><b> then </b>cimFinding<span style="color: navy">(</span><span style="color: maroon">vs0</span><span style="color: navy">, </span><span style="color: maroon">vt0</span><span style="color: navy">)</span> <i>&quot;ClinicalImpression-finding&quot;</i><span style="color: navy">;</span>
  src.action<span style="color: navy"><b> -&gt; </b></span>tgt.action <i>&quot;ClinicalImpression-action&quot;</i><span style="color: navy">;</span>
<span style="color: navy">}

</span><b>group </b>cimFinding<span style="color: navy">(</span><b>source</b> <span style="color: maroon">src</span>, <b>target</b> <span style="color: maroon">tgt</span><span style="color: navy">)</span><b> extends </b>BackboneElement<span style="color: navy"> {
</span>  src.item<span style="color: navy"><b> -&gt; </b></span>tgt.item <i>&quot;finding-item&quot;</i><span style="color: navy">;</span>
  src.basis<span style="color: navy"><b> -&gt; </b></span>tgt.reason <i>&quot;finding-reason&quot;</i><span style="color: navy">;</span>
<span style="color: navy">}

</span><b>group </b>cimInvestigation<span style="color: navy">(</span><b>source</b> <span style="color: maroon">src</span>, <b>target</b> <span style="color: maroon">tgt</span><span style="color: navy">)</span><b> extends </b>BackboneElement<span style="color: navy"> {
</span>  src.code<span style="color: navy"><b> -&gt; </b></span>tgt.code <i>&quot;finding-code&quot;</i><span style="color: navy">;</span>
  src.item<span style="color: navy"><b> -&gt; </b></span>tgt.item <i>&quot;finding-item&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/ClinicalImpression3to2"/>
  <version value="0.1.0"/>
  <name value="ClinicalImpression3to2"/>
  <title value="ClinicalImpression 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="ClinicalImpressionTransformsR3toR2"/>
  <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/ClinicalImpression"/>
    <mode value="source"/>
    <alias value="ClinicalImpression"/>
  </structure>
  <structure>
    <url value="http://hl7.org/fhir/1.0/ClinicalImpression"/>
    <mode value="target"/>
    <alias value="ClinicalImpressionR2"/>
  </structure>
  <import value="http://hl7.org/fhir/StructureMap/*3to2"/>
  <group>
    <name value="ClinicalImpression"/>
    <extends value="DomainResource"/>
    <typeMode value="type-and-types"/>
    <input>
      <name value="src"/>
      <type value="ClinicalImpression"/>
      <mode value="source"/>
    </input>
    <input>
      <name value="tgt"/>
      <type value="ClinicalImpressionR2"/>
      <mode value="target"/>
    </input>
    <rule>
      <name value="ClinicalImpression-subject"/>
      <source>
        <context value="src"/>
        <element value="subject"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="patient"/>
        <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="ClinicalImpression-assessor"/>
      <source>
        <context value="src"/>
        <element value="assessor"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="assessor"/>
        <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="ClinicalImpression-status"/>
      <source>
        <context value="src"/>
        <element value="status"/>
        <variable value="v"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="status"/>
        <transform value="translate"/>
        <parameter>
          <valueId value="v"/>
        </parameter>
        <parameter>
          <valueString
                       value="http://hl7.org/fhir/ConceptMap/ClinicalImpression.status-R3toR2"/>
        </parameter>
        <parameter>
          <valueString value="code"/>
        </parameter>
      </target>
    </rule>
    <rule>
      <name value="ClinicalImpression-date"/>
      <source>
        <context value="src"/>
        <element value="date"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="date"/>
        <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="ClinicalImpression-description"/>
      <source>
        <context value="src"/>
        <element value="description"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="description"/>
        <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="ClinicalImpression-previous"/>
      <source>
        <context value="src"/>
        <element value="previous"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="previous"/>
        <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="ClinicalImpression-problem"/>
      <source>
        <context value="src"/>
        <element value="problem"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="problem"/>
        <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="ClinicalImpression-investigations"/>
      <source>
        <context value="src"/>
        <element value="investigation"/>
        <variable value="vs0"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="investigations"/>
        <variable value="vt0"/>
      </target>
      <dependent>
        <name value="cimInvestigation"/>
        <parameter>
          <valueId value="vs0"/>
        </parameter>
        <parameter>
          <valueId value="vt0"/>
        </parameter>
      </dependent>
    </rule>
    <rule>
      <name value="ClinicalImpression-protocol"/>
      <source>
        <context value="src"/>
        <element value="protocol"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="protocol"/>
        <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="ClinicalImpression-summary"/>
      <source>
        <context value="src"/>
        <element value="summary"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="summary"/>
        <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="ClinicalImpression-finding"/>
      <source>
        <context value="src"/>
        <element value="finding"/>
        <variable value="vs0"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="finding"/>
        <variable value="vt0"/>
      </target>
      <dependent>
        <name value="cimFinding"/>
        <parameter>
          <valueId value="vs0"/>
        </parameter>
        <parameter>
          <valueId value="vt0"/>
        </parameter>
      </dependent>
    </rule>
    <rule>
      <name value="ClinicalImpression-action"/>
      <source>
        <context value="src"/>
        <element value="action"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="action"/>
        <variable value="vvv"/>
        <transform value="create"/>
      </target>
      <dependent>
        <name value="DefaultMappingGroupAnonymousAlias"/>
        <parameter>
          <valueId value="vvv"/>
        </parameter>
        <parameter>
          <valueId value="vvv"/>
        </parameter>
      </dependent>
    </rule>
  </group>
  <group>
    <name value="cimFinding"/>
    <extends value="BackboneElement"/>
    <input>
      <name value="src"/>
      <mode value="source"/>
    </input>
    <input>
      <name value="tgt"/>
      <mode value="target"/>
    </input>
    <rule>
      <name value="finding-item"/>
      <source>
        <context value="src"/>
        <element value="item"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="item"/>
        <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="finding-reason"/>
      <source>
        <context value="src"/>
        <element value="basis"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="reason"/>
        <variable value="vvv"/>
        <transform value="create"/>
      </target>
      <dependent>
        <name value="DefaultMappingGroupAnonymousAlias"/>
        <parameter>
          <valueId value="vvv"/>
        </parameter>
        <parameter>
          <valueId value="vvv"/>
        </parameter>
      </dependent>
    </rule>
  </group>
  <group>
    <name value="cimInvestigation"/>
    <extends value="BackboneElement"/>
    <input>
      <name value="src"/>
      <mode value="source"/>
    </input>
    <input>
      <name value="tgt"/>
      <mode value="target"/>
    </input>
    <rule>
      <name value="finding-code"/>
      <source>
        <context value="src"/>
        <element value="code"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="code"/>
        <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="finding-item"/>
      <source>
        <context value="src"/>
        <element value="item"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="item"/>
        <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>