@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-operation-mode> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "device-operation-mode"] ; # 
  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-operation-mode</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\">normal\n                  <a name=\"device-operation-mode-normal\"> </a>\n                </td>\n                <td>Normal</td>\n                <td>The device operates in a mode that supports the fulfillment of its clinical functions.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">demo\n                  <a name=\"device-operation-mode-demo\"> </a>\n                </td>\n                <td>Demo</td>\n                <td>The device operates in a mode that is intended for demonstration purposes only. Arbitrary values are generated.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">service\n                  <a name=\"device-operation-mode-service\"> </a>\n                </td>\n                <td>Service</td>\n                <td>The device operates in a mode that is intended for correcting a functional problem of the device only. Arbitrary values may be generated.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">maintenance\n                  <a name=\"device-operation-mode-maintenance\"> </a>\n                </td>\n                <td>Maintenance</td>\n                <td>The device operates in a mode that is intended for preventative and/or scheduled maintenance purposes only.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">test\n                  <a name=\"device-operation-mode-test\"> </a>\n                </td>\n                <td>Test</td>\n                <td>The device operates in a test mode that is not intended to be used for production/operational purposes.</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 2
     ]
  ] [
     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-operation-mode"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/device-operation-mode>
  ] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "FHIRDeviceOperationMode"] ; # 
  fhir:title [ fhir:v "FHIR Device Operation Mode"] ; # 
  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 operation mode 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-operation-mode"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/device-operation-mode>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "normal" ] ;
     fhir:display [ fhir:v "Normal" ] ;
     fhir:definition [ fhir:v "The device operates in a mode that supports the fulfillment of its clinical functions." ]
  ] [
     fhir:code [ fhir:v "demo" ] ;
     fhir:display [ fhir:v "Demo" ] ;
     fhir:definition [ fhir:v "The device operates in a mode that is intended for demonstration purposes only. Arbitrary values are generated." ]
  ] [
     fhir:code [ fhir:v "service" ] ;
     fhir:display [ fhir:v "Service" ] ;
     fhir:definition [ fhir:v "The device operates in a mode that is intended for correcting a functional problem of the device only. Arbitrary values may be generated." ]
  ] [
     fhir:code [ fhir:v "maintenance" ] ;
     fhir:display [ fhir:v "Maintenance" ] ;
     fhir:definition [ fhir:v "The device operates in a mode that is intended for preventative and/or scheduled maintenance purposes only." ]
  ] [
     fhir:code [ fhir:v "test" ] ;
     fhir:display [ fhir:v "Test" ] ;
     fhir:definition [ fhir:v "The device operates in a test mode that is not intended to be used for production/operational purposes." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

