@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://va.gov/fhir/StructureMap/Vpr2ImplantableDeviceProsthesis> a fhir:StructureMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Vpr2ImplantableDeviceProsthesis"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: StructureMap Vpr2ImplantableDeviceProsthesis</b></p><a name=\"Vpr2ImplantableDeviceProsthesis\"> </a><a name=\"hcVpr2ImplantableDeviceProsthesis\"> </a><pre class=\"fml\">#xD;\n<b>map</b><span style=\"color: navy\"> \"</span>http://va.gov/fhir/StructureMap/Vpr2ImplantableDeviceProsthesis<span style=\"color: navy\">\" = \"</span>Vpr2ImplantableDeviceProsthesis<span style=\"color: navy\">\"#xD;\n#xD;\n</span><b>uses</b><span style=\"color: navy\"> \"</span><a href=\"StructureDefinition-VprSurgery.html\" title=\"VPR surgery\">http://va.gov/fhir/StructureDefinition/VprSurgery</a><span style=\"color: navy\">\" </span><b>alias </b>VprSurgery <b>as </b><b>source</b>#xD;\n<b>uses</b><span style=\"color: navy\"> \"</span><a href=\"StructureDefinition-ImplantableDeviceProsthesis.html\" title=\"Implantable Device: Prosthesis\">http://va.gov/fhir/StructureDefinition/ImplantableDeviceProsthesis</a><span style=\"color: navy\">\" </span><b>alias </b>ImplantableDeviceProsthesis <b>as </b><b>target</b>#xD;\n#xD;\n<b>group </b>map<span style=\"color: navy\">(</span><b>source</b> <span style=\"color: maroon\">surgery</span><span style=\"color: navy\"> : </span>VprSurgery, <b>target</b> <span style=\"color: maroon\">tgt</span><span style=\"color: navy\"> : </span>ImplantableDeviceProsthesis<span style=\"color: navy\">)</span><b> &lt;&lt;type+&gt;&gt;</b><span style=\"color: navy\"> {#xD;\n</span>  surgery.facility<b> as </b><span style=\"color: maroon\">v</span><span style=\"color: navy\"><b> -&gt; </b></span>tgt.owner = <span style=\"color: maroon\">v</span><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://va.gov/fhir/StructureMap/Vpr2ImplantableDeviceProsthesis"^^xsd:anyURI ;
     fhir:l <http://va.gov/fhir/StructureMap/Vpr2ImplantableDeviceProsthesis>
  ] ; # 
  fhir:version [ fhir:v "2.5.0"] ; # 
  fhir:name [ fhir:v "Vpr2ImplantableDeviceProsthesis"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-03-31T16:09:38+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "VA"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "VA" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.va.gov" ]
     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "US" ] ;
       fhir:display [ fhir:v "United States of America" ]
     ] )
  ] ) ; # 
  fhir:structure ( [
     fhir:url [
       fhir:v "http://va.gov/fhir/StructureDefinition/VprSurgery"^^xsd:anyURI ;
       fhir:l <http://va.gov/fhir/StructureDefinition/VprSurgery>
     ] ;
     fhir:mode [ fhir:v "source" ] ;
     fhir:alias [ fhir:v "VprSurgery" ]
  ] [
     fhir:url [
       fhir:v "http://va.gov/fhir/StructureDefinition/ImplantableDeviceProsthesis"^^xsd:anyURI ;
       fhir:l <http://va.gov/fhir/StructureDefinition/ImplantableDeviceProsthesis>
     ] ;
     fhir:mode [ fhir:v "target" ] ;
     fhir:alias [ fhir:v "ImplantableDeviceProsthesis" ]
  ] ) ; # 
  fhir:group ( [
     fhir:name [ fhir:v "map" ] ;
     fhir:typeMode [ fhir:v "type-and-types" ] ;
     fhir:input ( [
       fhir:name [ fhir:v "surgery" ] ;
       fhir:type [ fhir:v "VprSurgery" ] ;
       fhir:mode [ fhir:v "source" ]
     ] [
       fhir:name [ fhir:v "tgt" ] ;
       fhir:type [ fhir:v "ImplantableDeviceProsthesis" ] ;
       fhir:mode [ fhir:v "target" ]
     ] ) ;
     fhir:rule ( [
       fhir:name [ fhir:v "facility" ] ;
       fhir:source ( [
         fhir:context [ fhir:v "surgery" ] ;
         fhir:element [ fhir:v "facility" ] ;
         fhir:variable [ fhir:v "v" ]
       ] ) ;
       fhir:target ( [
         fhir:context [ fhir:v "tgt" ] ;
         fhir:contextType [ fhir:v "variable" ] ;
         fhir:element [ fhir:v "owner" ] ;
         fhir:transform [ fhir:v "copy" ] ;
         fhir:parameter ( [
           fhir:value [
             a fhir:Id ;
             fhir:v "v"
           ]
         ] )
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

