Point-of-Care Device Implementation Guide
current - CI Build International flag

Point-of-Care Device Implementation Guide, published by HL7 International - Devices Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/uv-pocd/ and changes regularly. See the Directory of published versions

: Operating mode code system - TTL Representation

Draft as of 2020-05-12

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "operating-mode"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/uv/pocd/CodeSystem/operating-mode</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Nml<a name=\"operating-mode-Nml\"> </a></td><td>Normal</td><td>The POC MEDICAL DEVICE operates in a mode that supports the fulfillment of its clinical functions.</td></tr><tr><td style=\"white-space:nowrap\">Dmo<a name=\"operating-mode-Dmo\"> </a></td><td>Demo</td><td>The POC MEDICAL DEVICE operates in a mode that is intended for demonstration purposes only. Arbitrary values are generated.</td></tr><tr><td style=\"white-space:nowrap\">Srv<a name=\"operating-mode-Srv\"> </a></td><td>Service</td><td>The POC MEDICAL DEVICE operates in a mode that is intended for services purposes only.</td></tr><tr><td style=\"white-space:nowrap\">Mtn<a name=\"operating-mode-Mtn\"> </a></td><td>Maintenance</td><td>Maintenance. The POC MEDICAL DEVICE operates in a mode that is intended for maintenance purposes only.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/pocd/CodeSystem/operating-mode"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "current"] ; # 
  fhir:name [ fhir:v "OperatingMode"] ; # 
  fhir:title [ fhir:v "Operating mode"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-05-12"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International - Devices Work Group"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/healthcaredevices" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for IEEE 11073-10207 MdsState/OperatingMode"] ; # 
  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:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Nml" ] ;
fhir:display [ fhir:v "Normal" ] ;
fhir:definition [ fhir:v "The POC MEDICAL DEVICE operates in a mode that supports the fulfillment of its clinical functions." ]
  ] [
fhir:code [ fhir:v "Dmo" ] ;
fhir:display [ fhir:v "Demo" ] ;
fhir:definition [ fhir:v "The POC MEDICAL DEVICE operates in a mode that is intended for demonstration purposes only. Arbitrary values are generated." ]
  ] [
fhir:code [ fhir:v "Srv" ] ;
fhir:display [ fhir:v "Service" ] ;
fhir:definition [ fhir:v "The POC MEDICAL DEVICE operates in a mode that is intended for services purposes only." ]
  ] [
fhir:code [ fhir:v "Mtn" ] ;
fhir:display [ fhir:v "Maintenance" ] ;
fhir:definition [ fhir:v "Maintenance. The POC MEDICAL DEVICE operates in a mode that is intended for maintenance purposes only." ]
  ] ) . #