@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://smart.who.int/icvp/StructureMap/ICVPLMtoICVPClaim> a fhir:StructureMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ICVPLMtoICVPClaim"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: StructureMap ICVPLMtoICVPClaim</b></p><a name=\"ICVPLMtoICVPClaim\"> </a><a name=\"hcICVPLMtoICVPClaim\"> </a><pre class=\"fml\">#xD;\n<b>map</b><span style=\"color: navy\"> \"</span>http://smart.who.int/icvp/StructureMap/ICVPLMtoICVPClaim<span style=\"color: navy\">\" = \"</span>ICVPLMtoICVPClaim<span style=\"color: navy\">\"#xD;\n#xD;\n</span><b>uses</b><span style=\"color: navy\"> \"</span><a href=\"StructureDefinition-ICVP.html\" title=\"ICVP\">http://smart.who.int/icvp/StructureDefinition/ICVP</a><span style=\"color: navy\">\" </span><b>alias </b>ICVPLogicalModel <b>as </b><b>source</b>#xD;\n<b>uses</b><span style=\"color: navy\"> \"</span><a href=\"StructureDefinition-ICVPVaccineDetails.html\" title=\"ICVP - Vaccine Details\">http://smart.who.int/icvp/StructureDefinition/ICVPVaccineDetails</a><span style=\"color: navy\">\" </span><b>alias </b>ICVPVaccineDetails <b>as </b><b>source</b>#xD;\n<b>uses</b><span style=\"color: navy\"> \"</span><a href=\"StructureDefinition-ICVPMin.html\" title=\"ICVP HCERT Payload\">http://smart.who.int/icvp/StructureDefinition/ICVPMin</a><span style=\"color: navy\">\" </span><b>alias </b>ICVPClaim <b>as </b><b>target</b>#xD;\n#xD;\n<b>group </b>ICVPLMtoICVPClaim<span style=\"color: navy\">(</span><b>source</b> <span style=\"color: maroon\">lm</span><span style=\"color: navy\"> : </span>ICVPLogicalModel, <b>target</b> <span style=\"color: maroon\">claim</span><span style=\"color: navy\"> : </span>ICVPClaim<span style=\"color: navy\">)</span><span style=\"color: navy\"> {#xD;\n</span>  lm.name<b> as </b><span style=\"color: maroon\">name</span><span style=\"color: navy\"><b> -&gt; </b></span>claim.n = <span style=\"color: maroon\">name</span> <i>\"rule1\"</i><span style=\"color: navy\">;</span>#xD;\n  lm.dob<b> as </b><span style=\"color: maroon\">dob</span><span style=\"color: navy\"><b> -&gt; </b></span>claim.dob = <span style=\"color: maroon\">dob</span> <i>\"rule2\"</i><span style=\"color: navy\">;</span>#xD;\n  lm.sex<b> as </b><span style=\"color: maroon\">sex</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span>    sex.code<b> as </b><span style=\"color: maroon\">code</span><span style=\"color: navy\"><b> -&gt; </b></span>claim.s = <span style=\"color: maroon\">code</span> <i>\"rule3\"</i><span style=\"color: navy\">;</span>#xD;\n  <span style=\"color: navy\">}</span> <i>\"rule3a\"</i><span style=\"color: navy\">;</span>#xD;\n  lm.nationality<b> as </b><span style=\"color: maroon\">nationality</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span>    nationality.code<b> as </b><span style=\"color: maroon\">code</span><span style=\"color: navy\"><b> -&gt; </b></span>claim.ntl = <span style=\"color: maroon\">code</span> <i>\"rule4\"</i><span style=\"color: navy\">;</span>#xD;\n  <span style=\"color: navy\">}</span> <i>\"rule4a\"</i><span style=\"color: navy\">;</span>#xD;\n  lm.nid<b> as </b><span style=\"color: maroon\">nid</span><span style=\"color: navy\"><b> -&gt; </b></span>claim.nid = <span style=\"color: maroon\">nid</span> <i>\"rule5\"</i><span style=\"color: navy\">;</span>#xD;\n  lm.guardian<b> as </b><span style=\"color: maroon\">guardian</span><span style=\"color: navy\"><b> -&gt; </b></span>claim.gn = <span style=\"color: maroon\">guardian</span> <i>\"rule6\"</i><span style=\"color: navy\">;</span>#xD;\n  lm.vaccineDetails<b> as </b><span style=\"color: maroon\">vaccineDetails</span><span style=\"color: navy\"><b> -&gt; </b></span>claim.v<b> as </b><span style=\"color: maroon\">tVax</span><b> then </b>mapVaccineDetails<span style=\"color: navy\">(</span><span style=\"color: maroon\">vaccineDetails</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">tVax</span><span style=\"color: navy\">)</span> <i>\"rule7\"</i><span style=\"color: navy\">;</span>#xD;\n<span style=\"color: navy\">}#xD;\n#xD;\n</span><b>group </b>mapVaccineDetails<span style=\"color: navy\">(</span><b>source</b> <span style=\"color: maroon\">v</span><span style=\"color: navy\"> : </span>ICVPVaccineDetails, <b>target</b> <span style=\"color: maroon\">tVax</span><span style=\"color: navy\"> : </span>BackboneElement<span style=\"color: navy\">)</span><span style=\"color: navy\"> {#xD;\n</span>  v.disease<b> as </b><span style=\"color: maroon\">coding</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span>    coding.code<b> as </b><span style=\"color: maroon\">disease</span><span style=\"color: navy\"><b> -&gt; </b></span>tVax.tg = <span style=\"color: maroon\">disease</span> <i>\"rule9\"</i><span style=\"color: navy\">;</span>#xD;\n  <span style=\"color: navy\">}</span> <i>\"rule9a\"</i><span style=\"color: navy\">;</span>#xD;\n  v.productID<b> as </b><span style=\"color: maroon\">vc</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span>    vc.Coding<b> as </b><span style=\"color: maroon\">coding</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span>      coding.code<b> as </b><span style=\"color: maroon\">vaccine</span><span style=\"color: navy\"><b> -&gt; </b></span>tVax.vp = <span style=\"color: maroon\">vaccine</span> <i>\"rule10\"</i><span style=\"color: navy\">;</span>#xD;\n    <span style=\"color: navy\">}</span> <i>\"rule10a\"</i><span style=\"color: navy\">;</span>#xD;\n  <span style=\"color: navy\">}</span> <i>\"rule10b\"</i><span style=\"color: navy\">;</span>#xD;\n  v.vaccineTradeItem<b> as </b><span style=\"color: maroon\">identifier</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span>    identifier.value<b> as </b><span style=\"color: maroon\">id</span><span style=\"color: navy\"><b> -&gt; </b></span>tVax.mp = <span style=\"color: maroon\">id</span> <i>\"rule11\"</i><span style=\"color: navy\">;</span>#xD;\n  <span style=\"color: navy\">}</span> <i>\"rule11a\"</i><span style=\"color: navy\">;</span>#xD;\n  v.manufacturer<b> as </b><span style=\"color: maroon\">manufacturer</span><span style=\"color: navy\"><b> -&gt; </b></span>tVax.ma = <span style=\"color: maroon\">manufacturer</span> <i>\"rule12\"</i><span style=\"color: navy\">;</span>#xD;\n  v.manufacturerId<b> as </b><span style=\"color: maroon\">identifier</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span>    identifier.value<b> as </b><span style=\"color: maroon\">mid</span><span style=\"color: navy\"><b> -&gt; </b></span>tVax.mid = <span style=\"color: maroon\">mid</span> <i>\"rule13\"</i><span style=\"color: navy\">;</span>#xD;\n  <span style=\"color: navy\">}</span> <i>\"rule13a\"</i><span style=\"color: navy\">;</span>#xD;\n  v.date<b> as </b><span style=\"color: maroon\">date</span><span style=\"color: navy\"><b> -&gt; </b></span>tVax.dt = <span style=\"color: maroon\">date</span> <i>\"rule14\"</i><span style=\"color: navy\">;</span>#xD;\n  v.batchNo<b> as </b><span style=\"color: maroon\">batch</span><span style=\"color: navy\"><b> -&gt; </b></span>tVax.bo = <span style=\"color: maroon\">batch</span> <i>\"rule15\"</i><span style=\"color: navy\">;</span>#xD;\n  v.validityPeriod<b> as </b><span style=\"color: maroon\">period</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span>    period.start<b> as </b><span style=\"color: maroon\">start</span><span style=\"color: navy\"><b> -&gt; </b></span>tVax.vls = <span style=\"color: maroon\">start</span> <i>\"rule16\"</i><span style=\"color: navy\">;</span>#xD;\n    period.end<b> as </b><span style=\"color: maroon\">end</span><span style=\"color: navy\"><b> -&gt; </b></span>tVax.vle = <span style=\"color: maroon\">end</span> <i>\"rule17\"</i><span style=\"color: navy\">;</span>#xD;\n  <span style=\"color: navy\">}</span> <i>\"rule16a\"</i><span style=\"color: navy\">;</span>#xD;\n  v.clinicianName<b> as </b><span style=\"color: maroon\">clinicianName</span><span style=\"color: navy\"><b> -&gt; </b></span>tVax.cn = <span style=\"color: maroon\">clinicianName</span> <i>\"rule18\"</i><span style=\"color: navy\">;</span>#xD;\n  v.issuer<b> as </b><span style=\"color: maroon\">reference</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span>    reference.id<b> as </b><span style=\"color: maroon\">issuer</span><span style=\"color: navy\"><b> -&gt; </b></span>tVax.is = <span style=\"color: maroon\">issuer</span> <i>\"rule19\"</i><span style=\"color: navy\">;</span>#xD;\n  <span style=\"color: navy\">}</span> <i>\"rule19a\"</i><span style=\"color: navy\">;</span>#xD;\n<span style=\"color: navy\">}#xD;\n#xD;\n</span></pre></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/icvp/StructureMap/ICVPLMtoICVPClaim"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "ICVPLMtoICVPClaim"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-10-17T14:23:37+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "WHO"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "WHO" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://who.int" ]
     ] )
  ] ) ; # 
  fhir:structure ( [
     fhir:url [
       fhir:v "http://smart.who.int/icvp/StructureDefinition/ICVP"^^xsd:anyURI ;
       fhir:link <http://smart.who.int/icvp/StructureDefinition/ICVP>
     ] ;
     fhir:mode [ fhir:v "source" ] ;
     fhir:alias [ fhir:v "ICVPLogicalModel" ]
  ] [
     fhir:url [
       fhir:v "http://smart.who.int/icvp/StructureDefinition/ICVPVaccineDetails"^^xsd:anyURI ;
       fhir:link <http://smart.who.int/icvp/StructureDefinition/ICVPVaccineDetails>
     ] ;
     fhir:mode [ fhir:v "source" ] ;
     fhir:alias [ fhir:v "ICVPVaccineDetails" ]
  ] [
     fhir:url [
       fhir:v "http://smart.who.int/icvp/StructureDefinition/ICVPMin"^^xsd:anyURI ;
       fhir:link <http://smart.who.int/icvp/StructureDefinition/ICVPMin>
     ] ;
     fhir:mode [ fhir:v "target" ] ;
     fhir:alias [ fhir:v "ICVPClaim" ]
  ] ) ; # 
  fhir:group ( [
     fhir:name [ fhir:v "ICVPLMtoICVPClaim" ] ;
     fhir:typeMode [ fhir:v "none" ] ;
     fhir:input ( [
       fhir:name [ fhir:v "lm" ] ;
       fhir:type [ fhir:v "ICVPLogicalModel" ] ;
       fhir:mode [ fhir:v "source" ]
     ] [
       fhir:name [ fhir:v "claim" ] ;
       fhir:type [ fhir:v "ICVPClaim" ] ;
       fhir:mode [ fhir:v "target" ]
     ] ) ;
     fhir:rule ( [
       fhir:name [ fhir:v "rule1" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "lm" ] ;
         fhir:element [ fhir:v "name" ] ;
         fhir:variable [ fhir:v "name" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "claim" ] ;
         fhir:contextType [ fhir:v "variable" ] ;
         fhir:element [ fhir:v "n" ] ;
         fhir:transform [ fhir:v "copy" ] ;
         fhir:parameter ( [
           fhir:value [
             a fhir:id ;
             fhir:v "name"
           ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule2" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "lm" ] ;
         fhir:element [ fhir:v "dob" ] ;
         fhir:variable [ fhir:v "dob" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "claim" ] ;
         fhir:contextType [ fhir:v "variable" ] ;
         fhir:element [ fhir:v "dob" ] ;
         fhir:transform [ fhir:v "copy" ] ;
         fhir:parameter ( [
           fhir:value [
             a fhir:id ;
             fhir:v "dob"
           ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule3a" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "lm" ] ;
         fhir:element [ fhir:v "sex" ] ;
         fhir:variable [ fhir:v "sex" ]
       ] ) ;
       fhir:rule ( [
         fhir:name [ fhir:v "rule3" ] ;
         fhir:source ( [
           fhir:context [ fhir:v "sex" ] ;
           fhir:element [ fhir:v "code" ] ;
           fhir:variable [ fhir:v "code" ]
         ] ) ;
         fhir:target ( [
           fhir:context [ fhir:v "claim" ] ;
           fhir:contextType [ fhir:v "variable" ] ;
           fhir:element [ fhir:v "s" ] ;
           fhir:transform [ fhir:v "copy" ] ;
           fhir:parameter ( [
             fhir:value [
               a fhir:id ;
               fhir:v "code"
             ]
           ] )
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule4a" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "lm" ] ;
         fhir:element [ fhir:v "nationality" ] ;
         fhir:variable [ fhir:v "nationality" ]
       ] ) ;
       fhir:rule ( [
         fhir:name [ fhir:v "rule4" ] ;
         fhir:source ( [
           fhir:context [ fhir:v "nationality" ] ;
           fhir:element [ fhir:v "code" ] ;
           fhir:variable [ fhir:v "code" ]
         ] ) ;
         fhir:target ( [
           fhir:context [ fhir:v "claim" ] ;
           fhir:contextType [ fhir:v "variable" ] ;
           fhir:element [ fhir:v "ntl" ] ;
           fhir:transform [ fhir:v "copy" ] ;
           fhir:parameter ( [
             fhir:value [
               a fhir:id ;
               fhir:v "code"
             ]
           ] )
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule5" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "lm" ] ;
         fhir:element [ fhir:v "nid" ] ;
         fhir:variable [ fhir:v "nid" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "claim" ] ;
         fhir:contextType [ fhir:v "variable" ] ;
         fhir:element [ fhir:v "nid" ] ;
         fhir:transform [ fhir:v "copy" ] ;
         fhir:parameter ( [
           fhir:value [
             a fhir:id ;
             fhir:v "nid"
           ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule6" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "lm" ] ;
         fhir:element [ fhir:v "guardian" ] ;
         fhir:variable [ fhir:v "guardian" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "claim" ] ;
         fhir:contextType [ fhir:v "variable" ] ;
         fhir:element [ fhir:v "gn" ] ;
         fhir:transform [ fhir:v "copy" ] ;
         fhir:parameter ( [
           fhir:value [
             a fhir:id ;
             fhir:v "guardian"
           ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule7" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "lm" ] ;
         fhir:element [ fhir:v "vaccineDetails" ] ;
         fhir:variable [ fhir:v "vaccineDetails" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "claim" ] ;
         fhir:contextType [ fhir:v "variable" ] ;
         fhir:element [ fhir:v "v" ] ;
         fhir:variable [ fhir:v "tVax" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "mapVaccineDetails" ] ;
         fhir:variable ( [ fhir:v "vaccineDetails" ] [ fhir:v "tVax" ] )
       ] )
     ] )
  ] [
     fhir:name [ fhir:v "mapVaccineDetails" ] ;
     fhir:typeMode [ fhir:v "none" ] ;
     fhir:input ( [
       fhir:name [ fhir:v "v" ] ;
       fhir:type [ fhir:v "ICVPVaccineDetails" ] ;
       fhir:mode [ fhir:v "source" ]
     ] [
       fhir:name [ fhir:v "tVax" ] ;
       fhir:type [ fhir:v "BackboneElement" ] ;
       fhir:mode [ fhir:v "target" ]
     ] ) ;
     fhir:rule ( [
       fhir:name [ fhir:v "rule9a" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "v" ] ;
         fhir:element [ fhir:v "disease" ] ;
         fhir:variable [ fhir:v "coding" ]
       ] ) ;
       fhir:rule ( [
         fhir:name [ fhir:v "rule9" ] ;
         fhir:source ( [
           fhir:context [ fhir:v "coding" ] ;
           fhir:element [ fhir:v "code" ] ;
           fhir:variable [ fhir:v "disease" ]
         ] ) ;
         fhir:target ( [
           fhir:context [ fhir:v "tVax" ] ;
           fhir:contextType [ fhir:v "variable" ] ;
           fhir:element [ fhir:v "tg" ] ;
           fhir:transform [ fhir:v "copy" ] ;
           fhir:parameter ( [
             fhir:value [
               a fhir:id ;
               fhir:v "disease"
             ]
           ] )
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule10b" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "v" ] ;
         fhir:element [ fhir:v "productID" ] ;
         fhir:variable [ fhir:v "vc" ]
       ] ) ;
       fhir:rule ( [
         fhir:name [ fhir:v "rule10a" ] ;
         fhir:source ( [
           fhir:context [ fhir:v "vc" ] ;
           fhir:element [ fhir:v "Coding" ] ;
           fhir:variable [ fhir:v "coding" ]
         ] ) ;
         fhir:rule ( [
           fhir:name [ fhir:v "rule10" ] ;
           fhir:source ( [
             fhir:context [ fhir:v "coding" ] ;
             fhir:element [ fhir:v "code" ] ;
             fhir:variable [ fhir:v "vaccine" ]
           ] ) ;
           fhir:target ( [
             fhir:context [ fhir:v "tVax" ] ;
             fhir:contextType [ fhir:v "variable" ] ;
             fhir:element [ fhir:v "vp" ] ;
             fhir:transform [ fhir:v "copy" ] ;
             fhir:parameter ( [
               fhir:value [
                 a fhir:id ;
                 fhir:v "vaccine"
               ]
             ] )
           ] )
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule11a" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "v" ] ;
         fhir:element [ fhir:v "vaccineTradeItem" ] ;
         fhir:variable [ fhir:v "identifier" ]
       ] ) ;
       fhir:rule ( [
         fhir:name [ fhir:v "rule11" ] ;
         fhir:source ( [
           fhir:context [ fhir:v "identifier" ] ;
           fhir:element [ fhir:v "value" ] ;
           fhir:variable [ fhir:v "id" ]
         ] ) ;
         fhir:target ( [
           fhir:context [ fhir:v "tVax" ] ;
           fhir:contextType [ fhir:v "variable" ] ;
           fhir:element [ fhir:v "mp" ] ;
           fhir:transform [ fhir:v "copy" ] ;
           fhir:parameter ( [
             fhir:value [
               a fhir:id ;
               fhir:v "id"
             ]
           ] )
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule12" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "v" ] ;
         fhir:element [ fhir:v "manufacturer" ] ;
         fhir:variable [ fhir:v "manufacturer" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tVax" ] ;
         fhir:contextType [ fhir:v "variable" ] ;
         fhir:element [ fhir:v "ma" ] ;
         fhir:transform [ fhir:v "copy" ] ;
         fhir:parameter ( [
           fhir:value [
             a fhir:id ;
             fhir:v "manufacturer"
           ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule13a" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "v" ] ;
         fhir:element [ fhir:v "manufacturerId" ] ;
         fhir:variable [ fhir:v "identifier" ]
       ] ) ;
       fhir:rule ( [
         fhir:name [ fhir:v "rule13" ] ;
         fhir:source ( [
           fhir:context [ fhir:v "identifier" ] ;
           fhir:element [ fhir:v "value" ] ;
           fhir:variable [ fhir:v "mid" ]
         ] ) ;
         fhir:target ( [
           fhir:context [ fhir:v "tVax" ] ;
           fhir:contextType [ fhir:v "variable" ] ;
           fhir:element [ fhir:v "mid" ] ;
           fhir:transform [ fhir:v "copy" ] ;
           fhir:parameter ( [
             fhir:value [
               a fhir:id ;
               fhir:v "mid"
             ]
           ] )
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule14" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "v" ] ;
         fhir:element [ fhir:v "date" ] ;
         fhir:variable [ fhir:v "date" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tVax" ] ;
         fhir:contextType [ fhir:v "variable" ] ;
         fhir:element [ fhir:v "dt" ] ;
         fhir:transform [ fhir:v "copy" ] ;
         fhir:parameter ( [
           fhir:value [
             a fhir:id ;
             fhir:v "date"
           ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule15" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "v" ] ;
         fhir:element [ fhir:v "batchNo" ] ;
         fhir:variable [ fhir:v "batch" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tVax" ] ;
         fhir:contextType [ fhir:v "variable" ] ;
         fhir:element [ fhir:v "bo" ] ;
         fhir:transform [ fhir:v "copy" ] ;
         fhir:parameter ( [
           fhir:value [
             a fhir:id ;
             fhir:v "batch"
           ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule16a" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "v" ] ;
         fhir:element [ fhir:v "validityPeriod" ] ;
         fhir:variable [ fhir:v "period" ]
       ] ) ;
       fhir:rule ( [
         fhir:name [ fhir:v "rule16" ] ;
         fhir:source ( [
           fhir:context [ fhir:v "period" ] ;
           fhir:element [ fhir:v "start" ] ;
           fhir:variable [ fhir:v "start" ]
         ] ) ;
         fhir:target ( [
           fhir:context [ fhir:v "tVax" ] ;
           fhir:contextType [ fhir:v "variable" ] ;
           fhir:element [ fhir:v "vls" ] ;
           fhir:transform [ fhir:v "copy" ] ;
           fhir:parameter ( [
             fhir:value [
               a fhir:id ;
               fhir:v "start"
             ]
           ] )
         ] )
       ] [
         fhir:name [ fhir:v "rule17" ] ;
         fhir:source ( [
           fhir:context [ fhir:v "period" ] ;
           fhir:element [ fhir:v "end" ] ;
           fhir:variable [ fhir:v "end" ]
         ] ) ;
         fhir:target ( [
           fhir:context [ fhir:v "tVax" ] ;
           fhir:contextType [ fhir:v "variable" ] ;
           fhir:element [ fhir:v "vle" ] ;
           fhir:transform [ fhir:v "copy" ] ;
           fhir:parameter ( [
             fhir:value [
               a fhir:id ;
               fhir:v "end"
             ]
           ] )
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule18" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "v" ] ;
         fhir:element [ fhir:v "clinicianName" ] ;
         fhir:variable [ fhir:v "clinicianName" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tVax" ] ;
         fhir:contextType [ fhir:v "variable" ] ;
         fhir:element [ fhir:v "cn" ] ;
         fhir:transform [ fhir:v "copy" ] ;
         fhir:parameter ( [
           fhir:value [
             a fhir:id ;
             fhir:v "clinicianName"
           ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "rule19a" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "v" ] ;
         fhir:element [ fhir:v "issuer" ] ;
         fhir:variable [ fhir:v "reference" ]
       ] ) ;
       fhir:rule ( [
         fhir:name [ fhir:v "rule19" ] ;
         fhir:source ( [
           fhir:context [ fhir:v "reference" ] ;
           fhir:element [ fhir:v "id" ] ;
           fhir:variable [ fhir:v "issuer" ]
         ] ) ;
         fhir:target ( [
           fhir:context [ fhir:v "tVax" ] ;
           fhir:contextType [ fhir:v "variable" ] ;
           fhir:element [ fhir:v "is" ] ;
           fhir:transform [ fhir:v "copy" ] ;
           fhir:parameter ( [
             fhir:value [
               a fhir:id ;
               fhir:v "issuer"
             ]
           ] )
         ] )
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

