FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-devicedispense-status-reason.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/CodeSystem/devicedispense-status-reason defines the following codes:

Code Display Definition
out-of-stock Out of Stock The device was not dispensed because it was not available.
off-market Off market The device was not dispensed because it is of-market - for example not authorized, withdrawn or recalled.
contraindication Contraindication The device was not dispensed because a contraindication was found - for example pregnancy, allergy to a device component...
incompatible-device Incompatible device 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.
order-expired Order expired The device was not dispensed because the order has expired or been invalidated.
verbal-order Verbal order The device not dispensed because there was a verbal order.

Source1

{
  "resourceType": "CodeSystem",
  "id": "devicedispense-status-reason",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "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-13T17:27:08-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."
    }
  ]
}