@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/extensions/StructureMap/ConceptMap3to2> a fhir:StructureMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ConceptMap3to2"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><pre class=\"fml\">\r\n<span style=\"color: #cc00cc\">/// <b>url</b> = </span><span style=\"color: blue\">'http://hl7.org/fhir/StructureMap/ConceptMap3to2'</span>\r\n<span style=\"color: #cc00cc\">/// <b>name</b> = </span><span style=\"color: blue\">'ConceptMap3to2'</span>\r\n<span style=\"color: #cc00cc\">/// <b>title</b> = </span><span style=\"color: blue\">'ConceptMap Transforms: R3 to R2'</span>\r\n<span style=\"color: #cc00cc\">/// <b>status</b> = </span><span style=\"color: blue\">'active'</span>\r\n\r\n<b>uses</b><span style=\"color: navy\"> &quot;</span>http://hl7.org/fhir/3.0/ConceptMap<span style=\"color: navy\">&quot; </span><b>alias </b>ConceptMap <b>as </b><b>source</b>\r\n<b>uses</b><span style=\"color: navy\"> &quot;</span>http://hl7.org/fhir/1.0/ConceptMap<span style=\"color: navy\">&quot; </span><b>alias </b>ConceptMapR2 <b>as </b><b>target</b>\r\n\r\n<b>imports</b><span style=\"color: navy\"> &quot;</span><a href=\"StructureMap-primitives3to2.html\" title=\"Primitive Transforms: R3 to R2\">http://hl7.org/fhir/StructureMap/primitives3to2</a><span style=\"color: navy\">&quot;\r\n</span><b>imports</b><span style=\"color: navy\"> &quot;</span><a href=\"StructureMap-DomainResource3to2.html\" title=\"DomainResource Transforms: R3 to R2\">http://hl7.org/fhir/StructureMap/DomainResource3to2</a><span style=\"color: navy\">&quot;\r\n</span><b>imports</b><span style=\"color: navy\"> &quot;</span><a href=\"StructureMap-ContactPoint3to2.html\" title=\"ContactPoint Transforms: R3 to R2\">http://hl7.org/fhir/StructureMap/ContactPoint3to2</a><span style=\"color: navy\">&quot;\r\n</span><b>imports</b><span style=\"color: navy\"> &quot;</span><a href=\"StructureMap-Identifier3to2.html\" title=\"Identifier Transforms: R3 to R2\">http://hl7.org/fhir/StructureMap/Identifier3to2</a><span style=\"color: navy\">&quot;\r\n</span><b>imports</b><span style=\"color: navy\"> &quot;</span><a href=\"StructureMap-Reference3to2.html\" title=\"Reference Transforms: R3 to R2\">http://hl7.org/fhir/StructureMap/Reference3to2</a><span style=\"color: navy\">&quot;\r\n</span><b>imports</b><span style=\"color: navy\"> &quot;</span><a href=\"StructureMap-CodeableConcept3to2.html\" title=\"CodeableConcept Transforms: R3 to R2\">http://hl7.org/fhir/StructureMap/CodeableConcept3to2</a><span style=\"color: navy\">&quot;\r\n</span>\r\n<b>group </b>ConceptMap<span style=\"color: navy\">(</span><b>source</b> <span style=\"color: maroon\">src</span><span style=\"color: navy\"> : </span>ConceptMap, <b>target</b> <span style=\"color: maroon\">tgt</span><span style=\"color: navy\"> : </span>ConceptMapR2<span style=\"color: navy\">)</span><b> extends </b>DomainResource<b> &lt;&lt;type+&gt;&gt;</b><span style=\"color: navy\"> {\r\n</span>  src.url<span style=\"color: navy\"><b> -&gt; </b></span>tgt.url <i>&quot;ConceptMap-url&quot;</i><span style=\"color: navy\">;</span>\r\n  src.identifier<span style=\"color: navy\"><b> -&gt; </b></span>tgt.identifier <i>&quot;ConceptMap-identifier&quot;</i><span style=\"color: navy\">;</span>\r\n  src.version<span style=\"color: navy\"><b> -&gt; </b></span>tgt.version <i>&quot;ConceptMap-version&quot;</i><span style=\"color: navy\">;</span>\r\n  src.name<span style=\"color: navy\"><b> -&gt; </b></span>tgt.name <i>&quot;ConceptMap-name&quot;</i><span style=\"color: navy\">;</span>\r\n  src.status<span style=\"color: navy\"><b> -&gt; </b></span>tgt.status <i>&quot;ConceptMap-status&quot;</i><span style=\"color: navy\">;</span>\r\n  src.experimental<span style=\"color: navy\"><b> -&gt; </b></span>tgt.experimental <i>&quot;ConceptMap-experimental&quot;</i><span style=\"color: navy\">;</span>\r\n  src.publisher<span style=\"color: navy\"><b> -&gt; </b></span>tgt.publisher <i>&quot;ConceptMap-publisher&quot;</i><span style=\"color: navy\">;</span>\r\n  src.contact<b> as </b><span style=\"color: maroon\">vs0</span><span style=\"color: navy\"><b> -&gt; </b></span>tgt.contact<b> as </b><span style=\"color: maroon\">vt0</span><b> then</b><span style=\"color: navy\"> {\r\n</span>    vs0.name<span style=\"color: navy\"><b> -&gt; </b></span>vt0.name <i>&quot;contact-name&quot;</i><span style=\"color: navy\">;</span>\r\n    vs0.telecom<span style=\"color: navy\"><b> -&gt; </b></span>vt0.telecom <i>&quot;contact-telecom&quot;</i><span style=\"color: navy\">;</span>\r\n  <span style=\"color: navy\">}</span> <i>&quot;ConceptMap-contact&quot;</i><span style=\"color: navy\">;</span>\r\n  src.date<span style=\"color: navy\"><b> -&gt; </b></span>tgt.date <i>&quot;ConceptMap-date&quot;</i><span style=\"color: navy\">;</span>\r\n  src.description<span style=\"color: navy\"><b> -&gt; </b></span>tgt.description <i>&quot;ConceptMap-description&quot;</i><span style=\"color: navy\">;</span>\r\n  src.jurisdiction<span style=\"color: navy\"><b> -&gt; </b></span>tgt.useContext <i>&quot;ConceptMap-useContext-1&quot;</i><span style=\"color: navy\">;</span>\r\n  src.useContext<b> as </b><span style=\"color: maroon\">vs</span><b> then</b><span style=\"color: navy\"> {\r\n</span>    vs.value<span style=\"color: navy\"><b> -&gt; </b></span>tgt.useContext <i>&quot;ConceptMap-useContext-value&quot;</i><span style=\"color: navy\">;</span>\r\n  <span style=\"color: navy\">}</span> <i>&quot;ConceptMap-useContext&quot;</i><span style=\"color: navy\">;</span>\r\n  src.purpose<span style=\"color: navy\"><b> -&gt; </b></span>tgt.requirements <i>&quot;ConceptMap-requirements&quot;</i><span style=\"color: navy\">;</span>\r\n  src.copyright<span style=\"color: navy\"><b> -&gt; </b></span>tgt.copyright <i>&quot;ConceptMap-copyright&quot;</i><span style=\"color: navy\">;</span>\r\n  src.source<span style=\"color: navy\"><b> -&gt; </b></span>tgt.source <i>&quot;ConceptMap-source&quot;</i><span style=\"color: navy\">;</span>\r\n  src.target<span style=\"color: navy\"><b> -&gt; </b></span>tgt.target <i>&quot;ConceptMap-target&quot;</i><span style=\"color: navy\">;</span>\r\n  src.group<b> as </b><span style=\"color: maroon\">grp</span><b> then</b><span style=\"color: navy\"> {\r\n</span>    grp.element<b> as </b><span style=\"color: maroon\">els</span><span style=\"color: navy\"><b> -&gt; </b></span>tgt.element<b> as </b><span style=\"color: maroon\">elt</span><b> then</b><span style=\"color: navy\"> {\r\n</span>      grp.source<span style=\"color: navy\"><b> -&gt; </b></span>elt.codeSystem <i>&quot;ConceptMap-element-code&quot;</i><span style=\"color: navy\">;</span>\r\n      els.code<span style=\"color: navy\"><b> -&gt; </b></span>elt.code <i>&quot;ConceptMap-element-code&quot;</i><span style=\"color: navy\">;</span>\r\n      els.target<b> as </b><span style=\"color: maroon\">srcT</span><span style=\"color: navy\"><b> -&gt; </b></span>elt.target<b> as </b><span style=\"color: maroon\">tgtT</span><b> then</b><span style=\"color: navy\"> {\r\n</span>        grp.target<span style=\"color: navy\"><b> -&gt; </b></span>tgtT.codeSystem <i>&quot;ConceptMap-target-codeSystem&quot;</i><span style=\"color: navy\">;</span>\r\n        srcT.code<span style=\"color: navy\"><b> -&gt; </b></span>tgtT.code <i>&quot;ConceptMap-target-code&quot;</i><span style=\"color: navy\">;</span>\r\n        srcT.equivalence<span style=\"color: navy\"><b> -&gt; </b></span>tgtT.equivalence <i>&quot;ConceptMap-target-equivalence&quot;</i><span style=\"color: navy\">;</span>\r\n        srcT.comment<span style=\"color: navy\"><b> -&gt; </b></span>tgtT.comments <i>&quot;ConceptMap-target-comments&quot;</i><span style=\"color: navy\">;</span>\r\n        srcT.dependsOn<b> as </b><span style=\"color: maroon\">vs</span><span style=\"color: navy\"><b> -&gt; </b></span>tgtT.dependsOn<b> as </b><span style=\"color: maroon\">vt</span><b> then</b><span style=\"color: navy\"> {\r\n</span>          vs.property<span style=\"color: navy\"><b> -&gt; </b></span>vt.element <i>&quot;ConceptMap-target-dependsOn-element&quot;</i><span style=\"color: navy\">;</span>\r\n          vs.system<span style=\"color: navy\"><b> -&gt; </b></span>vt.codeSystem <i>&quot;ConceptMap-target-dependsOn-codeSystem&quot;</i><span style=\"color: navy\">;</span>\r\n          vs.code<span style=\"color: navy\"><b> -&gt; </b></span>vt.code <i>&quot;ConceptMap-target-dependsOn-code&quot;</i><span style=\"color: navy\">;</span>\r\n        <span style=\"color: navy\">}</span> <i>&quot;ConceptMap-target-dependsOn&quot;</i><span style=\"color: navy\">;</span>\r\n        srcT.product<b> as </b><span style=\"color: maroon\">vs</span><span style=\"color: navy\"><b> -&gt; </b></span>tgtT.product<b> as </b><span style=\"color: maroon\">vt</span><b> then</b><span style=\"color: navy\"> {\r\n</span>          vs.property<span style=\"color: navy\"><b> -&gt; </b></span>vt.element <i>&quot;ConceptMap-target-product-element&quot;</i><span style=\"color: navy\">;</span>\r\n          vs.system<span style=\"color: navy\"><b> -&gt; </b></span>vt.codeSystem <i>&quot;ConceptMap-target-product-codeSystem&quot;</i><span style=\"color: navy\">;</span>\r\n          vs.code<span style=\"color: navy\"><b> -&gt; </b></span>vt.code <i>&quot;ConceptMap-target-product-code&quot;</i><span style=\"color: navy\">;</span>\r\n        <span style=\"color: navy\">}</span> <i>&quot;ConceptMap-target-product&quot;</i><span style=\"color: navy\">;</span>\r\n      <span style=\"color: navy\">}</span> <i>&quot;ConceptMap-element-target&quot;</i><span style=\"color: navy\">;</span>\r\n    <span style=\"color: navy\">}</span> <i>&quot;ConceptMap-group-element&quot;</i><span style=\"color: navy\">;</span>\r\n  <span style=\"color: navy\">}</span> <i>&quot;ConceptMap-group&quot;</i><span style=\"color: navy\">;</span>\r\n<span style=\"color: navy\">}\r\n\r\n</span></pre></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "fhir" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       fhir:v "1"^^xsd:integer ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           fhir:v "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver>
         ]
       ] )
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       fhir:v "draft" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           fhir:v "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/StructureMap/ConceptMap3to2"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ConceptMap3to2"] ; # 
  fhir:title [ fhir:v "ConceptMap Transforms: R3 to R2"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-02-22T03:16:50+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ConceptMapTransformsR3toR2"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ]
     ] )
  ] ) ; # 
  fhir:structure ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/3.0/ConceptMap"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/3.0/ConceptMap>
     ] ;
     fhir:mode [ fhir:v "source" ] ;
     fhir:alias [ fhir:v "ConceptMap" ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/1.0/ConceptMap"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/1.0/ConceptMap>
     ] ;
     fhir:mode [ fhir:v "target" ] ;
     fhir:alias [ fhir:v "ConceptMapR2" ]
  ] ) ; # 
  fhir:import ( [
     fhir:v "http://hl7.org/fhir/StructureMap/primitives3to2"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/StructureMap/primitives3to2>
  ] [
     fhir:v "http://hl7.org/fhir/StructureMap/DomainResource3to2"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/StructureMap/DomainResource3to2>
  ] [
     fhir:v "http://hl7.org/fhir/StructureMap/ContactPoint3to2"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/StructureMap/ContactPoint3to2>
  ] [
     fhir:v "http://hl7.org/fhir/StructureMap/Identifier3to2"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/StructureMap/Identifier3to2>
  ] [
     fhir:v "http://hl7.org/fhir/StructureMap/Reference3to2"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/StructureMap/Reference3to2>
  ] [
     fhir:v "http://hl7.org/fhir/StructureMap/CodeableConcept3to2"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/StructureMap/CodeableConcept3to2>
  ] ) ; # 
  fhir:group ( [
     fhir:name [ fhir:v "ConceptMap" ] ;
     fhir:extends [ fhir:v "DomainResource" ] ;
     fhir:typeMode [ fhir:v "type-and-types" ] ;
     fhir:input ( [
       fhir:name [ fhir:v "src" ] ;
       fhir:type [ fhir:v "ConceptMap" ] ;
       fhir:mode [ fhir:v "source" ]
     ] [
       fhir:name [ fhir:v "tgt" ] ;
       fhir:type [ fhir:v "ConceptMapR2" ] ;
       fhir:mode [ fhir:v "target" ]
     ] ) ;
     fhir:rule ( [
       fhir:name [ fhir:v "ConceptMap-url" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "url" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "url" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-identifier" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "identifier" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "identifier" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-version" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "version" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "version" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-name" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "name" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "name" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-status" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "status" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "status" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-experimental" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "experimental" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "experimental" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-publisher" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "publisher" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "publisher" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-contact" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "contact" ] ;
         fhir:variable [ fhir:v "vs0" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "contact" ] ;
         fhir:variable [ fhir:v "vt0" ]
       ] ) ;
       fhir:rule ( [
         fhir:name [ fhir:v "contact-name" ] ;
         fhir:source ( [
           fhir:context [ fhir:v "vs0" ] ;
           fhir:element [ fhir:v "name" ] ;
           fhir:variable [ fhir:v "vvv" ]
         ] ) ;
         fhir:target ( [
           fhir:context [ fhir:v "vt0" ] ;
           fhir:element [ fhir:v "name" ] ;
           fhir:variable [ fhir:v "vvv" ] ;
           fhir:transform [ fhir:v "create" ]
         ] ) ;
         fhir:dependent ( [
           fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
           fhir:parameter ( [
             fhir:value [ fhir:v "vvv" ]
           ] [
             fhir:value [ fhir:v "vvv" ]
           ] )
         ] )
       ] [
         fhir:name [ fhir:v "contact-telecom" ] ;
         fhir:source ( [
           fhir:context [ fhir:v "vs0" ] ;
           fhir:element [ fhir:v "telecom" ] ;
           fhir:variable [ fhir:v "vvv" ]
         ] ) ;
         fhir:target ( [
           fhir:context [ fhir:v "vt0" ] ;
           fhir:element [ fhir:v "telecom" ] ;
           fhir:variable [ fhir:v "vvv" ] ;
           fhir:transform [ fhir:v "create" ]
         ] ) ;
         fhir:dependent ( [
           fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
           fhir:parameter ( [
             fhir:value [ fhir:v "vvv" ]
           ] [
             fhir:value [ fhir:v "vvv" ]
           ] )
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-date" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "date" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "date" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-description" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "description" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "description" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-useContext-1" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "jurisdiction" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "useContext" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-useContext" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "useContext" ] ;
         fhir:variable [ fhir:v "vs" ]
       ] ) ;
       fhir:rule ( [
         fhir:name [ fhir:v "ConceptMap-useContext-value" ] ;
         fhir:source ( [
           fhir:context [ fhir:v "vs" ] ;
           fhir:element [ fhir:v "value" ] ;
           fhir:variable [ fhir:v "vvv" ]
         ] ) ;
         fhir:target ( [
           fhir:context [ fhir:v "tgt" ] ;
           fhir:element [ fhir:v "useContext" ] ;
           fhir:variable [ fhir:v "vvv" ] ;
           fhir:transform [ fhir:v "create" ]
         ] ) ;
         fhir:dependent ( [
           fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
           fhir:parameter ( [
             fhir:value [ fhir:v "vvv" ]
           ] [
             fhir:value [ fhir:v "vvv" ]
           ] )
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-requirements" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "purpose" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "requirements" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-copyright" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "copyright" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "copyright" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-source" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "source" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "source" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-target" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "target" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "target" ] ;
         fhir:variable [ fhir:v "vvv" ] ;
         fhir:transform [ fhir:v "create" ]
       ] ) ;
       fhir:dependent ( [
         fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
         fhir:parameter ( [
           fhir:value [ fhir:v "vvv" ]
         ] [
           fhir:value [ fhir:v "vvv" ]
         ] )
       ] )
     ] [
       fhir:name [ fhir:v "ConceptMap-group" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "group" ] ;
         fhir:variable [ fhir:v "grp" ]
       ] ) ;
       fhir:rule ( [
         fhir:name [ fhir:v "ConceptMap-group-element" ] ;
         fhir:source ( [
           fhir:context [ fhir:v "grp" ] ;
           fhir:element [ fhir:v "element" ] ;
           fhir:variable [ fhir:v "els" ]
         ] ) ;
         fhir:target ( [
           fhir:context [ fhir:v "tgt" ] ;
           fhir:element [ fhir:v "element" ] ;
           fhir:variable [ fhir:v "elt" ]
         ] ) ;
         fhir:rule ( [
           fhir:name [ fhir:v "ConceptMap-element-code" ] ;
           fhir:source ( [
             fhir:context [ fhir:v "grp" ] ;
             fhir:element [ fhir:v "source" ] ;
             fhir:variable [ fhir:v "vvv" ]
           ] ) ;
           fhir:target ( [
             fhir:context [ fhir:v "elt" ] ;
             fhir:element [ fhir:v "codeSystem" ] ;
             fhir:variable [ fhir:v "vvv" ] ;
             fhir:transform [ fhir:v "create" ]
           ] ) ;
           fhir:dependent ( [
             fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
             fhir:parameter ( [
               fhir:value [ fhir:v "vvv" ]
             ] [
               fhir:value [ fhir:v "vvv" ]
             ] )
           ] )
         ] [
           fhir:name [ fhir:v "ConceptMap-element-code" ] ;
           fhir:source ( [
             fhir:context [ fhir:v "els" ] ;
             fhir:element [ fhir:v "code" ] ;
             fhir:variable [ fhir:v "vvv" ]
           ] ) ;
           fhir:target ( [
             fhir:context [ fhir:v "elt" ] ;
             fhir:element [ fhir:v "code" ] ;
             fhir:variable [ fhir:v "vvv" ] ;
             fhir:transform [ fhir:v "create" ]
           ] ) ;
           fhir:dependent ( [
             fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
             fhir:parameter ( [
               fhir:value [ fhir:v "vvv" ]
             ] [
               fhir:value [ fhir:v "vvv" ]
             ] )
           ] )
         ] [
           fhir:name [ fhir:v "ConceptMap-element-target" ] ;
           fhir:source ( [
             fhir:context [ fhir:v "els" ] ;
             fhir:element [ fhir:v "target" ] ;
             fhir:variable [ fhir:v "srcT" ]
           ] ) ;
           fhir:target ( [
             fhir:context [ fhir:v "elt" ] ;
             fhir:element [ fhir:v "target" ] ;
             fhir:variable [ fhir:v "tgtT" ]
           ] ) ;
           fhir:rule ( [
             fhir:name [ fhir:v "ConceptMap-target-codeSystem" ] ;
             fhir:source ( [
               fhir:context [ fhir:v "grp" ] ;
               fhir:element [ fhir:v "target" ] ;
               fhir:variable [ fhir:v "vvv" ]
             ] ) ;
             fhir:target ( [
               fhir:context [ fhir:v "tgtT" ] ;
               fhir:element [ fhir:v "codeSystem" ] ;
               fhir:variable [ fhir:v "vvv" ] ;
               fhir:transform [ fhir:v "create" ]
             ] ) ;
             fhir:dependent ( [
               fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
               fhir:parameter ( [
                 fhir:value [ fhir:v "vvv" ]
               ] [
                 fhir:value [ fhir:v "vvv" ]
               ] )
             ] )
           ] [
             fhir:name [ fhir:v "ConceptMap-target-code" ] ;
             fhir:source ( [
               fhir:context [ fhir:v "srcT" ] ;
               fhir:element [ fhir:v "code" ] ;
               fhir:variable [ fhir:v "vvv" ]
             ] ) ;
             fhir:target ( [
               fhir:context [ fhir:v "tgtT" ] ;
               fhir:element [ fhir:v "code" ] ;
               fhir:variable [ fhir:v "vvv" ] ;
               fhir:transform [ fhir:v "create" ]
             ] ) ;
             fhir:dependent ( [
               fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
               fhir:parameter ( [
                 fhir:value [ fhir:v "vvv" ]
               ] [
                 fhir:value [ fhir:v "vvv" ]
               ] )
             ] )
           ] [
             fhir:name [ fhir:v "ConceptMap-target-equivalence" ] ;
             fhir:source ( [
               fhir:context [ fhir:v "srcT" ] ;
               fhir:element [ fhir:v "equivalence" ] ;
               fhir:variable [ fhir:v "vvv" ]
             ] ) ;
             fhir:target ( [
               fhir:context [ fhir:v "tgtT" ] ;
               fhir:element [ fhir:v "equivalence" ] ;
               fhir:variable [ fhir:v "vvv" ] ;
               fhir:transform [ fhir:v "create" ]
             ] ) ;
             fhir:dependent ( [
               fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
               fhir:parameter ( [
                 fhir:value [ fhir:v "vvv" ]
               ] [
                 fhir:value [ fhir:v "vvv" ]
               ] )
             ] )
           ] [
             fhir:name [ fhir:v "ConceptMap-target-comments" ] ;
             fhir:source ( [
               fhir:context [ fhir:v "srcT" ] ;
               fhir:element [ fhir:v "comment" ] ;
               fhir:variable [ fhir:v "vvv" ]
             ] ) ;
             fhir:target ( [
               fhir:context [ fhir:v "tgtT" ] ;
               fhir:element [ fhir:v "comments" ] ;
               fhir:variable [ fhir:v "vvv" ] ;
               fhir:transform [ fhir:v "create" ]
             ] ) ;
             fhir:dependent ( [
               fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
               fhir:parameter ( [
                 fhir:value [ fhir:v "vvv" ]
               ] [
                 fhir:value [ fhir:v "vvv" ]
               ] )
             ] )
           ] [
             fhir:name [ fhir:v "ConceptMap-target-dependsOn" ] ;
             fhir:source ( [
               fhir:context [ fhir:v "srcT" ] ;
               fhir:element [ fhir:v "dependsOn" ] ;
               fhir:variable [ fhir:v "vs" ]
             ] ) ;
             fhir:target ( [
               fhir:context [ fhir:v "tgtT" ] ;
               fhir:element [ fhir:v "dependsOn" ] ;
               fhir:variable [ fhir:v "vt" ]
             ] ) ;
             fhir:rule ( [
               fhir:name [ fhir:v "ConceptMap-target-dependsOn-element" ] ;
               fhir:source ( [
                 fhir:context [ fhir:v "vs" ] ;
                 fhir:element [ fhir:v "property" ] ;
                 fhir:variable [ fhir:v "vvv" ]
               ] ) ;
               fhir:target ( [
                 fhir:context [ fhir:v "vt" ] ;
                 fhir:element [ fhir:v "element" ] ;
                 fhir:variable [ fhir:v "vvv" ] ;
                 fhir:transform [ fhir:v "create" ]
               ] ) ;
               fhir:dependent ( [
                 fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
                 fhir:parameter ( [
                   fhir:value [ fhir:v "vvv" ]
                 ] [
                   fhir:value [ fhir:v "vvv" ]
                 ] )
               ] )
             ] [
               fhir:name [ fhir:v "ConceptMap-target-dependsOn-codeSystem" ] ;
               fhir:source ( [
                 fhir:context [ fhir:v "vs" ] ;
                 fhir:element [ fhir:v "system" ] ;
                 fhir:variable [ fhir:v "vvv" ]
               ] ) ;
               fhir:target ( [
                 fhir:context [ fhir:v "vt" ] ;
                 fhir:element [ fhir:v "codeSystem" ] ;
                 fhir:variable [ fhir:v "vvv" ] ;
                 fhir:transform [ fhir:v "create" ]
               ] ) ;
               fhir:dependent ( [
                 fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
                 fhir:parameter ( [
                   fhir:value [ fhir:v "vvv" ]
                 ] [
                   fhir:value [ fhir:v "vvv" ]
                 ] )
               ] )
             ] [
               fhir:name [ fhir:v "ConceptMap-target-dependsOn-code" ] ;
               fhir:source ( [
                 fhir:context [ fhir:v "vs" ] ;
                 fhir:element [ fhir:v "code" ] ;
                 fhir:variable [ fhir:v "vvv" ]
               ] ) ;
               fhir:target ( [
                 fhir:context [ fhir:v "vt" ] ;
                 fhir:element [ fhir:v "code" ] ;
                 fhir:variable [ fhir:v "vvv" ] ;
                 fhir:transform [ fhir:v "create" ]
               ] ) ;
               fhir:dependent ( [
                 fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
                 fhir:parameter ( [
                   fhir:value [ fhir:v "vvv" ]
                 ] [
                   fhir:value [ fhir:v "vvv" ]
                 ] )
               ] )
             ] )
           ] [
             fhir:name [ fhir:v "ConceptMap-target-product" ] ;
             fhir:source ( [
               fhir:context [ fhir:v "srcT" ] ;
               fhir:element [ fhir:v "product" ] ;
               fhir:variable [ fhir:v "vs" ]
             ] ) ;
             fhir:target ( [
               fhir:context [ fhir:v "tgtT" ] ;
               fhir:element [ fhir:v "product" ] ;
               fhir:variable [ fhir:v "vt" ]
             ] ) ;
             fhir:rule ( [
               fhir:name [ fhir:v "ConceptMap-target-product-element" ] ;
               fhir:source ( [
                 fhir:context [ fhir:v "vs" ] ;
                 fhir:element [ fhir:v "property" ] ;
                 fhir:variable [ fhir:v "vvv" ]
               ] ) ;
               fhir:target ( [
                 fhir:context [ fhir:v "vt" ] ;
                 fhir:element [ fhir:v "element" ] ;
                 fhir:variable [ fhir:v "vvv" ] ;
                 fhir:transform [ fhir:v "create" ]
               ] ) ;
               fhir:dependent ( [
                 fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
                 fhir:parameter ( [
                   fhir:value [ fhir:v "vvv" ]
                 ] [
                   fhir:value [ fhir:v "vvv" ]
                 ] )
               ] )
             ] [
               fhir:name [ fhir:v "ConceptMap-target-product-codeSystem" ] ;
               fhir:source ( [
                 fhir:context [ fhir:v "vs" ] ;
                 fhir:element [ fhir:v "system" ] ;
                 fhir:variable [ fhir:v "vvv" ]
               ] ) ;
               fhir:target ( [
                 fhir:context [ fhir:v "vt" ] ;
                 fhir:element [ fhir:v "codeSystem" ] ;
                 fhir:variable [ fhir:v "vvv" ] ;
                 fhir:transform [ fhir:v "create" ]
               ] ) ;
               fhir:dependent ( [
                 fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
                 fhir:parameter ( [
                   fhir:value [ fhir:v "vvv" ]
                 ] [
                   fhir:value [ fhir:v "vvv" ]
                 ] )
               ] )
             ] [
               fhir:name [ fhir:v "ConceptMap-target-product-code" ] ;
               fhir:source ( [
                 fhir:context [ fhir:v "vs" ] ;
                 fhir:element [ fhir:v "code" ] ;
                 fhir:variable [ fhir:v "vvv" ]
               ] ) ;
               fhir:target ( [
                 fhir:context [ fhir:v "vt" ] ;
                 fhir:element [ fhir:v "code" ] ;
                 fhir:variable [ fhir:v "vvv" ] ;
                 fhir:transform [ fhir:v "create" ]
               ] ) ;
               fhir:dependent ( [
                 fhir:name [ fhir:v "DefaultMappingGroupAnonymousAlias" ] ;
                 fhir:parameter ( [
                   fhir:value [ fhir:v "vvv" ]
                 ] [
                   fhir:value [ fhir:v "vvv" ]
                 ] )
               ] )
             ] )
           ] )
         ] )
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

