Workflow
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R2
|
|
Standards Status : Informative |
Compartments
:
|
Raw
Turtle
(+
also
see
XML
Turtle/RDF
Format
Specification
)
Example
Subscription
(id
=
"example")
Opioid
CDS
Recommendation
4
ECA
Rule
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/PlanDefinition/opioidcds-04> a fhir:PlanDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "opioidcds-04"] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
] ;
fhir:value [
a fhir:Code ;
fhir:v "cds"
]
] ) ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986>
] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.11.4" ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "cdc-opioid-guidance" ]
] ) ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "Cdcopioid04"] ; #
fhir:title [ fhir:v "CDC Opioid Prescribing Guideline Recommendation #4"] ; #
fhir:type [
fhir:coding ( [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/plan-definition-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/plan-definition-type>
] ;
fhir:code [ fhir:v "eca-rule" ] ;
fhir:display [ fhir:v "ECA Rule" ]
] )
] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2018-03-19"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; #
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
] )
] ) ; #
fhir:description [ fhir:v "When starting opioid therapy for chronic pain, clinicians should prescribe immediate-release opioids instead of extended-release/long-acting (ER/LA) opioids."] ; #
fhir:useContext ( [
fhir:code [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/usage-context-type>
] ;
fhir:code [ fhir:v "focus" ] ;
fhir:display [ fhir:v "Clinical Focus" ]
] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
a sct:182888003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>
] ;
fhir:code [ fhir:v "182888003" ] ;
fhir:display [ fhir:v "Medication requested (situation)" ]
] )
]
] [
fhir:code [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/usage-context-type>
] ;
fhir:code [ fhir:v "focus" ] ;
fhir:display [ fhir:v "Clinical Focus" ]
] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
a sct:82423001 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>
] ;
fhir:code [ fhir:v "82423001" ] ;
fhir:display [ fhir:v "Chronic pain (finding)" ]
] )
]
] ) ; #
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>
] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]
] )
] ) ; #
fhir:purpose [ fhir:v "CDC’s Guideline for Prescribing Opioids for Chronic Pain is intended to improve communication between providers and patients about the risks and benefits of opioid therapy for chronic pain, improve the safety and effectiveness of pain treatment, and reduce the risks associated with long-term opioid therapy, including opioid use disorder and overdose. The Guideline is not intended for patients who are in active cancer treatment, palliative care, or end-of-life care."] ; #
fhir:usage [ fhir:v "Providers should use caution when prescribing extended-release/long-acting (ER/LA) opioids as they carry a higher risk and negligible benefit compared to immediate-release opioids."] ; #
fhir:copyright [ fhir:v "© CDC 2016+."] ; #
fhir:topic ( [
fhir:text [ fhir:v "Opioid Prescribing" ]
] ) ; #
fhir:author ( [
fhir:name [ fhir:v "Kensaku Kawamoto, MD, PhD, MHS" ]
] [
fhir:name [ fhir:v "Bryn Rhodes" ]
] [
fhir:name [ fhir:v "Floyd Eisenberg, MD, MPH" ]
] [
fhir:name [ fhir:v "Robert McClure, MD, MPH" ]
] ) ; #
fhir:relatedArtifact ( [
fhir:type [ fhir:v "documentation" ] ;
fhir:display [ fhir:v "CDC guideline for prescribing opioids for chronic pain" ] ;
fhir:document [
fhir:url [
fhir:v "https://guidelines.gov/summaries/summary/50153/cdc-guideline-for-prescribing-opioids-for-chronic-pain---united-states-2016#420"^^xsd:anyURI ;
fhir:l <https://guidelines.gov/summaries/summary/50153/cdc-guideline-for-prescribing-opioids-for-chronic-pain---united-states-2016#420>
]
]
] [
fhir:type [ fhir:v "documentation" ] ;
fhir:display [ fhir:v "MME Conversion Tables" ] ;
fhir:document [
fhir:url [
fhir:v "https://www.cdc.gov/drugoverdose/pdf/calculating_total_daily_dose-a.pdf"^^xsd:anyURI ;
fhir:l <https://www.cdc.gov/drugoverdose/pdf/calculating_total_daily_dose-a.pdf>
]
]
] ) ; #
fhir:library ( [
fhir:v "http://example.org/fhir/Library/opioidcds-recommendation-04"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/Library/opioidcds-recommendation-04>
] ) ; #
fhir:action ( [
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-strengthOfRecommendation"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/cqf-strengthOfRecommendation>
] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/recommendation-strength"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/recommendation-strength>
] ;
fhir:code [ fhir:v "strong" ] ;
fhir:display [ fhir:v "Strong" ]
] )
]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-qualityOfEvidence"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/cqf-qualityOfEvidence>
] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/evidence-quality"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/evidence-quality>
] ;
fhir:code [ fhir:v "low" ] ;
fhir:display [ fhir:v "Low quality" ]
] )
]
] ) ;
fhir:title [ fhir:v "Extended-release opioid prescription triggered." ] ;
fhir:description [ fhir:v "Checking if the trigger prescription meets the inclusion criteria for recommendation #4 workflow." ] ;
fhir:documentation ( [
fhir:type [ fhir:v "documentation" ]
] ) ;
fhir:trigger ( [
fhir:type [ fhir:v "named-event" ] ;
fhir:name [ fhir:v "medication-prescribe" ]
] ) ;
fhir:condition ( [
fhir:kind [ fhir:v "applicability" ] ;
fhir:expression [
fhir:description [ fhir:v "Check whether the opioid prescription for the existing patient is extended-release without any opioids-with-abuse-potential prescribed in the past 90 days." ] ;
fhir:language [ fhir:v "text/cql-identifier" ] ;
fhir:expression [ fhir:v "Inclusion Criteria" ]
]
] ) ;
fhir:groupingBehavior [ fhir:v "visual-group" ] ;
fhir:selectionBehavior [ fhir:v "exactly-one" ] ;
fhir:dynamicValue ( [
fhir:path [ fhir:v "action.title" ] ;
fhir:expression [
fhir:language [ fhir:v "text/cql-identifier" ] ;
fhir:expression [ fhir:v "Get Summary" ]
]
] [
fhir:path [ fhir:v "action.description" ] ;
fhir:expression [
fhir:language [ fhir:v "text/cql-identifier" ] ;
fhir:expression [ fhir:v "Get Detail" ]
]
] [
fhir:path [ fhir:v "activity.extension" ] ;
fhir:expression [
fhir:language [ fhir:v "text/cql-identifier" ] ;
fhir:expression [ fhir:v "Get Indicator" ]
]
] ) ;
fhir:action ( [
fhir:description [ fhir:v "Will precribe immediate release" ]
] [
fhir:description [ fhir:v "Risk of overdose carefully considered and outweighed by benefit; snooze 3 mo" ]
] [
fhir:description [ fhir:v "N/A - see comment; snooze 3 mo" ]
] )
] ) . #
# -------------------------------------------------------------------------------------
</
Subscription
>
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.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4
(Technical
Correction
#1)
(v4.0.1)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Fri,
Mon,
Nov
1,
2019
09:36+1100.
QA
Page
10,
2025
15:23+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change