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 - TTL Representation

Page standards status: Informative Maturity Level: 0

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "devicedispense-status-reason"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4"       ]     ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2"       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "oo"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/CodeSystem/devicedispense-status-reason"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "DeviceDispenseStatusReasonCodes"] ; # 
  fhir:title [ fhir:v "DeviceDispense Status Reason Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-13T16:55:28-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Orders and Observations"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Orders and Observations" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "DeviceDispense Status Reason Codes"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "out-of-stock" ] ;
fhir:display [ fhir:v "Out of Stock" ] ;
fhir:definition [ fhir:v "The device was not dispensed because it was not available." ]
  ] [
fhir:code [ fhir:v "off-market" ] ;
fhir:display [ fhir:v "Off market" ] ;
fhir:definition [ fhir:v "The device was not dispensed because it is of-market - for example not authorized, withdrawn or recalled." ]
  ] [
fhir:code [ fhir:v "contraindication" ] ;
fhir:display [ fhir:v "Contraindication" ] ;
fhir:definition [ fhir:v "The device was not dispensed because a contraindication was found - for example pregnancy, allergy to a device component..." ]
  ] [
fhir:code [ fhir:v "incompatible-device" ] ;
fhir:display [ fhir:v "Incompatible device" ] ;
fhir:definition [ fhir:v "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." ]
  ] [
fhir:code [ fhir:v "order-expired" ] ;
fhir:display [ fhir:v "Order expired" ] ;
fhir:definition [ fhir:v "The device was not dispensed because the order has expired or been invalidated." ]
  ] [
fhir:code [ fhir:v "verbal-order" ] ;
fhir:display [ fhir:v "Verbal order" ] ;
fhir:definition [ fhir:v "The device not dispensed because there was a verbal order." ]
  ] ) . #