<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="operational-status" />
  <meta>
    <lastUpdated value="2017-04-19T07:44:43.294+10:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>DeviceComponentOperationalStatus</h2>
      <div>
        <p>Codes representing the current status of the device - on, off, suspended, etc.</p>
      </div>
      <p>This code system http://hl7.org/fhir/operational-status defines the following codes:</p>
      <table class="codes">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>off
                  <a name="operational-status-off"></a></td>
          <td>Off</td>
          <td>The device is off.</td>
        </tr>
        <tr>
          <td>on
                  <a name="operational-status-on"></a></td>
          <td>On</td>
          <td>The device is fully operational.</td>
        </tr>
        <tr>
          <td>not-ready
                  <a name="operational-status-not-ready"></a></td>
          <td>Not Ready</td>
          <td>The device is not ready.</td>
        </tr>
        <tr>
          <td>standby
                  <a name="operational-status-standby"></a></td>
          <td>Standby</td>
          <td>The device is ready but not actively operating.</td>
        </tr>
        <tr>
          <td>transduc-discon
                  <a name="operational-status-transduc-discon"></a></td>
          <td>Transducer Diconnected</td>
          <td>The device transducer is diconnected.</td>
        </tr>
        <tr>
          <td>hw-discon
                  <a name="operational-status-hw-discon"></a></td>
          <td>Hardware Disconnectd</td>
          <td>The device hardware is disconnected.</td>
        </tr>
        <tr>
          <td>entered-in-error
                  <a name="operational-status-entered-in-error"></a></td>
          <td>Entered In Error</td>
          <td>The device was entered in error.</td>
        </tr>
      </table>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status">
    <valueString value="Informative" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="dev" />
  </extension>
  <url value="http://hl7.org/fhir/operational-status" />
  <identifier>
    <system value="urn:ietf:rfc:3986" />
    <value value="urn:oid:2.16.840.1.113883.4.642.1.896" />
  </identifier>
  <version value="3.0.1" />
  <name value="DeviceComponentOperationalStatus" />
  <status value="draft" />
  <experimental value="false" />
  <date value="2017-04-19T07:44:43+10:00" />
  <publisher value="HL7 (FHIR Project)" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org/fhir" />
    </telecom>
    <telecom>
      <system value="email" />
      <value value="fhir@lists.hl7.org" />
    </telecom>
  </contact>
  <description value="Codes representing the current status of the device - on, off, suspended, etc." />
  <caseSensitive value="true" />
  <valueSet value="http://hl7.org/fhir/ValueSet/operational-status" />
  <content value="complete" />
  <concept>
    <code value="off" />
    <display value="Off" />
    <definition value="The device is off." />
  </concept>
  <concept>
    <code value="on" />
    <display value="On" />
    <definition value="The device is fully operational." />
  </concept>
  <concept>
    <code value="not-ready" />
    <display value="Not Ready" />
    <definition value="The device is not ready." />
  </concept>
  <concept>
    <code value="standby" />
    <display value="Standby" />
    <definition value="The device is ready but not actively operating." />
  </concept>
  <concept>
    <code value="transduc-discon" />
    <display value="Transducer Diconnected" />
    <definition value="The device transducer is diconnected." />
  </concept>
  <concept>
    <code value="hw-discon" />
    <display value="Hardware Disconnectd" />
    <definition value="The device hardware is disconnected." />
  </concept>
  <concept>
    <code value="entered-in-error" />
    <display value="Entered In Error" />
    <definition value="The device was entered in error." />
  </concept>
</CodeSystem>