@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://hl7.org/fhir/uv/xver/CodeSystem/device-category> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "device-category"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/device-category</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">active\n                  <a name=\"device-category-active\"> </a>\n                </td>\n                <td>Active</td>\n                <td>Device where the operation depends on a source of energy.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">communicating\n                  <a name=\"device-category-communicating\"> </a>\n                </td>\n                <td>communicating</td>\n                <td>Device communicates electronically to peer information systems or possibly another device.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">dme\n                  <a name=\"device-category-dme\"> </a>\n                </td>\n                <td>Durable Medical Equipment</td>\n                <td>Equipment and supplies that provides therapeutic benefits to a patient.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">home-use\n                  <a name=\"device-category-home-use\"> </a>\n                </td>\n                <td>Maintenance</td>\n                <td>Medical device intended for users in a non-medical setting.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">implantable\n                  <a name=\"device-category-implantable\"> </a>\n                </td>\n                <td>Implantable</td>\n                <td>A device that is placed into a surgically or naturally formed cavity of the human body.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">in-vitro\n                  <a name=\"device-category-in-vitro\"> </a>\n                </td>\n                <td>In vitro</td>\n                <td>Tests done on samples such as blood or tissue that have been taken from the human body.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">point-of-care\n                  <a name=\"device-category-point-of-care\"> </a>\n                </td>\n                <td>Point of Care</td>\n                <td>a class of communicating devices that are used by medical providers for various purposes (e.g., monitoring, delivering or measuring).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">single-use\n                  <a name=\"device-category-single-use\"> </a>\n                </td>\n                <td>Single Use</td>\n                <td>A device use on one individual during a single procedure.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">reusable\n                  <a name=\"device-category-reusable\"> </a>\n                </td>\n                <td>Reusable</td>\n                <td>A device that healthcare providers can use to diagnose and treat one or more patients.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">software\n                  <a name=\"device-category-software\"> </a>\n                </td>\n                <td>Software</td>\n                <td>A device that may include a software component or consist exclusively of software e.g. data transformer or converter, clinical support algorithms, clinical apps</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "trial-use"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 0
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "packageId"^^xsd:anyURI ;
         fhir:l fhir:packageId
       ] ;
       fhir:value [
         a fhir:Id ;
         fhir:v "hl7.fhir.uv.xver-r5.r4"
       ]
     ] [
       fhir:url [
         fhir:v "version"^^xsd:anyURI ;
         fhir:l fhir:version
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "0.1.0"
       ]
     ] [
       fhir:url [
         fhir:v "uri"^^xsd:anyURI ;
         fhir:l fhir:uri
       ] ;
       fhir:value [
         a fhir:Uri ;
         fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4>
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/package-source>
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "oo"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/device-category"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/device-category>
  ] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "FHIRDeviceCategory"] ; # 
  fhir:title [ fhir:v "FHIR Device Category"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2022-03-27T18:01:24-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Orders and Observations"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Orders and Observations" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The category of the device."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/device-category"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/device-category>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "active" ] ;
     fhir:display [ fhir:v "Active" ] ;
     fhir:definition [ fhir:v "Device where the operation depends on a source of energy." ]
  ] [
     fhir:code [ fhir:v "communicating" ] ;
     fhir:display [ fhir:v "communicating" ] ;
     fhir:definition [ fhir:v "Device communicates electronically to peer information systems or possibly another device." ]
  ] [
     fhir:code [ fhir:v "dme" ] ;
     fhir:display [ fhir:v "Durable Medical Equipment" ] ;
     fhir:definition [ fhir:v "Equipment and supplies that provides therapeutic benefits to a patient." ]
  ] [
     fhir:code [ fhir:v "home-use" ] ;
     fhir:display [ fhir:v "Maintenance" ] ;
     fhir:definition [ fhir:v "Medical device intended for users in a non-medical setting." ]
  ] [
     fhir:code [ fhir:v "implantable" ] ;
     fhir:display [ fhir:v "Implantable" ] ;
     fhir:definition [ fhir:v "A device that is placed into a surgically or naturally formed cavity of the human body." ]
  ] [
     fhir:code [ fhir:v "in-vitro" ] ;
     fhir:display [ fhir:v "In vitro" ] ;
     fhir:definition [ fhir:v "Tests done on samples such as blood or tissue that have been taken from the human body." ]
  ] [
     fhir:code [ fhir:v "point-of-care" ] ;
     fhir:display [ fhir:v "Point of Care" ] ;
     fhir:definition [ fhir:v "a class of communicating devices that are used by medical providers for various purposes (e.g., monitoring, delivering or measuring)." ]
  ] [
     fhir:code [ fhir:v "single-use" ] ;
     fhir:display [ fhir:v "Single Use" ] ;
     fhir:definition [ fhir:v "A device use on one individual during a single procedure." ]
  ] [
     fhir:code [ fhir:v "reusable" ] ;
     fhir:display [ fhir:v "Reusable" ] ;
     fhir:definition [ fhir:v "A device that healthcare providers can use to diagnose and treat one or more patients." ]
  ] [
     fhir:code [ fhir:v "software" ] ;
     fhir:display [ fhir:v "Software" ] ;
     fhir:definition [ fhir:v "A device that may include a software component or consist exclusively of software e.g. data transformer or converter, clinical support algorithms, clinical apps" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

