SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. 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/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: Condition Transforms: R4 → SGHI R5 - XML Representation

Active as of 2025-09-17

Raw xml | Download


<StructureMap xmlns="http://hl7.org/fhir">
  <id value="ConditionSGHI5"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: StructureMap ConditionSGHI5</b></p><a name="ConditionSGHI5"> </a><a name="hcConditionSGHI5"> </a><pre class="fml">
<span style="color: #cc00cc">/// <b>url</b> = </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/StructureMap/ConditionSGHI5'</span>
<span style="color: #cc00cc">/// <b>name</b> = </span><span style="color: blue">'ConditionSGHI5'</span>
<span style="color: #cc00cc">/// <b>title</b> = </span><span style="color: blue">'Condition Transforms: R4 → SGHI R5'</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/4.0/StructureDefinition/Condition<span style="color: navy">&quot; </span><b>alias </b>ConditionR4 <b>as </b><b>source</b>
<b>uses</b><span style="color: navy"> &quot;</span><a href="StructureDefinition-sghi-condition.html" title="SGHI Condition">https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-condition</a><span style="color: navy">&quot; </span><b>alias </b>SGHICondition <b>as </b><b>target</b>

<b>imports</b><span style="color: navy"> &quot;</span>http://hl7.org/fhir/StructureMap/*4to5<span style="color: navy">&quot;
</span>
<b>group </b>SGHICondition<span style="color: navy">(</span><b>source</b> <span style="color: maroon">src</span><span style="color: navy"> : </span>ConditionR4, <b>target</b> <span style="color: maroon">tgt</span><span style="color: navy"> : </span>SGHICondition<span style="color: navy">)</span><b> &lt;&lt;type+&gt;&gt;</b><span style="color: navy"> {
</span>  src.id<b> as </b><span style="color: maroon">uuid</span><span style="color: navy"><b> -&gt; </b></span>tgt.id = <span style="color: maroon">uuid</span><span style="color: navy">;</span>
  src.active<span style="color: navy"><b> -&gt; </b></span>tgt.active<span style="color: navy">;</span>
  src.language<span style="color: navy"><b> -&gt; </b></span>tgt.language<span style="color: navy">;</span>
  src<span style="color: navy"><b> -&gt; </b></span>tgt.meta<b> as </b><span style="color: maroon">t_meta</span><b> then</b><span style="color: navy"> {
</span>    src<span style="color: navy"><b> -&gt; </b></span>t_meta.profile = <span style="color: blue">'https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-condition'</span> <i>&quot;addsghiprofile&quot;</i><span style="color: navy">;</span>
  <span style="color: navy">}</span> <i>&quot;addtometa&quot;</i><span style="color: navy">;</span>
  src<b> where </b>text.exists().not()<span style="color: navy"><b> -&gt; </b></span>tgt.text = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Narrative'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">t_text</span><b> then</b><span style="color: navy"> {
</span>    src<span style="color: navy"><b> -&gt; </b></span>t_text.status = <span style="color: blue">'generated'</span> <i>&quot;settextstatus&quot;</i><span style="color: navy">;</span>
    src<span style="color: navy"><b> -&gt; </b></span>t_text.div = <span style="color: blue">'&lt;div xmlns=\&quot;http://www.w3.org/1999/xhtml\&quot;&gt;&lt;h1&gt;Generated text&lt;/h1&gt;&lt;/div&gt;'</span> <i>&quot;settextdiv&quot;</i><span style="color: navy">;</span>
  <span style="color: navy">}</span> <i>&quot;createhardcodedtext&quot;</i><span style="color: navy">;</span>
  src<span style="color: navy"><b> -&gt; </b></span>tgt.text = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Narrative'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">ttt</span><b> then</b><span style="color: navy"> {
</span>    src.text<b> as </b><span style="color: maroon">st</span><b> then</b><span style="color: navy"> {
</span>      st.status<b> as </b><span style="color: maroon">s</span><span style="color: navy"><b> -&gt; </b></span>ttt.status = <span style="color: maroon">s</span><span style="color: navy">;</span>
      st.div<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>ttt.div = <span style="color: navy">(</span>'&lt;div xmlns=\&quot;http://www.w3.org/1999/xhtml\&quot;&gt;&lt;p&gt;' + d + '&lt;/p&gt;&lt;/div&gt;'<span style="color: navy">)</span> <i>&quot;wraptextinhtml&quot;</i><span style="color: navy">;</span>
    <span style="color: navy">}</span><span style="color: navy">;</span>
  <span style="color: navy">}</span> <i>&quot;setting text&quot;</i><span style="color: navy">;</span>
  src.id<b> as </b><span style="color: maroon">s_id</span><span style="color: navy"><b> -&gt; </b></span>tgt.identifier = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Identifier'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">t_ident</span><b> then</b><span style="color: navy"> {
