@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/pacio-toc/Device/BSJ2-Device-WoundPump> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BSJ2-Device-WoundPump"] ; # 
  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: Device BSJ2-Device-WoundPump</b></p><a name=\"BSJ2-Device-WoundPump\"> </a><a name=\"hcBSJ2-Device-WoundPump\"> </a><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Wound Pump</td><td>User Friendly name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 462410000}\">Negative-pressure wound therapy system pump (physical object)</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:deviceName ( [
     fhir:name [ fhir:v "Wound Pump" ] ;
     fhir:type [ fhir:v "user-friendly-name" ]
  ] ) ; # 
  fhir:type [
     fhir:coding ( [
       a sct:462410000 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "462410000" ] ;
       fhir:display [ fhir:v "Negative-pressure wound therapy system pump (physical object)" ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

