Point-of-Care Device Implementation Guide
0.3.0 - STU 1 Ballot

This page is part of the Point-of-care Device FHIR IG (v0.3.0: STU 1 Ballot 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Operating mode code system - XML Representation

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="operating-mode"/>
  <meta>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system http://hl7.org/fhir/uv/pocd/CodeSystem/operating-mode 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>
  </text>
  <url value="http://hl7.org/fhir/uv/pocd/CodeSystem/operating-mode"/>
  <version value="0.3.0"/>
  <name value="OperatingMode"/>
  <title value="Operating mode"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2020-05-12"/>
  <publisher value="HL7 International - Devices Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/healthcaredevices"/>
    </telecom>
  </contact>
  <description value="CodeSystem for IEEE 11073-10207 MdsState/OperatingMode"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="false"/>
  <content value="complete"/>
  <concept>
    <code value="Nml"/>
    <display value="Normal"/>
    <definition
                value="The POC MEDICAL DEVICE operates in a mode that supports the fulfillment of its clinical functions."/>
  </concept>
  <concept>
    <code value="Dmo"/>
    <display value="Demo"/>
    <definition
                value="The POC MEDICAL DEVICE operates in a mode that is intended for demonstration purposes only. Arbitrary values are generated."/>
  </concept>
  <concept>
    <code value="Srv"/>
    <display value="Service"/>
    <definition
                value="The POC MEDICAL DEVICE operates in a mode that is intended for services purposes only."/>
  </concept>
  <concept>
    <code value="Mtn"/>
    <display value="Maintenance"/>
    <definition
                value="Maintenance. The POC MEDICAL DEVICE operates in a mode that is intended for maintenance purposes only."/>
  </concept>
</CodeSystem>