</span>    s_id<b> as </b><span style="color: maroon">uuid</span><span style="color: navy"><b> -&gt; </b></span>t_ident.value = <span style="color: maroon">uuid</span> <i>&quot;copyid&quot;</i><span style="color: navy">;</span>
    src<span style="color: navy"><b> -&gt; </b></span>t_ident.use = <span style="color: blue">'official'</span> <i>&quot;setuse&quot;</i><span style="color: navy">;</span>
    src<span style="color: navy"><b> -&gt; </b></span>t_ident.system = <span style="color: blue">'https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem'</span> <i>&quot;setsystem&quot;</i><span style="color: navy">;</span>
    src<span style="color: navy"><b> -&gt; </b></span>t_ident.type = <b>create</b><span style="color: navy">(</span><span style="color: blue">'CodeableConcept'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">t_type</span><b> then</b><span style="color: navy"> {
</span>      src<span style="color: navy"><b> -&gt; </b></span>t_type.coding = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Coding'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">t_code</span><b> then</b><span style="color: navy"> {
</span>        src<span style="color: navy"><b> -&gt; </b></span>t_code.system = <span style="color: blue">'https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem'</span> <i>&quot;typesystem&quot;</i><span style="color: navy">;</span>
        src<span style="color: navy"><b> -&gt; </b></span>t_code.code = <span style="color: blue">'fhir-id'</span> <i>&quot;typecode&quot;</i><span style="color: navy">;</span>
        src<span style="color: navy"><b> -&gt; </b></span>t_code.display = <span style="color: blue">'FHIR Id'</span> <i>&quot;typedisplay&quot;</i><span style="color: navy">;</span>
      <span style="color: navy">}</span> <i>&quot;initcoding&quot;</i><span style="color: navy">;</span>
    <span style="color: navy">}</span> <i>&quot;inittype&quot;</i><span style="color: navy">;</span>
    src.meta<b> as </b><span style="color: maroon">sm</span><b> then</b><span style="color: navy"> {
</span>      sm.tag last<b> as </b><span style="color: maroon">st</span><span style="color: navy"><b> -&gt; </b></span>t_ident.assigner = <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">ta</span><b> then </b>TransformAssigner<span style="color: navy">(</span><span style="color: maroon">st</span><span style="color: navy">, </span><span style="color: maroon">ta</span><span style="color: navy">)</span><span style="color: navy">;</span>
    <span style="color: navy">}</span> <i>&quot;setting owner&quot;</i><span style="color: navy">;</span>
  <span style="color: navy">}</span> <i>&quot;addfhirididentifier&quot;</i><span style="color: navy">;</span>
  src.code<b> as </b><span style="color: maroon">scode</span><span style="color: navy"><b> -&gt; </b></span>tgt.code<b> as </b><span style="color: maroon">tcode</span><b> then</b><span style="color: navy"> {
</span>    scode.coding<b> as </b><span style="color: maroon">d</span><b> where </b>system.exists().not()<span style="color: navy"><b> -&gt; </b></span>tcode.coding = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">d</span><span style="color: navy">, </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/ConceptMap/CIELtoICD11Condition'</span><span style="color: navy">, </span><span style="color: blue">'Coding'</span><span style="color: navy">)</span><span style="color: navy">;</span>
    scode.coding<b> as </b><span style="color: maroon">d</span><b> where </b>d.system.exists()<span style="color: navy"><b> -&gt; </b></span>tcode.coding = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Coding'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">tcoding</span><b> then</b><span style="color: navy"> {
</span>      d.code<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>tcoding.code = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">d</span><span style="color: navy">, </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/ConceptMap/CIELtoICD11Condition'</span><span style="color: navy">, </span><span style="color: blue">'code'</span><span style="color: navy">)</span><span style="color: navy">;</span>
      d.code<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>tcoding.system = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">d</span><span style="color: navy">, </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/ConceptMap/CIELtoICD11Condition'</span><span style="color: navy">, </span><span style="color: blue">'system'</span><span style="color: navy">)</span><span style="color: navy">;</span>
      d.code<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>tcoding.display = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">d</span><span style="color: navy">, </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/ConceptMap/CIELtoICD11Condition'</span><span style="color: navy">, </span><span style="color: blue">'display'</span><span style="color: navy">)</span><span style="color: navy">;</span>
      d.code<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>tcode.text = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">d</span><span style="color: navy">, </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/ConceptMap/CIELtoICD11Condition'</span><span style="color: navy">, </span><span style="color: blue">'display'</span><span style="color: navy">)</span><span style="color: navy">;</span>
    <span style="color: navy">}</span><span style="color: navy">;</span>
  <span style="color: navy">}</span><span style="color: navy">;</span>
  src.subject<b> as </b><span style="color: maroon">sb</span><span style="color: navy"><b> -&gt; </b></span>tgt.subject<b> as </b><span style="color: maroon">tb</span><b> then </b>TransformReference<span style="color: navy">(</span><span style="color: maroon">sb</span><span style="color: navy">, </span><span style="color: maroon">tb</span><span style="color: navy">)</span><span style="color: navy">;</span>
  src.encounter<b> as </b><span style="color: maroon">se</span><span style="color: navy"><b> -&gt; </b></span>tgt.encounter<b> as </b><span style="color: maroon">te</span><b> then </b>TransformReference<span style="color: navy">(</span><span style="color: maroon">se</span><span style="color: navy">, </span><span style="color: maroon">te</span><span style="color: navy">)</span><span style="color: navy">;</span>
  src.verificationStatus<b> as </b><span style="color: maroon">sv</span><span style="color: navy"><b> -&gt; </b></span>tgt.verificationStatus<b> as </b><span style="color: maroon">tv</span><b> then</b><span style="color: navy"> {
</span>    sv.coding<b> as </b><span style="color: maroon">sc</span><span style="color: navy"><b> -&gt; </b></span>tv.coding<b> as </b><span style="color: maroon">tc</span><b> then </b>TransformCoding<span style="color: navy">(</span><span style="color: maroon">sc</span><span style="color: navy">, </span><span style="color: maroon">tc</span><span style="color: navy">)</span><span style="color: navy">;</span>
    sv.text<span style="color: navy"><b> -&gt; </b></span>tv.text<span style="color: navy">;</span>
  <span style="color: navy">}</span><span style="color: navy">;</span>
  src.category<b> as </b><span style="color: maroon">sg</span><span style="color: navy"><b> -&gt; </b></span>tgt.category<b> as </b><span style="color: maroon">tg</span><b> then</b><span style="color: navy"> {
</span>    sg.coding<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>tg.coding = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Coding'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">tcode</span><b> then</b><span style="color: navy"> {
</span>      d.code<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>tcode.code = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">d</span><span style="color: navy">, </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRCodeCategoryMap'</span><span style="color: navy">, </span><span style="color: blue">'code'</span><span style="color: navy">)</span><span style="color: navy">;</span>
      d.code<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>tcode.system = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">d</span><span style="color: navy">, </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRCodeCategoryMap'</span><span style="color: navy">, </span><span style="color: blue">'system'</span><span style="color: navy">)</span><span style="color: navy">;</span>
      d.code<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>tcode.display = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">d</span><span style="color: navy">, </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRCodeCategoryMap'</span><span style="color: navy">, </span><span style="color: blue">'display'</span><span style="color: navy">)</span><span style="color: navy">;</span>
      d.code<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>tg.text = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">d</span><span style="color: navy">, </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRCodeCategoryMap'</span><span style="color: navy">, </span><span style="color: blue">'display'</span><span style="color: navy">)</span><span style="color: navy">;</span>
    <span style="color: navy">}</span><span style="color: navy">;</span>
  <span style="color: navy">}</span><span style="color: navy">;</span>
  src.severity<b> as </b><span style="color: maroon">sv</span><span style="color: navy"><b> -&gt; </b></span>tgt.severity<b> as </b><span style="color: maroon">tv</span><b> then</b><span style="color: navy"> {
</span>    sv.coding<b> as </b><span style="color: maroon">sc</span><span style="color: navy"><b> -&gt; </b></span>tv.coding<b> as </b><span style="color: maroon">tc</span><b> then</b><span style="color: navy"> {
</span>      sc.system<span style="color: navy"><b> -&gt; </b></span>tc.system = <span style="color: blue">'https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem'</span><span style="color: navy">;</span>
      sc.code<span style="color: navy"><b> -&gt; </b></span>tc.code<span style="color: navy">;</span>
      sc.display<span style="color: navy"><b> -&gt; </b></span>tc.display<span style="color: navy">;</span>
    <span style="color: navy">}</span><span style="color: navy">;</span>
    sv.text<span style="color: navy"><b> -&gt; </b></span>tv.text<span style="color: navy">;</span>
  <span style="color: navy">}</span><span style="color: navy">;</span>
  src.clinicalStatus<b> as </b><span style="color: maroon">sg</span><span style="color: navy"><b> -&gt; </b></span>tgt.clinicalStatus<b> as </b><span style="color: maroon">tg</span><b> then</b><span style="color: navy"> {
</span>    sg.coding<b> as </b><span style="color: maroon">scode</span><span style="color: navy"><b> -&gt; </b></span>tg.coding = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Coding'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">tcode</span><b> then</b><span style="color: navy"> {
</span>      scode.code<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>tcode.code = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">d</span><span style="color: navy">, </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRClinicalStatusMap'</span><span style="color: navy">, </span><span style="color: blue">'code'</span><span style="color: navy">)</span><span style="color: navy">;</span>
      scode.code<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>tcode.system = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">d</span><span style="color: navy">, </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRClinicalStatusMap'</span><span style="color: navy">, </span><span style="color: blue">'system'</span><span style="color: navy">)</span><span style="color: navy">;</span>
      scode.code<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>tcode.display = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">d</span><span style="color: navy">, </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRClinicalStatusMap'</span><span style="color: navy">, </span><span style="color: blue">'display'</span><span style="color: navy">)</span><span style="color: navy">;</span>
      scode.code<b> as </b><span style="color: maroon">d</span><span style="color: navy"><b> -&gt; </b></span>tg.text = <b>translate</b><span style="color: navy">(</span><span style="color: maroon">d</span><span style="color: navy">, </span><span style="color: blue">'https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRClinicalStatusMap'</span><span style="color: navy">, </span><span style="color: blue">'display'</span><span style="color: navy">)</span><span style="color: navy">;</span>
    <span style="color: navy">}</span><span style="color: navy">;</span>
  <span style="color: navy">}</span><span style="color: navy">;</span>
  src<b> where </b>severity.exists().not()<span style="color: navy"><b> -&gt; </b></span>tgt.severity = <b>create</b><span style="color: navy">(</span><span style="color: blue">'CodeableConcept'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">tcc</span><b> then</b><span style="color: navy"> {
</span>    src<span style="color: navy"><b> -&gt; </b></span>tcc.coding = <b>create</b><span style="color: navy">(</span><span style="color: blue">'Coding'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">tc</span><b> then</b><span style="color: navy"> {
</span>      src<span style="color: navy"><b> -&gt; </b></span>tc.system = <span style="color: blue">'https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem'</span> <i>&quot;set default system&quot;</i><span style="color: navy">;</span>
      src<span style="color: navy"><b> -&gt; </b></span>tc.code = <span style="color: blue">'mild'</span> <i>&quot;set default code&quot;</i><span style="color: navy">;</span>
      src<span style="color: navy"><b> -&gt; </b></span>tc.display = <span style="color: blue">'Mild'</span> <i>&quot;setting default display&quot;</i><span style="color: navy">;</span>
    <span style="color: navy">}</span> <i>&quot;set severity coding&quot;</i><span style="color: navy">;</span>
  <span style="color: navy">}</span> <i>&quot;set default severity&quot;</i><span style="color: navy">;</span>
  src<b> where </b>participant.exists().not()<span style="color: navy"><b> -&gt; </b></span>tgt.participant = <b>create</b><span style="color: navy">(</span><span style="color: blue">'BackboneElement'</span><span style="color: navy">)</span><b> as </b><span style="color: maroon">tb</span><b> then</b><span style="color: navy"> {
</span>    src.meta<b> as </b><span style="color: maroon">sm</span><b> then</b><span style="color: navy"> {
</span>      src.meta<b> as </b><span style="color: maroon">sm</span><b> then</b><span style="color: navy"> {
</span>        sm.tag last<b> as </b><span style="color: maroon">st</span><span style="color: navy"><b> -&gt; </b></span>tb.actor = <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">ta</span><b> then </b>TransformAssigner<span style="color: navy">(</span><span style="color: maroon">st</span><span style="color: navy">, </span><span style="color: maroon">ta</span><span style="color: navy">)</span><span style="color: navy">;</span>
      <span style="color: navy">}</span><span style="color: navy">;</span>
    <span style="color: navy">}</span><span style="color: navy">;</span>
  <span style="color: navy">}</span> <i>&quot;setting participant&quot;</i><span style="color: navy">;</span>
  src.recordedDate<span style="color: navy"><b> -&gt; </b></span>tgt.recordedDate<span style="color: navy">;</span>
  src.onsetDate<b> as </b><span style="color: maroon">sd</span><span style="color: navy"><b> -&gt; </b></span>tgt.onset = <span style="color: maroon">sd</span><span style="color: navy">;</span>
  src.note<b> as </b><span style="color: maroon">sn</span><span style="color: navy"><b> -&gt; </b></span>tgt.note<b> as </b><span style="color: maroon">tn</span><b> then</b><span style="color: navy"> {
</span>    sn.time<span style="color: navy"><b> -&gt; </b></span>tn.time<span style="color: navy">;</span>
    sn.text<span style="color: navy"><b> -&gt; </b></span>tn.text<span style="color: navy">;</span>
  <span style="color: navy">}</span><span style="color: navy">;</span>
