{
  "resourceType": "CodeSystem",
  "id": "supplydelivery-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>SupplyDeliveryStatus</h2>\n            <div>\n              <p>Status of the supply delivery.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/supplydelivery-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>in-progress\n                  <a name=\"supplydelivery-status-in-progress\"> </a>\n                </td>\n                <td>In Progress</td>\n                <td>Supply has been requested, but not delivered.</td>\n              </tr>\n              <tr>\n                <td>completed\n                  <a name=\"supplydelivery-status-completed\"> </a>\n                </td>\n                <td>Delivered</td>\n                <td>Supply has been delivered (&quot;completed&quot;).</td>\n              </tr>\n              <tr>\n                <td>abandoned\n                  <a name=\"supplydelivery-status-abandoned\"> </a>\n                </td>\n                <td>Abandoned</td>\n                <td>Delivery was not completed.</td>\n              </tr>\n              <tr>\n                <td>entered-in-error\n                  <a name=\"supplydelivery-status-entered-in-error\"> </a>\n                </td>\n                <td>Entered In Error</td>\n                <td>This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be &quot;cancelled&quot; rather than &quot;entered-in-error&quot;.)</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": "oo"
    }
  ],
  "url": "http://hl7.org/fhir/supplydelivery-status",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.687"
  },
  "version": "3.0.1",
  "name": "SupplyDeliveryStatus",
  "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": "Status of the supply delivery.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/supplydelivery-status",
  "content": "complete",
  "concept": [
    {
      "code": "in-progress",
      "display": "In Progress",
      "definition": "Supply has been requested, but not delivered."
    },
    {
      "code": "completed",
      "display": "Delivered",
      "definition": "Supply has been delivered (\"completed\")."
    },
    {
      "code": "abandoned",
      "display": "Abandoned",
      "definition": "Delivery was not completed."
    },
    {
      "code": "entered-in-error",
      "display": "Entered In Error",
      "definition": "This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be \"cancelled\" rather than \"entered-in-error\".)"
    }
  ]
}