FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: DeviceDispense Status Reason Codes - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "devicedispense-status-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/CodeSystem/devicedispense-status-reason</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\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 style=\"white-space:nowrap\">out-of-stock\n                  <a name=\"devicedispense-status-reason-out-of-stock\"> </a>\n                </td>\n                <td>Out of Stock</td>\n                <td>The device was not dispensed because it was not available.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">off-market\n                  <a name=\"devicedispense-status-reason-off-market\"> </a>\n                </td>\n                <td>Off market</td>\n                <td>The device was not dispensed because it is of-market - for example not authorized, withdrawn or recalled.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">contraindication\n                  <a name=\"devicedispense-status-reason-contraindication\"> </a>\n                </td>\n                <td>Contraindication</td>\n                <td>The device was not dispensed because a contraindication was found - for example pregnancy, allergy to a device component...</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">incompatible-device\n                  <a name=\"devicedispense-status-reason-incompatible-device\"> </a>\n                </td>\n                <td>Incompatible device</td>\n                <td>The device was not dispensed because an incompatibility has been found with the device or between the device and other devices being used in the same context.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">order-expired\n                  <a name=\"devicedispense-status-reason-order-expired\"> </a>\n                </td>\n                <td>Order expired</td>\n                <td>The device was not dispensed because the order has expired or been invalidated.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">verbal-order\n                  <a name=\"devicedispense-status-reason-verbal-order\"> </a>\n                </td>\n                <td>Verbal order</td>\n                <td>The device not dispensed because there was a verbal order.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "oo"
    }
  ],
  "url" : "http://hl7.org/fhir/CodeSystem/devicedispense-status-reason",
  "version" : "5.0.0",
  "name" : "DeviceDispenseStatusReasonCodes",
  "title" : "DeviceDispense Status Reason Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-13T16:55:28-04:00",
  "publisher" : "Orders and Observations",
  "contact" : [
    {
      "name" : "Orders and Observations",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "DeviceDispense Status Reason Codes",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "out-of-stock",
      "display" : "Out of Stock",
      "definition" : "The device was not dispensed because it was not available."
    },
    {
      "code" : "off-market",
      "display" : "Off market",
      "definition" : "The device was not dispensed because it is of-market - for example not authorized, withdrawn or recalled."
    },
    {
      "code" : "contraindication",
      "display" : "Contraindication",
      "definition" : "The device was not dispensed because a contraindication was found - for example pregnancy, allergy to a device component..."
    },
    {
      "code" : "incompatible-device",
      "display" : "Incompatible device",
      "definition" : "The device was not dispensed because an incompatibility has been found with the device or between the device and other devices being used in the same context."
    },
    {
      "code" : "order-expired",
      "display" : "Order expired",
      "definition" : "The device was not dispensed because the order has expired or been invalidated."
    },
    {
      "code" : "verbal-order",
      "display" : "Verbal order",
      "definition" : "The device not dispensed because there was a verbal order."
    }
  ]
}