{
  "resourceType": "CodeSystem",
  "id": "nutrition-request-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>NutritionOrderStatus</h2>\n            <div>\n              <p>Codes specifying the state of the request. Describes the lifecycle of the nutrition order.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/nutrition-request-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>proposed\n                  <a name=\"nutrition-request-status-proposed\"> </a>\n                </td>\n                <td>Proposed</td>\n                <td>The request has been proposed.</td>\n              </tr>\n              <tr>\n                <td>draft\n                  <a name=\"nutrition-request-status-draft\"> </a>\n                </td>\n                <td>Draft</td>\n                <td>The request is in preliminary form prior to being sent.</td>\n              </tr>\n              <tr>\n                <td>planned\n                  <a name=\"nutrition-request-status-planned\"> </a>\n                </td>\n                <td>Planned</td>\n                <td>The request has been planned.</td>\n              </tr>\n              <tr>\n                <td>requested\n                  <a name=\"nutrition-request-status-requested\"> </a>\n                </td>\n                <td>Requested</td>\n                <td>The request has been placed.</td>\n              </tr>\n              <tr>\n                <td>active\n                  <a name=\"nutrition-request-status-active\"> </a>\n                </td>\n                <td>Active</td>\n                <td>The request is 'actionable', but not all actions that are implied by it have occurred yet.</td>\n              </tr>\n              <tr>\n                <td>on-hold\n                  <a name=\"nutrition-request-status-on-hold\"> </a>\n                </td>\n                <td>On-Hold</td>\n                <td>Actions implied by the request have been temporarily halted, but are expected to continue later. May also be called &quot;suspended&quot;.</td>\n              </tr>\n              <tr>\n                <td>completed\n                  <a name=\"nutrition-request-status-completed\"> </a>\n                </td>\n                <td>Completed</td>\n                <td>All actions that are implied by the order have occurred and no continuation is planned (this will rarely be made explicit).</td>\n              </tr>\n              <tr>\n                <td>cancelled\n                  <a name=\"nutrition-request-status-cancelled\"> </a>\n                </td>\n                <td>Cancelled</td>\n                <td>The request has been withdrawn and is no longer actionable.</td>\n              </tr>\n              <tr>\n                <td>entered-in-error\n                  <a name=\"nutrition-request-status-entered-in-error\"> </a>\n                </td>\n                <td>Entered in Error</td>\n                <td>The request was entered in error and voided.</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": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    }
  ],
  "url": "http://hl7.org/fhir/nutrition-request-status",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.370"
  },
  "version": "3.0.1",
  "name": "NutritionOrderStatus",
  "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 specifying the state of the request. Describes the lifecycle of the nutrition order.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/nutrition-request-status",
  "content": "complete",
  "concept": [
    {
      "code": "proposed",
      "display": "Proposed",
      "definition": "The request has been proposed."
    },
    {
      "code": "draft",
      "display": "Draft",
      "definition": "The request is in preliminary form prior to being sent."
    },
    {
      "code": "planned",
      "display": "Planned",
      "definition": "The request has been planned."
    },
    {
      "code": "requested",
      "display": "Requested",
      "definition": "The request has been placed."
    },
    {
      "code": "active",
      "display": "Active",
      "definition": "The request is 'actionable', but not all actions that are implied by it have occurred yet."
    },
    {
      "code": "on-hold",
      "display": "On-Hold",
      "definition": "Actions implied by the request have been temporarily halted, but are expected to continue later. May also be called \"suspended\"."
    },
    {
      "code": "completed",
      "display": "Completed",
      "definition": "All actions that are implied by the order have occurred and no continuation is planned (this will rarely be made explicit)."
    },
    {
      "code": "cancelled",
      "display": "Cancelled",
      "definition": "The request has been withdrawn and is no longer actionable."
    },
    {
      "code": "entered-in-error",
      "display": "Entered in Error",
      "definition": "The request was entered in error and voided."
    }
  ]
}