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

: Highest Completed Education Q to O - XML Representation

Active as of 2026-06-25

Raw xml | Download


<StructureMap xmlns="http://hl7.org/fhir">
  <id value="EducationQuestionnaireResponseToObservation"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: StructureMap EducationQuestionnaireResponseToObservation</b></p><a name="EducationQuestionnaireResponseToObservation"> </a><a name="hcEducationQuestionnaireResponseToObservation"> </a><pre class="fml">
<b>map</b><span style="color: navy"> &quot;</span>https://fhir.hl7.at/prenudge/appdata/r4/StructureMap/EducationQuestionnaireResponseToObservation<span style="color: navy">&quot; = &quot;</span>EducationQuestionnaireResponseToObservation<span style="color: navy">&quot;

</span><span style="color: navy">// </span><span style="color: green">Highest Completed Education Q to O</span>

<b>uses</b><span style="color: navy"> &quot;</span><a href="http://hl7.org/fhir/R4/questionnaireresponse.html" title="QuestionnaireResponse">http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse</a><span style="color: navy">&quot; </span><b>alias </b>QR <b>as </b><b>source</b>
<b>uses</b><span style="color: navy"> &quot;</span><a href="http://hl7.org/fhir/R4/observation.html" title="Observation">http://hl7.org/fhir/StructureDefinition/Observation</a><span style="color: navy">&quot; </span><b>alias </b>Obs <b>as </b><b>target</b>

<b>group </b>EducationQuestionnaireResponseToObservation<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<span style="color: navy"><b> -&gt; </b></span>tgt.status = <span style="color: blue">'final'</span> <i>&quot;setFinalStatus&quot;</i><span style="color: navy">;</span>
  src.identifier<b> as </b><span style="color: maroon">identifier</span><span style="color: navy"><b> -&gt; </b></span>tgt.identifier = <span style="color: maroon">identifier</span> <i>&quot;copyIdentifier&quot;</i><span style="color: navy">;</span>
  src.subject<b> as </b><span style="color: maroon">subject</span><span style="color: navy"><b> -&gt; </b></span>tgt.subject = <span style="color: maroon">subject</span> <i>&quot;copySubject&quot;</i><span style="color: navy">;</span>
  src.authored<b> as </b><span style="color: maroon">authored</span><span style="color: navy"><b> -&gt; </b></span>tgt.effective = <span style="color: maroon">authored</span> <i>&quot;copyAuthoredToEffective&quot;</i><span style="color: navy">;</span>
  src.authored<b> as </b><span style="color: maroon">authored</span><span style="color: navy"><b> -&gt; </b></span>tgt.issued = <span style="color: maroon">authored</span> <i>&quot;copyAuthoredToIssued&quot;</i><span style="color: navy">;</span>
  src<span style="color: navy"><b> -&gt; </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">'82589-3'</span><span style="color: navy">, </span><span style="color: blue">'Highest level of education'</span><span style="color: navy">)</span> <i>&quot;setEducationCode&quot;</i><span style="color: navy">;</span>
  src<span style="color: navy"><b> -&gt; </b></span>tgt.method = <b>cc</b><span style="color: navy">(</span><span style="color: blue">'http://snomed.info/sct'</span><span style="color: navy">, </span><span style="color: blue">'87982008'</span><span style="color: navy">, </span><span style="color: blue">'Manual'</span><span style="color: navy">)</span> <i>&quot;setManualMethod&quot;</i><span style="color: navy">;</span>
  src.id<b> as </b><span style="color: maroon">id</span><span style="color: navy"><b> -&gt; </b></span>tgt.derivedFrom = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Reference'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">reference</span><b> then</b><span style="color: navy"> {