<span style="color: navy">}

</span><b>group </b>TransformAssigner<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> &lt;&lt;types&gt;&gt;</b><span style="color: navy"> {
</span>  src.code<b> as </b><span style="color: maroon">code</span><span style="color: navy"><b> -&gt; </b></span>tgt.reference = <b>append</b><span style="color: navy">(</span><span style="color: blue">'Organization/'</span><span style="color: navy">, </span><span style="color: maroon">code</span><span style="color: navy">)</span><span style="color: navy">;</span>
  src<b> where </b>display.exists().not()<span style="color: navy"><b> -&gt; </b></span>tgt.display = <span style="color: blue">'Unknown display'</span> <i>&quot;setting default display&quot;</i><span style="color: navy">;</span>
  src.display<span style="color: navy"><b> -&gt; </b></span>tgt.display<span style="color: navy">;</span>
  src.code<span style="color: navy"><b> -&gt; </b></span>tgt.id<span style="color: navy">;</span>
<span style="color: navy">}

</span><b>group </b>TransformReference<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> &lt;&lt;types&gt;&gt;</b><span style="color: navy"> {
</span>  src.id<span style="color: navy"><b> -&gt; </b></span>tgt.id<span style="color: navy">;</span>
  src.reference<span style="color: navy"><b> -&gt; </b></span>tgt.reference<span style="color: navy">;</span>
  src.display<span style="color: navy"><b> -&gt; </b></span>tgt.display<span style="color: navy">;</span>
  src<b> where </b>display.exists().not()<span style="color: navy"><b> -&gt; </b></span>tgt.display = <span style="color: blue">'Unknown display'</span> <i>&quot;setting display&quot;</i><span style="color: navy">;</span>
<span style="color: navy">}

