This
page
is
part
of
the
FHIR
Specification
(v5.0.0:
R5
-
STU
v6.0.0-ballot2:
Release
6
Ballot
(2nd
Draft)
(see
Ballot
Notes
).
This
is
the
The
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
Example
CodeSystem/devicedispense-status-reason
(Turtle)
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 "2023-03-26T15:21:02.749+11:00" ] ;
fhir:lastUpdated [ fhir:v "2024-08-12T16:52:12.437+08: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 "5.0.0"], [ fhir:v "5.0.0"] ;
fhir:version [ fhir:v "6.0.0-ballot2"], [ fhir:v "6.0.0-ballot2"] ;
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.