Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Example CodeSystem/devicedispense-status-reason (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemDeviceDispense Status Reason Codes

{
  "resourceType" : "CodeSystem",
  "id" : "devicedispense-status-reason",
  "meta" : {
    "lastUpdated" : "2022-09-07T10:58:29.429+10:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "oo"
  }],
  "url" : "http://hl7.org/fhir/CodeSystem/devicedispense-status-reason",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.2110"
  }],
  "version" : "5.0.0-ballot",
  "name" : "DeviceDispense Status Reason Codes",
  "status" : "draft",
  "experimental" : false,
  "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."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.