FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/devicedispense-status-reason (Turtle)

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

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemDeviceDispenseStatusReasonCodes

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

[] a fhir:CodeSystem ;
  fhir:id [ fhir:v "devicedispense-status-reason"] ;
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2024-04-12T18:40:09.078+00:00" ] ;
     fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
  ] ;
  fhir:text [
     fhir:status [ fhir:v "generated" ]
  ] ;
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:value [ fhir:v "oo" ]
  ] ) ;
  fhir:url [ fhir:v "http://hl7.org/fhir/CodeSystem/devicedispense-status-reason"], [ fhir:v "http://hl7.org/fhir/CodeSystem/devicedispense-status-reason"] ;
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.2110" ]
  ] [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.2110" ]
  ] ) ;
  fhir:version [ fhir:v "6.0.0-cibuild"], [ fhir:v "6.0.0-cibuild"] ;
  fhir:name [ fhir:v "DeviceDispenseStatusReasonCodes"], [ fhir:v "DeviceDispenseStatusReasonCodes"] ;
  fhir:title [ fhir:v "DeviceDispense Status Reason Codes"], [ fhir:v "DeviceDispense Status Reason Codes"] ;
  fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
  fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
  fhir:publisher [ fhir:v "HL7 International"], [ fhir:v "HL7 International"] ;
  fhir:description [ fhir:v "DeviceDispense Status Reason Codes"], [ fhir:v "DeviceDispense Status Reason Codes"] ;
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       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." ]
  ] ) .

# -------------------------------------------------------------------------------------


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.