@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/Binary5to4> a fhir:StructureMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Binary5to4"] ; # 
  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/Binary5to4'</span>\r\n<span style=\"color: #cc00cc\">/// <b>name</b> = </span><span style=\"color: blue\">'Binary5to4'</span>\r\n<span style=\"color: #cc00cc\">/// <b>title</b> = </span><span style=\"color: blue\">'FML Conversion for Binary: R5 to R4'</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><a href=\"http://hl7.org/fhir/R5/binary.html\" title=\"Binary\">http://hl7.org/fhir/StructureDefinition/Binary</a><span style=\"color: navy\">&quot; </span><b>alias </b>BinaryR5 <b>as </b><b>source</b>\r\n<b>uses</b><span style=\"color: navy\"> &quot;</span><a href=\"http://hl7.org/fhir/R4/binary.html\" title=\"Binary\">http://hl7.org/fhir/4.0/StructureDefinition/Binary</a><span style=\"color: navy\">&quot; </span><b>alias </b>BinaryR4 <b>as </b><b>target</b>\r\n\r\n<b>imports</b><span style=\"color: navy\"> &quot;</span>http://hl7.org/fhir/StructureMap/*5to4<span style=\"color: navy\">&quot;\r\n</span>\r\n<b>group </b>Binary<span style=\"color: navy\">(</span><b>source</b> <span style=\"color: maroon\">src</span><span style=\"color: navy\"> : </span>BinaryR5, <b>target</b> <span style=\"color: maroon\">tgt</span><span style=\"color: navy\"> : </span>BinaryR4<span style=\"color: navy\">)</span><b> extends </b>Resource<b> &lt;&lt;type+&gt;&gt;</b><span style=\"color: navy\"> {\r\n</span>  src.contentType<span style=\"color: navy\"><b> -&gt; </b></span>tgt.contentType<span style=\"color: navy\">;</span>\r\n  src.securityContext<span style=\"color: navy\"><b> -&gt; </b></span>tgt.securityContext<span style=\"color: navy\">;</span>\r\n  src.data<span style=\"color: navy\"><b> -&gt; </b></span>tgt.data<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.extensions"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions>
         ]
       ] )
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       fhir:v "trial-use" ;
       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.extensions"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/StructureMap/Binary5to4"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.1.0-snapshot1"] ; # 
  fhir:name [ fhir:v "Binary5to4"] ; # 
  fhir:title [ fhir:v "FML Conversion for Binary: R5 to R4"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-03-12T13:30:10+11: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 "FMLConversionforBinaryR5toR4"] ; # 
  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/StructureDefinition/Binary"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/StructureDefinition/Binary>
     ] ;
     fhir:mode [ fhir:v "source" ] ;
     fhir:alias [ fhir:v "BinaryR5" ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/4.0/StructureDefinition/Binary"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/4.0/StructureDefinition/Binary>
     ] ;
     fhir:mode [ fhir:v "target" ] ;
     fhir:alias [ fhir:v "BinaryR4" ]
  ] ) ; # 
  fhir:import ( [
     fhir:v "http://hl7.org/fhir/StructureMap/*5to4"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/StructureMap/*5to4>
  ] ) ; # 
  fhir:group ( [
     fhir:name [ fhir:v "Binary" ] ;
     fhir:extends [ fhir:v "Resource" ] ;
     fhir:typeMode [ fhir:v "type-and-types" ] ;
     fhir:input ( [
       fhir:name [ fhir:v "src" ] ;
       fhir:type [ fhir:v "BinaryR5" ] ;
       fhir:mode [ fhir:v "source" ]
     ] [
       fhir:name [ fhir:v "tgt" ] ;
       fhir:type [ fhir:v "BinaryR4" ] ;
       fhir:mode [ fhir:v "target" ]
     ] ) ;
     fhir:rule ( [
       fhir:name [ fhir:v "contentType" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "contentType" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "contentType" ] ;
         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 "securityContext" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "securityContext" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "securityContext" ] ;
         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 "data" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "src" ] ;
         fhir:element [ fhir:v "data" ] ;
         fhir:variable [ fhir:v "vvv" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:element [ fhir:v "data" ] ;
         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" ]
         ] )
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