</span>    id<span style="color: navy"><b> -&gt; </b></span>reference.reference = <b>append</b><span style="color: navy">(</span><span style="color: blue">'QuestionnaireResponse/'</span><span style="color: navy">, </span><span style="color: maroon">id</span><span style="color: navy">)</span> <i>&quot;setDerivedFromReference&quot;</i><span style="color: navy">;</span>
  <span style="color: navy">}</span> <i>&quot;setDerivedFrom&quot;</i><span style="color: navy">;</span>
  <span style="color: navy">// </span><span style="color: green">optimized for IG Publisher</span>
  <span style="color: navy">// </span><span style="color: green">to work with MaLaC-HD, tgt.value -&gt; tgt.valueCodeableConcept</span>
  src.item<b> as </b><span style="color: maroon">educationItem</span><b> where </b>educationItem.linkId = 'highest-completed-education'<b> then</b><span style="color: navy"> {
</span>    educationItem.answer<b> as </b><span style="color: maroon">answer</span><b> where </b>answer.valueCoding.code = 'isced-0'<span style="color: navy"><b> -&gt; </b></span>tgt.value = <b>cc</b><span style="color: navy">(</span><span style="color: blue">'https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level'</span><span style="color: navy">, </span><span style="color: blue">'isced-0'</span><span style="color: navy">, </span><span style="color: blue">'ISCED 0 - Elementarbereich'</span><span style="color: navy">)</span> <i>&quot;mapIsced0&quot;</i><span style="color: navy">;</span>
    educationItem.answer<b> as </b><span style="color: maroon">answer</span><b> where </b>answer.valueCoding.code = 'isced-1'<span style="color: navy"><b> -&gt; </b></span>tgt.value = <b>cc</b><span style="color: navy">(</span><span style="color: blue">'https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level'</span><span style="color: navy">, </span><span style="color: blue">'isced-1'</span><span style="color: navy">, </span><span style="color: blue">'ISCED 1 - Primarbereich'</span><span style="color: navy">)</span> <i>&quot;mapIsced1&quot;</i><span style="color: navy">;</span>
    educationItem.answer<b> as </b><span style="color: maroon">answer</span><b> where </b>answer.valueCoding.code = 'isced-2'<span style="color: navy"><b> -&gt; </b></span>tgt.value = <b>cc</b><span style="color: navy">(</span><span style="color: blue">'https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level'</span><span style="color: navy">, </span><span style="color: blue">'isced-2'</span><span style="color: navy">, </span><span style="color: blue">'ISCED 2 - Sekundarbereich I'</span><span style="color: navy">)</span> <i>&quot;mapIsced2&quot;</i><span style="color: navy">;</span>
    educationItem.answer<b> as </b><span style="color: maroon">answer</span><b> where </b>answer.valueCoding.code = 'isced-3'<span style="color: navy"><b> -&gt; </b></span>tgt.value = <b>cc</b><span style="color: navy">(</span><span style="color: blue">'https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level'</span><span style="color: navy">, </span><span style="color: blue">'isced-3'</span><span style="color: navy">, </span><span style="color: blue">'ISCED 3 - Sekundarbereich II'</span><span style="color: navy">)</span> <i>&quot;mapIsced3&quot;</i><span style="color: navy">;</span>
    educationItem.answer<b> as </b><span style="color: maroon">answer</span><b> where </b>answer.valueCoding.code = 'isced-4'<span style="color: navy"><b> -&gt; </b></span>tgt.value = <b>cc</b><span style="color: navy">(</span><span style="color: blue">'https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level'</span><span style="color: navy">, </span><span style="color: blue">'isced-4'</span><span style="color: navy">, </span><span style="color: blue">'ISCED 4 - Postsekundärer, nicht-tertiärer Bereich'</span><span style="color: navy">)</span> <i>&quot;mapIsced4&quot;</i><span style="color: navy">;</span>
    educationItem.answer<b> as </b><span style="color: maroon">answer</span><b> where </b>answer.valueCoding.code = 'isced-5'<span style="color: navy"><b> -&gt; </b></span>tgt.value = <b>cc</b><span style="color: navy">(</span><span style="color: blue">'https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level'</span><span style="color: navy">, </span><span style="color: blue">'isced-5'</span><span style="color: navy">, </span><span style="color: blue">'ISCED 5 - Kurzes tertiäres Bildungsprogramm'</span><span style="color: navy">)</span> <i>&quot;mapIsced5&quot;</i><span style="color: navy">;</span>
    educationItem.answer<b> as </b><span style="color: maroon">answer</span><b> where </b>answer.valueCoding.code = 'isced-6'<span style="color: navy"><b> -&gt; </b></span>tgt.value = <b>cc</b><span style="color: navy">(</span><span style="color: blue">'https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level'</span><span style="color: navy">, </span><span style="color: blue">'isced-6'</span><span style="color: navy">, </span><span style="color: blue">'ISCED 6 - Bachelor- bzw. gleichwertiges Bildungsprogramm'</span><span style="color: navy">)</span> <i>&quot;mapIsced6&quot;</i><span style="color: navy">;</span>
    educationItem.answer<b> as </b><span style="color: maroon">answer</span><b> where </b>answer.valueCoding.code = 'isced-7'<span style="color: navy"><b> -&gt; </b></span>tgt.value = <b>cc</b><span style="color: navy">(</span><span style="color: blue">'https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level'</span><span style="color: navy">, </span><span style="color: blue">'isced-7'</span><span style="color: navy">, </span><span style="color: blue">'ISCED 7 - Master- bzw. gleichwertiges Bildungsprogramm'</span><span style="color: navy">)</span> <i>&quot;mapIsced7&quot;</i><span style="color: navy">;</span>
    educationItem.answer<b> as </b><span style="color: maroon">answer</span><b> where </b>answer.valueCoding.code = 'isced-8'<span style="color: navy"><b> -&gt; </b></span>tgt.value = <b>cc</b><span style="color: navy">(</span><span style="color: blue">'https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level'</span><span style="color: navy">, </span><span style="color: blue">'isced-8'</span><span style="color: navy">, </span><span style="color: blue">'ISCED 8 - Doktorat oder gleichwertig'</span><span style="color: navy">)</span> <i>&quot;mapIsced8&quot;</i><span style="color: navy">;</span>
    educationItem.answer<b> as </b><span style="color: maroon">answer</span><b> where </b>answer.valueCoding.code = 'unknown'<span style="color: navy"><b> -&gt; </b></span>tgt.value = <b>cc</b><span style="color: navy">(</span><span style="color: blue">'https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level'</span><span style="color: navy">, </span><span style="color: blue">'unknown'</span><span style="color: navy">, </span><span style="color: blue">'Weiß nicht'</span><span style="color: navy">)</span> <i>&quot;mapUnknown&quot;</i><span style="color: navy">;</span>
    educationItem.answer<b> as </b><span style="color: maroon">answer</span><b> where </b>answer.valueCoding.code = 'not-stated'<span style="color: navy"><b> -&gt; </b></span>tgt.value = <b>cc</b><span style="color: navy">(</span><span style="color: blue">'https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level'</span><span style="color: navy">, </span><span style="color: blue">'not-stated'</span><span style="color: navy">, </span><span style="color: blue">'Keine Angabe'</span><span style="color: navy">)</span> <i>&quot;mapNotStated&quot;</i><span style="color: navy">;</span>
  <span style="color: navy">}</span> <i>&quot;mapEducationItem&quot;</i><span style="color: navy">;</span>
