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