PreNUDGE FHIR® IG for Data Provider / Data from Apps (R4)
0.1.0 - ci-build
PreNUDGE FHIR® IG for Data Provider / Data from Apps (R4) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-06-25 |
<StructureMap xmlns="http://hl7.org/fhir">
<id value="MuscleStrengtheningEhisPaqQuestionnaireResponseToObservation"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: StructureMap MuscleStrengtheningEhisPaqQuestionnaireResponseToObservation</b></p><a name="MuscleStrengtheningEhisPaqQuestionnaireResponseToObservation"> </a><a name="hcMuscleStrengtheningEhisPaqQuestionnaireResponseToObservation"> </a><pre class="fml">
<b>map</b><span style="color: navy"> "</span>https://fhir.hl7.at/prenudge/appdata/r4/StructureMap/MuscleStrengtheningEhisPaqQuestionnaireResponseToObservation<span style="color: navy">" = "</span>MuscleStrengtheningEhisPaqQuestionnaireResponseToObservation<span style="color: navy">"
</span><span style="color: navy">// </span><span style="color: green">Muscle Strengthening EHIS-PAQ Q8 / ATHIS PE8 to O</span>
<b>uses</b><span style="color: navy"> "</span><a href="http://hl7.org/fhir/R4/questionnaireresponse.html" title="QuestionnaireResponse">http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse</a><span style="color: navy">" </span><b>alias </b>QR <b>as </b><b>source</b>
<b>uses</b><span style="color: navy"> "</span><a href="http://hl7.org/fhir/R4/observation.html" title="Observation">http://hl7.org/fhir/StructureDefinition/Observation</a><span style="color: navy">" </span><b>alias </b>Obs <b>as </b><b>target</b>
<b>uses</b><span style="color: navy"> "</span><a href="http://hl7.org/fhir/R4/datatypes.html#Coding" title="Coding">http://hl7.org/fhir/StructureDefinition/Coding</a><span style="color: navy">" </span><b>alias </b>Coding <b>as </b><b>source</b>
<b>imports</b><span style="color: navy"> "</span>http://hl7.org/fhir/StructureMap/*<span style="color: navy">"
</span><b>imports</b><span style="color: navy"> "</span><a href="StructureMap-QuestionnaireResponseToObservationBase.html" title="Shared base for Q to O">https://fhir.hl7.at/prenudge/appdata/r4/StructureMap/QuestionnaireResponseToObservationBase</a><span style="color: navy">"
</span>
<b>group </b>MuscleStrengtheningEhisPaqQuestionnaireResponseToObservation<span style="color: navy">(</span><b>source</b> <span style="color: maroon">src</span><span style="color: navy"> : </span>QR, <b>target</b> <span style="color: maroon">tgt</span><span style="color: navy"> : </span>Obs<span style="color: navy">)</span><span style="color: navy"> {
</span> src<b> then </b>SetObservationBase<span style="color: navy">(</span><span style="color: maroon">src</span><span style="color: navy">, </span><span style="color: maroon">tgt</span><span style="color: navy">)</span> <i>"Base"</i><span style="color: navy">;</span>
src<span style="color: navy"><b> -> </b></span> tgt.meta = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Meta'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">meta</span><span style="color: navy">, </span> meta.profile = <span style="color: blue">'https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-muscle-strengthening-observation'</span> <i>"SetProfile"</i><span style="color: navy">;</span>
src<span style="color: navy"><b> -> </b></span>tgt.code = <b>cc</b><span style="color: navy">(</span><span style="color: blue">'http://loinc.org'</span><span style="color: navy">, </span><span style="color: blue">'82291-6'</span><span style="color: navy">, </span><span style="color: blue">'Frequency of muscle-strengthening physical activity'</span><span style="color: navy">)</span> <i>"SetCode"</i><span style="color: navy">;</span>
src.authored<b> as </b><span style="color: maroon">authored</span><span style="color: navy"><b> -> </b></span>tgt.effectiveDateTime = <span style="color: maroon">authored</span> <i>"SetEffectiveDateTime"</i><span style="color: navy">;</span>
src.item<b> as </b><span style="color: maroon">item</span><b> where </b>linkId = 'Q8'<b> then </b>MapQ8<span style="color: navy">(</span><span style="color: maroon">item</span><span style="color: navy">, </span><span style="color: maroon">tgt</span><span style="color: navy">)</span> <i>"ProcessQ8"</i><span style="color: navy">;</span>
<span style="color: navy">}
</span><b>group </b>MapQ8<span style="color: navy">(</span><b>source</b> <span style="color: maroon">src</span><span style="color: navy"> : </span>QR, <b>target</b> <span style="color: maroon">tgt</span><span style="color: navy"> : </span>Obs<span style="color: navy">)</span><span style="color: navy"> {
</span> src.answer<b> as </b><span style="color: maroon">answer</span><b> then</b><span style="color: navy"> {
</span> answer.valueCoding<b> as </b><span style="color: maroon">coding</span><b> then </b>MapQ8CodingToQuantity<span style="color: navy">(</span><span style="color: maroon">coding</span><span style="color: navy">, </span><span style="color: maroon">tgt</span><span style="color: navy">)</span> <i>"MapValueCoding"</i><span style="color: navy">;</span>
<span style="color: navy">}</span> <i>"ProcessAnswer"</i><span style="color: navy">;</span>
<span style="color: navy">// </span><span style="color: green">TODO: Note mapping disabled due to MaLaC-HD limitation</span>
<span style="color: navy">// </span><span style="color: green">Annotation.text (markdown) target not supported with FHIR string source</span>
<span style="color: navy">// </span><span style="color: green">See: https://gitlab.com/cdehealth/malac-hd/-/issues/128</span>
<span style="color: navy">}
</span><b>group </b>MapQ8CodingToQuantity<span style="color: navy">(</span><b>source</b> <span style="color: maroon">coding</span><span style="color: navy"> : </span>Coding, <b>target</b> <span style="color: maroon">tgt</span><span style="color: navy"> : </span>Obs<span style="color: navy">)</span><span style="color: navy"> {
</span> coding.code<b> as </b><span style="color: maroon">c</span><b> where </b>$this = 'activity-1-day'<span style="color: navy"><b> -> </b></span> tgt.value = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Quantity'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">qty</span><span style="color: navy">, </span> qty.value = <span style="color: blue">'1'</span><span style="color: navy">, </span> qty.unit = <span style="color: blue">'{sessions}/wk'</span><span style="color: navy">, </span> qty.system = <span style="color: blue">'http://unitsofmeasure.org'</span><span style="color: navy">, </span> qty.code = <span style="color: blue">'{sessions}/wk'</span> <i>"Map1Day"</i><span style="color: navy">;</span>
coding.code<b> as </b><span style="color: maroon">c</span><b> where </b>$this = 'activity-2-days'<span style="color: navy"><b> -> </b></span> tgt.value = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Quantity'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">qty</span><span style="color: navy">, </span> qty.value = <span style="color: blue">'2'</span><span style="color: navy">, </span> qty.unit = <span style="color: blue">'{sessions}/wk'</span><span style="color: navy">, </span> qty.system = <span style="color: blue">'http://unitsofmeasure.org'</span><span style="color: navy">, </span> qty.code = <span style="color: blue">'{sessions}/wk'</span> <i>"Map2Days"</i><span style="color: navy">;</span>
coding.code<b> as </b><span style="color: maroon">c</span><b> where </b>$this = 'activity-3-days'<span style="color: navy"><b> -> </b></span> tgt.value = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Quantity'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">qty</span><span style="color: navy">, </span> qty.value = <span style="color: blue">'3'</span><span style="color: navy">, </span> qty.unit = <span style="color: blue">'{sessions}/wk'</span><span style="color: navy">, </span> qty.system = <span style="color: blue">'http://unitsofmeasure.org'</span><span style="color: navy">, </span> qty.code = <span style="color: blue">'{sessions}/wk'</span> <i>"Map3Days"</i><span style="color: navy">;</span>
coding.code<b> as </b><span style="color: maroon">c</span><b> where </b>$this = 'activity-4-days'<span style="color: navy"><b> -> </b></span> tgt.value = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Quantity'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">qty</span><span style="color: navy">, </span> qty.value = <span style="color: blue">'4'</span><span style="color: navy">, </span> qty.unit = <span style="color: blue">'{sessions}/wk'</span><span style="color: navy">, </span> qty.system = <span style="color: blue">'http://unitsofmeasure.org'</span><span style="color: navy">, </span> qty.code = <span style="color: blue">'{sessions}/wk'</span> <i>"Map4Days"</i><span style="color: navy">;</span>
coding.code<b> as </b><span style="color: maroon">c</span><b> where </b>$this = 'activity-5-days'<span style="color: navy"><b> -> </b></span> tgt.value = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Quantity'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">qty</span><span style="color: navy">, </span> qty.value = <span style="color: blue">'5'</span><span style="color: navy">, </span> qty.unit = <span style="color: blue">'{sessions}/wk'</span><span style="color: navy">, </span> qty.system = <span style="color: blue">'http://unitsofmeasure.org'</span><span style="color: navy">, </span> qty.code = <span style="color: blue">'{sessions}/wk'</span> <i>"Map5Days"</i><span style="color: navy">;</span>
coding.code<b> as </b><span style="color: maroon">c</span><b> where </b>$this = 'activity-6-days'<span style="color: navy"><b> -> </b></span> tgt.value = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Quantity'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">qty</span><span style="color: navy">, </span> qty.value = <span style="color: blue">'6'</span><span style="color: navy">, </span> qty.unit = <span style="color: blue">'{sessions}/wk'</span><span style="color: navy">, </span> qty.system = <span style="color: blue">'http://unitsofmeasure.org'</span><span style="color: navy">, </span> qty.code = <span style="color: blue">'{sessions}/wk'</span> <i>"Map6Days"</i><span style="color: navy">;</span>
coding.code<b> as </b><span style="color: maroon">c</span><b> where </b>$this = 'activity-7-days'<span style="color: navy"><b> -> </b></span> tgt.value = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Quantity'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">qty</span><span style="color: navy">, </span> qty.value = <span style="color: blue">'7'</span><span style="color: navy">, </span> qty.unit = <span style="color: blue">'{sessions}/wk'</span><span style="color: navy">, </span> qty.system = <span style="color: blue">'http://unitsofmeasure.org'</span><span style="color: navy">, </span> qty.code = <span style="color: blue">'{sessions}/wk'</span> <i>"Map7Days"</i><span style="color: navy">;</span>
<span style="color: navy">}
</span></pre></div>
</text>
<url
value="https://fhir.hl7.at/prenudge/appdata/r4/StructureMap/MuscleStrengtheningEhisPaqQuestionnaireResponseToObservation"/>
<version value="0.1.0"/>
<name value="MuscleStrengtheningEhisPaqQuestionnaireResponseToObservation"/>
<title value="Muscle Strengthening EHIS-PAQ Q8 / ATHIS PE8 to O"/>
<status value="active"/>
<date value="2026-06-25T12:51:02+00:00"/>
<publisher value="The PreNUDGE Consortium"/>
<contact>
<name value="The PreNUDGE Consortium"/>
<telecom>
<system value="url"/>
<value value="https://prenudge.at"/>
</telecom>
</contact>
<contact>
<name value="The PreNUDGE Consortium"/>
<telecom>
<system value="url"/>
<value value="https://prenudge.at"/>
<use value="work"/>
</telecom>
</contact>
<description value="Muscle Strengthening EHIS-PAQ Q8 / ATHIS PE8 to O"/>
<structure>
<url
value="http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"/>
<mode value="source"/>
<alias value="QR"/>
</structure>
<structure>
<url value="http://hl7.org/fhir/StructureDefinition/Observation"/>
<mode value="target"/>
<alias value="Obs"/>
</structure>
<structure>
<url value="http://hl7.org/fhir/StructureDefinition/Coding"/>
<mode value="source"/>
<alias value="Coding"/>
</structure>
<import value="http://hl7.org/fhir/StructureMap/*"/>
<import
value="https://fhir.hl7.at/prenudge/appdata/r4/StructureMap/QuestionnaireResponseToObservationBase"/>
<group>
<name
value="MuscleStrengtheningEhisPaqQuestionnaireResponseToObservation"/>
<typeMode value="none"/>
<input>
<name value="src"/>
<type value="QR"/>
<mode value="source"/>
</input>
<input>
<name value="tgt"/>
<type value="Obs"/>
<mode value="target"/>
</input>
<rule>
<name value="Base"/>
<source>
<context value="src"/>
</source>
<dependent>
<name value="SetObservationBase"/>
<variable value="src"/>
<variable value="tgt"/>
</dependent>
</rule>
<rule>
<name value="SetProfile"/>
<source>
<context value="src"/>
</source>
<target>
<context value="tgt"/>
<contextType value="variable"/>
<element value="meta"/>
<variable value="meta"/>
<transform value="create"/>
<parameter>
<valueString value="Meta"/>
</parameter>
</target>
<target>
<context value="meta"/>
<contextType value="variable"/>
<element value="profile"/>
<transform value="copy"/>
<parameter>
<valueString
value="https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-muscle-strengthening-observation"/>
</parameter>
</target>
</rule>
<rule>
<name value="SetCode"/>
<source>
<context value="src"/>
</source>
<target>
<context value="tgt"/>
<contextType value="variable"/>
<element value="code"/>
<transform value="cc"/>
<parameter>
<valueString value="http://loinc.org"/>
</parameter>
<parameter>
<valueString value="82291-6"/>
</parameter>
<parameter>
<valueString
value="Frequency of muscle-strengthening physical activity"/>
</parameter>
</target>
</rule>
<rule>
<name value="SetEffectiveDateTime"/>
<source>
<context value="src"/>
<element value="authored"/>
<variable value="authored"/>
</source>
<target>
<context value="tgt"/>
<contextType value="variable"/>
<element value="effectiveDateTime"/>
<transform value="copy"/>
<parameter>
<valueId value="authored"/>
</parameter>
</target>
</rule>
<rule>
<name value="ProcessQ8"/>
<source>
<context value="src"/>
<element value="item"/>
<variable value="item"/>
<condition value="linkId = 'Q8'"/>
</source>
<dependent>
<name value="MapQ8"/>
<variable value="item"/>
<variable value="tgt"/>
</dependent>
</rule>
</group>
<group>
<name value="MapQ8"/>
<typeMode value="none"/>
<input>
<name value="src"/>
<type value="QR"/>
<mode value="source"/>
</input>
<input>
<name value="tgt"/>
<type value="Obs"/>
<mode value="target"/>
</input>
<rule>
<name value="ProcessAnswer"/>
<source>
<context value="src"/>
<element value="answer"/>
<variable value="answer"/>
</source>
<rule>
<name value="MapValueCoding"/>
<source>
<context value="answer"/>
<element value="valueCoding"/>
<variable value="coding"/>
</source>
<dependent>
<name value="MapQ8CodingToQuantity"/>
<variable value="coding"/>
<variable value="tgt"/>
</dependent>
</rule>
</rule>
</group>
<group>
<name value="MapQ8CodingToQuantity"/>
<typeMode value="none"/>
<input>
<name value="coding"/>
<type value="Coding"/>
<mode value="source"/>
</input>
<input>
<name value="tgt"/>
<type value="Obs"/>
<mode value="target"/>
</input>
<rule>
<name value="Map1Day"/>
<source>
<context value="coding"/>
<element value="code"/>
<variable value="c"/>
<condition value="$this = 'activity-1-day'"/>
</source>
<target>
<context value="tgt"/>
<contextType value="variable"/>
<element value="value"/>
<variable value="qty"/>
<transform value="create"/>
<parameter>
<valueString value="Quantity"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="value"/>
<transform value="copy"/>
<parameter>
<valueString value="1"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="unit"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="system"/>
<transform value="copy"/>
<parameter>
<valueString value="http://unitsofmeasure.org"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="code"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
</rule>
<rule>
<name value="Map2Days"/>
<source>
<context value="coding"/>
<element value="code"/>
<variable value="c"/>
<condition value="$this = 'activity-2-days'"/>
</source>
<target>
<context value="tgt"/>
<contextType value="variable"/>
<element value="value"/>
<variable value="qty"/>
<transform value="create"/>
<parameter>
<valueString value="Quantity"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="value"/>
<transform value="copy"/>
<parameter>
<valueString value="2"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="unit"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="system"/>
<transform value="copy"/>
<parameter>
<valueString value="http://unitsofmeasure.org"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="code"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
</rule>
<rule>
<name value="Map3Days"/>
<source>
<context value="coding"/>
<element value="code"/>
<variable value="c"/>
<condition value="$this = 'activity-3-days'"/>
</source>
<target>
<context value="tgt"/>
<contextType value="variable"/>
<element value="value"/>
<variable value="qty"/>
<transform value="create"/>
<parameter>
<valueString value="Quantity"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="value"/>
<transform value="copy"/>
<parameter>
<valueString value="3"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="unit"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="system"/>
<transform value="copy"/>
<parameter>
<valueString value="http://unitsofmeasure.org"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="code"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
</rule>
<rule>
<name value="Map4Days"/>
<source>
<context value="coding"/>
<element value="code"/>
<variable value="c"/>
<condition value="$this = 'activity-4-days'"/>
</source>
<target>
<context value="tgt"/>
<contextType value="variable"/>
<element value="value"/>
<variable value="qty"/>
<transform value="create"/>
<parameter>
<valueString value="Quantity"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="value"/>
<transform value="copy"/>
<parameter>
<valueString value="4"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="unit"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="system"/>
<transform value="copy"/>
<parameter>
<valueString value="http://unitsofmeasure.org"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="code"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
</rule>
<rule>
<name value="Map5Days"/>
<source>
<context value="coding"/>
<element value="code"/>
<variable value="c"/>
<condition value="$this = 'activity-5-days'"/>
</source>
<target>
<context value="tgt"/>
<contextType value="variable"/>
<element value="value"/>
<variable value="qty"/>
<transform value="create"/>
<parameter>
<valueString value="Quantity"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="value"/>
<transform value="copy"/>
<parameter>
<valueString value="5"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="unit"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="system"/>
<transform value="copy"/>
<parameter>
<valueString value="http://unitsofmeasure.org"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="code"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
</rule>
<rule>
<name value="Map6Days"/>
<source>
<context value="coding"/>
<element value="code"/>
<variable value="c"/>
<condition value="$this = 'activity-6-days'"/>
</source>
<target>
<context value="tgt"/>
<contextType value="variable"/>
<element value="value"/>
<variable value="qty"/>
<transform value="create"/>
<parameter>
<valueString value="Quantity"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="value"/>
<transform value="copy"/>
<parameter>
<valueString value="6"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="unit"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="system"/>
<transform value="copy"/>
<parameter>
<valueString value="http://unitsofmeasure.org"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="code"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
</rule>
<rule>
<name value="Map7Days"/>
<source>
<context value="coding"/>
<element value="code"/>
<variable value="c"/>
<condition value="$this = 'activity-7-days'"/>
</source>
<target>
<context value="tgt"/>
<contextType value="variable"/>
<element value="value"/>
<variable value="qty"/>
<transform value="create"/>
<parameter>
<valueString value="Quantity"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="value"/>
<transform value="copy"/>
<parameter>
<valueString value="7"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="unit"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="system"/>
<transform value="copy"/>
<parameter>
<valueString value="http://unitsofmeasure.org"/>
</parameter>
</target>
<target>
<context value="qty"/>
<contextType value="variable"/>
<element value="code"/>
<transform value="copy"/>
<parameter>
<valueString value="{sessions}/wk"/>
</parameter>
</target>
</rule>
</group>
</StructureMap>