<span style="color: navy">}

</span></pre></div>
  </text>
  <url
       value="https://fhir.hl7.at/prenudge/appdata/r4/StructureMap/EducationQuestionnaireResponseToObservation"/>
  <version value="0.1.0"/>
  <name value="EducationQuestionnaireResponseToObservation"/>
  <title value="Highest Completed Education Q 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="Highest Completed Education Q 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>
  <group>
    <name value="EducationQuestionnaireResponseToObservation"/>
    <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="setFinalStatus"/>
      <source>
        <context value="src"/>
      </source>
      <target>
        <context value="tgt"/>
        <contextType value="variable"/>
        <element value="status"/>
        <transform value="copy"/>
        <parameter>
          <valueString value="final"/>
        </parameter>
      </target>
    </rule>
    <rule>
      <name value="copyIdentifier"/>
      <source>
        <context value="src"/>
        <element value="identifier"/>
        <variable value="identifier"/>
      </source>
      <target>
        <context value="tgt"/>
        <contextType value="variable"/>
        <element value="identifier"/>
        <transform value="copy"/>
        <parameter>
          <valueId value="identifier"/>
        </parameter>
      </target>
    </rule>
    <rule>
      <name value="copySubject"/>
      <source>
        <context value="src"/>
        <element value="subject"/>
        <variable value="subject"/>
      </source>
      <target>
        <context value="tgt"/>
        <contextType value="variable"/>
        <element value="subject"/>
        <transform value="copy"/>
        <parameter>
          <valueId value="subject"/>
        </parameter>
      </target>
    </rule>
    <rule>
      <name value="copyAuthoredToEffective"/>
      <source>
        <context value="src"/>
        <element value="authored"/>
        <variable value="authored"/>
      </source>
      <target>
        <context value="tgt"/>
        <contextType value="variable"/>
        <element value="effective"/>
        <transform value="copy"/>
        <parameter>
          <valueId value="authored"/>
        </parameter>
      </target>
    </rule>
    <rule>
      <name value="copyAuthoredToIssued"/>
      <source>
        <context value="src"/>
        <element value="authored"/>
        <variable value="authored"/>
      </source>
      <target>
        <context value="tgt"/>
        <contextType value="variable"/>
        <element value="issued"/>
        <transform value="copy"/>
        <parameter>
          <valueId value="authored"/>
        </parameter>
      </target>
    </rule>
    <rule>
      <name value="setEducationCode"/>
      <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="82589-3"/>
        </parameter>
        <parameter>
          <valueString value="Highest level of education"/>
        </parameter>
      </target>
    </rule>
    <rule>
      <name value="setManualMethod"/>
      <source>
        <context value="src"/>
      </source>
      <target>
        <context value="tgt"/>
        <contextType value="variable"/>
        <element value="method"/>
        <transform value="cc"/>
        <parameter>
          <valueString value="http://snomed.info/sct"/>
        </parameter>
        <parameter>
          <valueString value="87982008"/>
        </parameter>
        <parameter>
          <valueString value="Manual"/>
        </parameter>
      </target>
    </rule>
    <rule>
      <name value="setDerivedFrom"/>
      <source>
        <context value="src"/>
        <element value="id"/>
        <variable value="id"/>
      </source>
      <target>
        <context value="tgt"/>
        <contextType value="variable"/>
        <element value="derivedFrom"/>
        <variable value="reference"/>
        <transform value="create"/>
        <parameter>
          <valueString value="Reference"/>
        </parameter>
      </target>
      <rule>
        <name value="setDerivedFromReference"/>
        <source>
          <context value="id"/>
        </source>
        <target>
          <context value="reference"/>
          <contextType value="variable"/>
          <element value="reference"/>
          <transform value="append"/>
          <parameter>
            <valueString value="QuestionnaireResponse/"/>
          </parameter>
          <parameter>
            <valueId value="id"/>
          </parameter>
        </target>
      </rule>
    </rule>
    <rule>
      <name value="mapEducationItem"/>
      <source>
        <context value="src"/>
        <element value="item"/>
        <variable value="educationItem"/>
        <condition
                   value="educationItem.linkId = 'highest-completed-education'"/>
      </source>
      <rule>
        <name value="mapIsced0"/>
        <source>
          <context value="educationItem"/>
          <element value="answer"/>
          <variable value="answer"/>
          <condition value="answer.valueCoding.code = 'isced-0'"/>
        </source>
        <target>
          <context value="tgt"/>
          <contextType value="variable"/>
          <element value="value"/>
          <transform value="cc"/>
          <parameter>
            <valueString
                         value="https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level"/>
          </parameter>
          <parameter>
            <valueString value="isced-0"/>
          </parameter>
          <parameter>
            <valueString value="ISCED 0 - Elementarbereich"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="mapIsced1"/>
        <source>
          <context value="educationItem"/>
          <element value="answer"/>
          <variable value="answer"/>
          <condition value="answer.valueCoding.code = 'isced-1'"/>
        </source>
        <target>
          <context value="tgt"/>
          <contextType value="variable"/>
          <element value="value"/>
          <transform value="cc"/>
          <parameter>
            <valueString
                         value="https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level"/>
          </parameter>
          <parameter>
            <valueString value="isced-1"/>
          </parameter>
          <parameter>
            <valueString value="ISCED 1 - Primarbereich"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="mapIsced2"/>
        <source>
          <context value="educationItem"/>
          <element value="answer"/>
          <variable value="answer"/>
          <condition value="answer.valueCoding.code = 'isced-2'"/>
        </source>
        <target>
          <context value="tgt"/>
          <contextType value="variable"/>
          <element value="value"/>
          <transform value="cc"/>
          <parameter>
            <valueString
                         value="https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level"/>
          </parameter>
          <parameter>
            <valueString value="isced-2"/>
          </parameter>
          <parameter>
            <valueString value="ISCED 2 - Sekundarbereich I"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="mapIsced3"/>
        <source>
          <context value="educationItem"/>
          <element value="answer"/>
          <variable value="answer"/>
          <condition value="answer.valueCoding.code = 'isced-3'"/>
        </source>
        <target>
          <context value="tgt"/>
          <contextType value="variable"/>
          <element value="value"/>
          <transform value="cc"/>
          <parameter>
            <valueString
                         value="https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level"/>
          </parameter>
          <parameter>
            <valueString value="isced-3"/>
          </parameter>
          <parameter>
            <valueString value="ISCED 3 - Sekundarbereich II"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="mapIsced4"/>
        <source>
          <context value="educationItem"/>
          <element value="answer"/>
          <variable value="answer"/>
          <condition value="answer.valueCoding.code = 'isced-4'"/>
        </source>
        <target>
          <context value="tgt"/>
          <contextType value="variable"/>
          <element value="value"/>
          <transform value="cc"/>
          <parameter>
            <valueString
                         value="https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level"/>
          </parameter>
          <parameter>
            <valueString value="isced-4"/>
          </parameter>
          <parameter>
            <valueString
                         value="ISCED 4 - Postsekundärer, nicht-tertiärer Bereich"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="mapIsced5"/>
        <source>
          <context value="educationItem"/>
          <element value="answer"/>
          <variable value="answer"/>
          <condition value="answer.valueCoding.code = 'isced-5'"/>
        </source>
        <target>
          <context value="tgt"/>
          <contextType value="variable"/>
          <element value="value"/>
          <transform value="cc"/>
          <parameter>
            <valueString
                         value="https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level"/>
          </parameter>
          <parameter>
            <valueString value="isced-5"/>
          </parameter>
          <parameter>
            <valueString value="ISCED 5 - Kurzes tertiäres Bildungsprogramm"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="mapIsced6"/>
        <source>
          <context value="educationItem"/>
          <element value="answer"/>
          <variable value="answer"/>
          <condition value="answer.valueCoding.code = 'isced-6'"/>
        </source>
        <target>
          <context value="tgt"/>
          <contextType value="variable"/>
          <element value="value"/>
          <transform value="cc"/>
          <parameter>
            <valueString
                         value="https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level"/>
          </parameter>
          <parameter>
            <valueString value="isced-6"/>
          </parameter>
          <parameter>
            <valueString
                         value="ISCED 6 - Bachelor- bzw. gleichwertiges Bildungsprogramm"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="mapIsced7"/>
        <source>
          <context value="educationItem"/>
          <element value="answer"/>
          <variable value="answer"/>
          <condition value="answer.valueCoding.code = 'isced-7'"/>
        </source>
        <target>
          <context value="tgt"/>
          <contextType value="variable"/>
          <element value="value"/>
          <transform value="cc"/>
          <parameter>
            <valueString
                         value="https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level"/>
          </parameter>
          <parameter>
            <valueString value="isced-7"/>
          </parameter>
          <parameter>
            <valueString
                         value="ISCED 7 - Master- bzw. gleichwertiges Bildungsprogramm"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="mapIsced8"/>
        <source>
          <context value="educationItem"/>
          <element value="answer"/>
          <variable value="answer"/>
          <condition value="answer.valueCoding.code = 'isced-8'"/>
        </source>
        <target>
          <context value="tgt"/>
          <contextType value="variable"/>
          <element value="value"/>
          <transform value="cc"/>
          <parameter>
            <valueString
                         value="https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level"/>
          </parameter>
          <parameter>
            <valueString value="isced-8"/>
          </parameter>
          <parameter>
            <valueString value="ISCED 8 - Doktorat oder gleichwertig"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="mapUnknown"/>
        <source>
          <context value="educationItem"/>
          <element value="answer"/>
          <variable value="answer"/>
          <condition value="answer.valueCoding.code = 'unknown'"/>
        </source>
        <target>
          <context value="tgt"/>
          <contextType value="variable"/>
          <element value="value"/>
          <transform value="cc"/>
          <parameter>
            <valueString
                         value="https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level"/>
          </parameter>
          <parameter>
            <valueString value="unknown"/>
          </parameter>
          <parameter>
            <valueString value="Weiß nicht"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="mapNotStated"/>
        <source>
          <context value="educationItem"/>
          <element value="answer"/>
          <variable value="answer"/>
          <condition value="answer.valueCoding.code = 'not-stated'"/>
        </source>
        <target>
          <context value="tgt"/>
          <contextType value="variable"/>
          <element value="value"/>
          <transform value="cc"/>
          <parameter>
            <valueString
                         value="https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level"/>
          </parameter>
          <parameter>
            <valueString value="not-stated"/>
          </parameter>
          <parameter>
            <valueString value="Keine Angabe"/>
          </parameter>
        </target>
      </rule>
    </rule>
  </group>
</StructureMap>