{
  "resourceType": "CodeSystem",
  "id": "medication-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>MedicationRequestStatus</h2>\n            <div>\n              <p>A coded concept specifying the state of the prescribing event. Describes the lifecycle of the prescription</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/medication-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>active\n                  <a name=\"medication-request-status-active\"> </a>\n                </td>\n                <td>Active</td>\n                <td>The prescription 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=\"medication-request-status-on-hold\"> </a>\n                </td>\n                <td>On Hold</td>\n                <td>Actions implied by the prescription are to be temporarily halted, but are expected to continue later.  May also be called &quot;suspended&quot;.</td>\n              </tr>\n              <tr>\n                <td>cancelled\n                  <a name=\"medication-request-status-cancelled\"> </a>\n                </td>\n                <td>Cancelled</td>\n                <td>The prescription has been withdrawn.</td>\n              </tr>\n              <tr>\n                <td>completed\n                  <a name=\"medication-request-status-completed\"> </a>\n                </td>\n                <td>Completed</td>\n                <td>All actions that are implied by the prescription have occurred.</td>\n              </tr>\n              <tr>\n                <td>entered-in-error\n                  <a name=\"medication-request-status-entered-in-error\"> </a>\n                </td>\n                <td>Entered In Error</td>\n                <td>The prescription was entered in error.</td>\n              </tr>\n              <tr>\n                <td>stopped\n                  <a name=\"medication-request-status-stopped\"> </a>\n                </td>\n                <td>Stopped</td>\n                <td>Actions implied by the prescription are to be permanently halted, before all of them occurred.</td>\n              </tr>\n              <tr>\n                <td>draft\n                  <a name=\"medication-request-status-draft\"> </a>\n                </td>\n                <td>Draft</td>\n                <td>The prescription is not yet 'actionable', i.e. it is a work in progress, requires sign-off or verification, and needs to be run through decision support process.</td>\n              </tr>\n              <tr>\n                <td>unknown\n                  <a name=\"medication-request-status-unknown\"> </a>\n                </td>\n                <td>Unknown</td>\n                <td>The authoring system does not know which of the status values currently applies for this request</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": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "phx"
    }
  ],
  "url": "http://hl7.org/fhir/medication-request-status",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.344"
  },
  "version": "3.0.1",
  "name": "MedicationRequestStatus",
  "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": "A coded concept specifying the state of the prescribing event. Describes the lifecycle of the prescription",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/medication-request-status",
  "content": "complete",
  "concept": [
    {
      "code": "active",
      "display": "Active",
      "definition": "The prescription 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 prescription are to be temporarily halted, but are expected to continue later.  May also be called \"suspended\"."
    },
    {
      "code": "cancelled",
      "display": "Cancelled",
      "definition": "The prescription has been withdrawn."
    },
    {
      "code": "completed",
      "display": "Completed",
      "definition": "All actions that are implied by the prescription have occurred."
    },
    {
      "code": "entered-in-error",
      "display": "Entered In Error",
      "definition": "The prescription was entered in error."
    },
    {
      "code": "stopped",
      "display": "Stopped",
      "definition": "Actions implied by the prescription are to be permanently halted, before all of them occurred."
    },
    {
      "code": "draft",
      "display": "Draft",
      "definition": "The prescription is not yet 'actionable', i.e. it is a work in progress, requires sign-off or verification, and needs to be run through decision support process."
    },
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "The authoring system does not know which of the status values currently applies for this request"
    }
  ]
}