</span><b>group </b>TransformCoding<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> &lt;&lt;types&gt;&gt;</b><span style="color: navy"> {
</span>  src.code<span style="color: navy"><b> -&gt; </b></span>tgt.code<span style="color: navy">;</span>
  src.display<span style="color: navy"><b> -&gt; </b></span>tgt.display<span style="color: navy">;</span>
  src<b> where </b>display.exists().not()<span style="color: navy"><b> -&gt; </b></span>tgt.display = <span style="color: blue">'Unknown display'</span> <i>&quot;settingdefaultdisplay&quot;</i><span style="color: navy">;</span>
  src.system<span style="color: navy"><b> -&gt; </b></span>tgt.system<span style="color: navy">;</span>
<span style="color: navy">}

</span></pre></div>
  </text>
  <url value="https://fhir.slade360.co.ke/fhir/StructureMap/ConditionSGHI5"/>
  <version value="0.1.0"/>
  <name value="ConditionSGHI5"/>
  <title value="Condition Transforms: R4 → SGHI R5"/>
  <status value="active"/>
  <date value="2025-09-17T11:42:20+00:00"/>
  <publisher value="Kathurima Kimathi"/>
  <contact>
    <name value="Kathurima Kimathi"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.linkedin.com/in/kathurima-kimathi/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="kathurimakimathi415@gmail.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="Oscar John"/>
    <telecom>
      <system value="email"/>
      <value value="oscarjohnotieno@gmail.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <contact>
    <name value="Kennedy Omondi"/>
    <telecom>
      <system value="email"/>
      <value value="kennankole@gmail.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="ConditionTransformsR4SGHIR5"/>
  <structure>
    <url value="http://hl7.org/fhir/4.0/StructureDefinition/Condition"/>
    <mode value="source"/>
    <alias value="ConditionR4"/>
  </structure>
  <structure>
    <url
         value="https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-condition"/>
    <mode value="target"/>
    <alias value="SGHICondition"/>
  </structure>
  <import value="http://hl7.org/fhir/StructureMap/*4to5"/>
  <group>
    <name value="SGHICondition"/>
    <typeMode value="type-and-types"/>
    <input>
      <name value="src"/>
      <type value="ConditionR4"/>
      <mode value="source"/>
    </input>
    <input>
      <name value="tgt"/>
      <type value="SGHICondition"/>
      <mode value="target"/>
    </input>
    <rule>
      <name value="id"/>
      <source>
        <context value="src"/>
        <element value="id"/>
        <variable value="uuid"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="id"/>
        <transform value="copy"/>
        <parameter>
          <valueId value="uuid"/>
        </parameter>
      </target>
    </rule>
    <rule>
      <name value="active"/>
      <source>
        <context value="src"/>
        <element value="active"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="active"/>
        <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="language"/>
      <source>
        <context value="src"/>
        <element value="language"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="language"/>
        <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="addtometa"/>
      <source>
        <context value="src"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="meta"/>
        <variable value="t_meta"/>
      </target>
      <rule>
        <name value="addsghiprofile"/>
        <source>
          <context value="src"/>
        </source>
        <target>
          <context value="t_meta"/>
          <element value="profile"/>
          <transform value="copy"/>
          <parameter>
            <valueString
                         value="https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-condition"/>
          </parameter>
        </target>
      </rule>
    </rule>
    <rule>
      <name value="createhardcodedtext"/>
      <source>
        <context value="src"/>
        <condition value="text.exists().not()"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="text"/>
        <variable value="t_text"/>
        <transform value="create"/>
        <parameter>
          <valueString value="Narrative"/>
        </parameter>
      </target>
      <rule>
        <name value="settextstatus"/>
        <source>
          <context value="src"/>
        </source>
        <target>
          <context value="t_text"/>
          <element value="status"/>
          <transform value="copy"/>
          <parameter>
            <valueString value="generated"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="settextdiv"/>
        <source>
          <context value="src"/>
        </source>
        <target>
          <context value="t_text"/>
          <element value="div"/>
          <transform value="copy"/>
          <parameter>
            <valueString
                         value="&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;h1&gt;Generated text&lt;/h1&gt;&lt;/div&gt;"/>
          </parameter>
        </target>
      </rule>
    </rule>
    <rule>
      <name value="setting text"/>
      <source>
        <context value="src"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="text"/>
        <variable value="ttt"/>
        <transform value="create"/>
        <parameter>
          <valueString value="Narrative"/>
        </parameter>
      </target>
      <rule>
        <name value="text"/>
        <source>
          <context value="src"/>
          <element value="text"/>
          <variable value="st"/>
        </source>
        <rule>
          <name value="status"/>
          <source>
            <context value="st"/>
            <element value="status"/>
            <variable value="s"/>
          </source>
          <target>
            <context value="ttt"/>
            <element value="status"/>
            <transform value="copy"/>
            <parameter>
              <valueId value="s"/>
            </parameter>
          </target>
        </rule>
        <rule>
          <name value="wraptextinhtml"/>
          <source>
            <context value="st"/>
            <element value="div"/>
            <variable value="d"/>
          </source>
          <target>
            <context value="ttt"/>
            <element value="div"/>
            <transform value="evaluate"/>
            <parameter>
              <valueString
                           value="'&lt;div xmlns=\&quot;http://www.w3.org/1999/xhtml\&quot;&gt;&lt;p&gt;' + d + '&lt;/p&gt;&lt;/div&gt;'"/>
            </parameter>
          </target>
        </rule>
      </rule>
    </rule>
    <rule>
      <name value="addfhirididentifier"/>
      <source>
        <context value="src"/>
        <element value="id"/>
        <variable value="s_id"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="identifier"/>
        <variable value="t_ident"/>
        <transform value="create"/>
        <parameter>
          <valueString value="Identifier"/>
        </parameter>
      </target>
      <rule>
        <name value="copyid"/>
        <source>
          <context value="s_id"/>
          <variable value="uuid"/>
        </source>
        <target>
          <context value="t_ident"/>
          <element value="value"/>
          <transform value="copy"/>
          <parameter>
            <valueId value="uuid"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="setuse"/>
        <source>
          <context value="src"/>
        </source>
        <target>
          <context value="t_ident"/>
          <element value="use"/>
          <transform value="copy"/>
          <parameter>
            <valueString value="official"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="setsystem"/>
        <source>
          <context value="src"/>
        </source>
        <target>
          <context value="t_ident"/>
          <element value="system"/>
          <transform value="copy"/>
          <parameter>
            <valueString
                         value="https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="inittype"/>
        <source>
          <context value="src"/>
        </source>
        <target>
          <context value="t_ident"/>
          <element value="type"/>
          <variable value="t_type"/>
          <transform value="create"/>
          <parameter>
            <valueString value="CodeableConcept"/>
          </parameter>
        </target>
        <rule>
          <name value="initcoding"/>
          <source>
            <context value="src"/>
          </source>
          <target>
            <context value="t_type"/>
            <element value="coding"/>
            <variable value="t_code"/>
            <transform value="create"/>
            <parameter>
              <valueString value="Coding"/>
            </parameter>
          </target>
          <rule>
            <name value="typesystem"/>
            <source>
              <context value="src"/>
            </source>
            <target>
              <context value="t_code"/>
              <element value="system"/>
              <transform value="copy"/>
              <parameter>
                <valueString
                             value="https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem"/>
              </parameter>
            </target>
          </rule>
          <rule>
            <name value="typecode"/>
            <source>
              <context value="src"/>
            </source>
            <target>
              <context value="t_code"/>
              <element value="code"/>
              <transform value="copy"/>
              <parameter>
                <valueString value="fhir-id"/>
              </parameter>
            </target>
          </rule>
          <rule>
            <name value="typedisplay"/>
            <source>
              <context value="src"/>
            </source>
            <target>
              <context value="t_code"/>
              <element value="display"/>
              <transform value="copy"/>
              <parameter>
                <valueString value="FHIR Id"/>
              </parameter>
            </target>
          </rule>
        </rule>
      </rule>
      <rule>
        <name value="setting owner"/>
        <source>
          <context value="src"/>
          <element value="meta"/>
          <variable value="sm"/>
        </source>
        <rule>
          <name value="tag"/>
          <source>
            <context value="sm"/>
            <element value="tag"/>
            <listMode value="last"/>
            <variable value="st"/>
          </source>
          <target>
            <context value="t_ident"/>
            <element value="assigner"/>
            <variable value="ta"/>
            <transform value="create"/>
            <parameter>
              <valueString value="Reference"/>
            </parameter>
          </target>
          <dependent>
            <name value="TransformAssigner"/>
            <parameter>
              <valueId value="st"/>
            </parameter>
            <parameter>
              <valueId value="ta"/>
            </parameter>
          </dependent>
        </rule>
      </rule>
    </rule>
    <rule>
      <name value="code"/>
      <source>
        <context value="src"/>
        <element value="code"/>
        <variable value="scode"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="code"/>
        <variable value="tcode"/>
      </target>
      <rule>
        <name value="coding"/>
        <source>
          <context value="scode"/>
          <element value="coding"/>
          <variable value="d"/>
          <condition value="system.exists().not()"/>
        </source>
        <target>
          <context value="tcode"/>
          <element value="coding"/>
          <transform value="translate"/>
          <parameter>
            <valueId value="d"/>
          </parameter>
          <parameter>
            <valueString
                         value="https://fhir.slade360.co.ke/fhir/ConceptMap/CIELtoICD11Condition"/>
          </parameter>
          <parameter>
            <valueString value="Coding"/>
          </parameter>
        </target>
      </rule>
      <rule>
        <name value="coding"/>
        <source>
          <context value="scode"/>
          <element value="coding"/>
          <variable value="d"/>
          <condition value="d.system.exists()"/>
        </source>
        <target>
          <context value="tcode"/>
          <element value="coding"/>
          <variable value="tcoding"/>
          <transform value="create"/>
          <parameter>
            <valueString value="Coding"/>
          </parameter>
        </target>
        <rule>
          <name value="code"/>
          <source>
            <context value="d"/>
            <element value="code"/>
            <variable value="d"/>
          </source>
          <target>
            <context value="tcoding"/>
            <element value="code"/>
            <transform value="translate"/>
            <parameter>
              <valueId value="d"/>
            </parameter>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/ConceptMap/CIELtoICD11Condition"/>
            </parameter>
            <parameter>
              <valueString value="code"/>
            </parameter>
          </target>
        </rule>
        <rule>
          <name value="code"/>
          <source>
            <context value="d"/>
            <element value="code"/>
            <variable value="d"/>
          </source>
          <target>
            <context value="tcoding"/>
            <element value="system"/>
            <transform value="translate"/>
            <parameter>
              <valueId value="d"/>
            </parameter>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/ConceptMap/CIELtoICD11Condition"/>
            </parameter>
            <parameter>
              <valueString value="system"/>
            </parameter>
          </target>
        </rule>
        <rule>
          <name value="code"/>
          <source>
            <context value="d"/>
            <element value="code"/>
            <variable value="d"/>
          </source>
          <target>
            <context value="tcoding"/>
            <element value="display"/>
            <transform value="translate"/>
            <parameter>
              <valueId value="d"/>
            </parameter>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/ConceptMap/CIELtoICD11Condition"/>
            </parameter>
            <parameter>
              <valueString value="display"/>
            </parameter>
          </target>
        </rule>
        <rule>
          <name value="code"/>
          <source>
            <context value="d"/>
            <element value="code"/>
            <variable value="d"/>
          </source>
          <target>
            <context value="tcode"/>
            <element value="text"/>
            <transform value="translate"/>
            <parameter>
              <valueId value="d"/>
            </parameter>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/ConceptMap/CIELtoICD11Condition"/>
            </parameter>
            <parameter>
              <valueString value="display"/>
            </parameter>
          </target>
        </rule>
      </rule>
    </rule>
    <rule>
      <name value="subject"/>
      <source>
        <context value="src"/>
        <element value="subject"/>
        <variable value="sb"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="subject"/>
        <variable value="tb"/>
      </target>
      <dependent>
        <name value="TransformReference"/>
        <parameter>
          <valueId value="sb"/>
        </parameter>
        <parameter>
          <valueId value="tb"/>
        </parameter>
      </dependent>
    </rule>
    <rule>
      <name value="encounter"/>
      <source>
        <context value="src"/>
        <element value="encounter"/>
        <variable value="se"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="encounter"/>
        <variable value="te"/>
      </target>
      <dependent>
        <name value="TransformReference"/>
        <parameter>
          <valueId value="se"/>
        </parameter>
        <parameter>
          <valueId value="te"/>
        </parameter>
      </dependent>
    </rule>
    <rule>
      <name value="verificationStatus"/>
      <source>
        <context value="src"/>
        <element value="verificationStatus"/>
        <variable value="sv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="verificationStatus"/>
        <variable value="tv"/>
      </target>
      <rule>
        <name value="coding"/>
        <source>
          <context value="sv"/>
          <element value="coding"/>
          <variable value="sc"/>
        </source>
        <target>
          <context value="tv"/>
          <element value="coding"/>
          <variable value="tc"/>
        </target>
        <dependent>
          <name value="TransformCoding"/>
          <parameter>
            <valueId value="sc"/>
          </parameter>
          <parameter>
            <valueId value="tc"/>
          </parameter>
        </dependent>
      </rule>
      <rule>
        <name value="text"/>
        <source>
          <context value="sv"/>
          <element value="text"/>
          <variable value="vvv"/>
        </source>
        <target>
          <context value="tv"/>
          <element value="text"/>
          <variable value="vvv"/>
          <transform value="create"/>
        </target>
        <dependent>
          <name value="DefaultMappingGroupAnonymousAlias"/>
          <parameter>
            <valueId value="vvv"/>
          </parameter>
          <parameter>
            <valueId value="vvv"/>
          </parameter>
        </dependent>
      </rule>
    </rule>
    <rule>
      <name value="category"/>
      <source>
        <context value="src"/>
        <element value="category"/>
        <variable value="sg"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="category"/>
        <variable value="tg"/>
      </target>
      <rule>
        <name value="coding"/>
        <source>
          <context value="sg"/>
          <element value="coding"/>
          <variable value="d"/>
        </source>
        <target>
          <context value="tg"/>
          <element value="coding"/>
          <variable value="tcode"/>
          <transform value="create"/>
          <parameter>
            <valueString value="Coding"/>
          </parameter>
        </target>
        <rule>
          <name value="code"/>
          <source>
            <context value="d"/>
            <element value="code"/>
            <variable value="d"/>
          </source>
          <target>
            <context value="tcode"/>
            <element value="code"/>
            <transform value="translate"/>
            <parameter>
              <valueId value="d"/>
            </parameter>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRCodeCategoryMap"/>
            </parameter>
            <parameter>
              <valueString value="code"/>
            </parameter>
          </target>
        </rule>
        <rule>
          <name value="code"/>
          <source>
            <context value="d"/>
            <element value="code"/>
            <variable value="d"/>
          </source>
          <target>
            <context value="tcode"/>
            <element value="system"/>
            <transform value="translate"/>
            <parameter>
              <valueId value="d"/>
            </parameter>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRCodeCategoryMap"/>
            </parameter>
            <parameter>
              <valueString value="system"/>
            </parameter>
          </target>
        </rule>
        <rule>
          <name value="code"/>
          <source>
            <context value="d"/>
            <element value="code"/>
            <variable value="d"/>
          </source>
          <target>
            <context value="tcode"/>
            <element value="display"/>
            <transform value="translate"/>
            <parameter>
              <valueId value="d"/>
            </parameter>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRCodeCategoryMap"/>
            </parameter>
            <parameter>
              <valueString value="display"/>
            </parameter>
          </target>
        </rule>
        <rule>
          <name value="code"/>
          <source>
            <context value="d"/>
            <element value="code"/>
            <variable value="d"/>
          </source>
          <target>
            <context value="tg"/>
            <element value="text"/>
            <transform value="translate"/>
            <parameter>
              <valueId value="d"/>
            </parameter>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRCodeCategoryMap"/>
            </parameter>
            <parameter>
              <valueString value="display"/>
            </parameter>
          </target>
        </rule>
      </rule>
    </rule>
    <rule>
      <name value="severity"/>
      <source>
        <context value="src"/>
        <element value="severity"/>
        <variable value="sv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="severity"/>
        <variable value="tv"/>
      </target>
      <rule>
        <name value="coding"/>
        <source>
          <context value="sv"/>
          <element value="coding"/>
          <variable value="sc"/>
        </source>
        <target>
          <context value="tv"/>
          <element value="coding"/>
          <variable value="tc"/>
        </target>
        <rule>
          <name value="system"/>
          <source>
            <context value="sc"/>
            <element value="system"/>
          </source>
          <target>
            <context value="tc"/>
            <element value="system"/>
            <transform value="copy"/>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem"/>
            </parameter>
          </target>
        </rule>
        <rule>
          <name value="code"/>
          <source>
            <context value="sc"/>
            <element value="code"/>
            <variable value="vvv"/>
          </source>
          <target>
            <context value="tc"/>
            <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="display"/>
          <source>
            <context value="sc"/>
            <element value="display"/>
            <variable value="vvv"/>
          </source>
          <target>
            <context value="tc"/>
            <element value="display"/>
            <variable value="vvv"/>
            <transform value="create"/>
          </target>
          <dependent>
            <name value="DefaultMappingGroupAnonymousAlias"/>
            <parameter>
              <valueId value="vvv"/>
            </parameter>
            <parameter>
              <valueId value="vvv"/>
            </parameter>
          </dependent>
        </rule>
      </rule>
      <rule>
        <name value="text"/>
        <source>
          <context value="sv"/>
          <element value="text"/>
          <variable value="vvv"/>
        </source>
        <target>
          <context value="tv"/>
          <element value="text"/>
          <variable value="vvv"/>
          <transform value="create"/>
        </target>
        <dependent>
          <name value="DefaultMappingGroupAnonymousAlias"/>
          <parameter>
            <valueId value="vvv"/>
          </parameter>
          <parameter>
            <valueId value="vvv"/>
          </parameter>
        </dependent>
      </rule>
    </rule>
    <rule>
      <name value="clinicalStatus"/>
      <source>
        <context value="src"/>
        <element value="clinicalStatus"/>
        <variable value="sg"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="clinicalStatus"/>
        <variable value="tg"/>
      </target>
      <rule>
        <name value="coding"/>
        <source>
          <context value="sg"/>
          <element value="coding"/>
          <variable value="scode"/>
        </source>
        <target>
          <context value="tg"/>
          <element value="coding"/>
          <variable value="tcode"/>
          <transform value="create"/>
          <parameter>
            <valueString value="Coding"/>
          </parameter>
        </target>
        <rule>
          <name value="code"/>
          <source>
            <context value="scode"/>
            <element value="code"/>
            <variable value="d"/>
          </source>
          <target>
            <context value="tcode"/>
            <element value="code"/>
            <transform value="translate"/>
            <parameter>
              <valueId value="d"/>
            </parameter>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRClinicalStatusMap"/>
            </parameter>
            <parameter>
              <valueString value="code"/>
            </parameter>
          </target>
        </rule>
        <rule>
          <name value="code"/>
          <source>
            <context value="scode"/>
            <element value="code"/>
            <variable value="d"/>
          </source>
          <target>
            <context value="tcode"/>
            <element value="system"/>
            <transform value="translate"/>
            <parameter>
              <valueId value="d"/>
            </parameter>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRClinicalStatusMap"/>
            </parameter>
            <parameter>
              <valueString value="system"/>
            </parameter>
          </target>
        </rule>
        <rule>
          <name value="code"/>
          <source>
            <context value="scode"/>
            <element value="code"/>
            <variable value="d"/>
          </source>
          <target>
            <context value="tcode"/>
            <element value="display"/>
            <transform value="translate"/>
            <parameter>
              <valueId value="d"/>
            </parameter>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRClinicalStatusMap"/>
            </parameter>
            <parameter>
              <valueString value="display"/>
            </parameter>
          </target>
        </rule>
        <rule>
          <name value="code"/>
          <source>
            <context value="scode"/>
            <element value="code"/>
            <variable value="d"/>
          </source>
          <target>
            <context value="tg"/>
            <element value="text"/>
            <transform value="translate"/>
            <parameter>
              <valueId value="d"/>
            </parameter>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/ConceptMap/FHIRClinicalStatusMap"/>
            </parameter>
            <parameter>
              <valueString value="display"/>
            </parameter>
          </target>
        </rule>
      </rule>
    </rule>
    <rule>
      <name value="set default severity"/>
      <source>
        <context value="src"/>
        <condition value="severity.exists().not()"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="severity"/>
        <variable value="tcc"/>
        <transform value="create"/>
        <parameter>
          <valueString value="CodeableConcept"/>
        </parameter>
      </target>
      <rule>
        <name value="set severity coding"/>
        <source>
          <context value="src"/>
        </source>
        <target>
          <context value="tcc"/>
          <element value="coding"/>
          <variable value="tc"/>
          <transform value="create"/>
          <parameter>
            <valueString value="Coding"/>
          </parameter>
        </target>
        <rule>
          <name value="set default system"/>
          <source>
            <context value="src"/>
          </source>
          <target>
            <context value="tc"/>
            <element value="system"/>
            <transform value="copy"/>
            <parameter>
              <valueString
                           value="https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem"/>
            </parameter>
          </target>
        </rule>
        <rule>
          <name value="set default code"/>
          <source>
            <context value="src"/>
          </source>
          <target>
            <context value="tc"/>
            <element value="code"/>
            <transform value="copy"/>
            <parameter>
              <valueString value="mild"/>
            </parameter>
          </target>
        </rule>
        <rule>
          <name value="setting default display"/>
          <source>
            <context value="src"/>
          </source>
          <target>
            <context value="tc"/>
            <element value="display"/>
            <transform value="copy"/>
            <parameter>
              <valueString value="Mild"/>
            </parameter>
          </target>
        </rule>
      </rule>
    </rule>
    <rule>
      <name value="setting participant"/>
      <source>
        <context value="src"/>
        <condition value="participant.exists().not()"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="participant"/>
        <variable value="tb"/>
        <transform value="create"/>
        <parameter>
          <valueString value="BackboneElement"/>
        </parameter>
      </target>
      <rule>
        <name value="meta"/>
        <source>
          <context value="src"/>
          <element value="meta"/>
          <variable value="sm"/>
        </source>
        <rule>
          <name value="meta"/>
          <source>
            <context value="src"/>
            <element value="meta"/>
            <variable value="sm"/>
          </source>
          <rule>
            <name value="tag"/>
            <source>
              <context value="sm"/>
              <element value="tag"/>
              <listMode value="last"/>
              <variable value="st"/>
            </source>
            <target>
              <context value="tb"/>
              <element value="actor"/>
              <variable value="ta"/>
              <transform value="create"/>
              <parameter>
                <valueString value="Reference"/>
              </parameter>
            </target>
            <dependent>
              <name value="TransformAssigner"/>
              <parameter>
                <valueId value="st"/>
              </parameter>
              <parameter>
                <valueId value="ta"/>
              </parameter>
            </dependent>
          </rule>
        </rule>
      </rule>
    </rule>
    <rule>
      <name value="recordedDate"/>
      <source>
        <context value="src"/>
        <element value="recordedDate"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="recordedDate"/>
        <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="onsetDate"/>
      <source>
        <context value="src"/>
        <element value="onsetDate"/>
        <variable value="sd"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="onset"/>
        <transform value="copy"/>
        <parameter>
          <valueId value="sd"/>
        </parameter>
      </target>
    </rule>
    <rule>
      <name value="note"/>
      <source>
        <context value="src"/>
        <element value="note"/>
        <variable value="sn"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="note"/>
        <variable value="tn"/>
      </target>
      <rule>
        <name value="time"/>
        <source>
          <context value="sn"/>
          <element value="time"/>
          <variable value="vvv"/>
        </source>
        <target>
          <context value="tn"/>
          <element value="time"/>
          <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="text"/>
        <source>
          <context value="sn"/>
          <element value="text"/>
          <variable value="vvv"/>
        </source>
        <target>
          <context value="tn"/>
          <element value="text"/>
          <variable value="vvv"/>
          <transform value="create"/>
        </target>
        <dependent>
          <name value="DefaultMappingGroupAnonymousAlias"/>
          <parameter>
            <valueId value="vvv"/>
          </parameter>
          <parameter>
            <valueId value="vvv"/>
          </parameter>
        </dependent>
      </rule>
    </rule>
  </group>
  <group>
    <name value="TransformAssigner"/>
    <typeMode value="types"/>
    <input>
      <name value="src"/>
      <mode value="source"/>
    </input>
    <input>
      <name value="tgt"/>
      <mode value="target"/>
    </input>
    <rule>
      <name value="code"/>
      <source>
        <context value="src"/>
        <element value="code"/>
        <variable value="code"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="reference"/>
        <transform value="append"/>
        <parameter>
          <valueString value="Organization/"/>
        </parameter>
        <parameter>
          <valueId value="code"/>
        </parameter>
      </target>
    </rule>
    <rule>
      <name value="setting default display"/>
      <source>
        <context value="src"/>
        <condition value="display.exists().not()"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="display"/>
        <transform value="copy"/>
        <parameter>
          <valueString value="Unknown display"/>
        </parameter>
      </target>
    </rule>
    <rule>
      <name value="display"/>
      <source>
        <context value="src"/>
        <element value="display"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="display"/>
        <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="code"/>
      <source>
        <context value="src"/>
        <element value="code"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="id"/>
        <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="TransformReference"/>
    <typeMode value="types"/>
    <input>
      <name value="src"/>
      <mode value="source"/>
    </input>
    <input>
      <name value="tgt"/>
      <mode value="target"/>
    </input>
    <rule>
      <name value="id"/>
      <source>
        <context value="src"/>
        <element value="id"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="id"/>
        <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="reference"/>
      <source>
        <context value="src"/>
        <element value="reference"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="reference"/>
        <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="display"/>
      <source>
        <context value="src"/>
        <element value="display"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="display"/>
        <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="setting display"/>
      <source>
        <context value="src"/>
        <condition value="display.exists().not()"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="display"/>
        <transform value="copy"/>
        <parameter>
          <valueString value="Unknown display"/>
        </parameter>
      </target>
    </rule>
  </group>
  <group>
    <name value="TransformCoding"/>
    <typeMode value="types"/>
    <input>
      <name value="src"/>
      <mode value="source"/>
    </input>
    <input>
      <name value="tgt"/>
      <mode value="target"/>
    </input>
    <rule>
      <name value="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="display"/>
      <source>
        <context value="src"/>
        <element value="display"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="display"/>
        <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="settingdefaultdisplay"/>
      <source>
        <context value="src"/>
        <condition value="display.exists().not()"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="display"/>
        <transform value="copy"/>
        <parameter>
          <valueString value="Unknown display"/>
        </parameter>
      </target>
    </rule>
    <rule>
      <name value="system"/>
      <source>
        <context value="src"/>
        <element value="system"/>
        <variable value="vvv"/>
      </source>
      <target>
        <context value="tgt"/>
        <element value="system"/>
        <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>