Workflow
Publish-box
(todo)
This
is
the
Continuous
Integration
Build
of
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
| Responsible Owner: Clinical Decision Support Work Group | Standards Status : Informative | Compartments : No defined compartments |
Raw JSON ( canonical form + also see JSON Format Specification )
Opioid CDS Recommendation 7 ECA Rule
{
"resourceType" : "PlanDefinition",
"id" : "opioidcds-07",
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cds"
}],
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.11.6"
},
{
"use" : "official",
"value" : "cdc-opioid-guidance"
}],
"version" : "0.1.0",
"name" : "Cdcopioid07",
"title" : "CDC Opioid Prescribing Guideline Recommendation #7",
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/plan-definition-type",
"code" : "eca-rule",
"display" : "ECA Rule"
}]
},
"status" : "draft",
"date" : "2018-03-19",
"publisher" : "HL7 International / Clinical Decision Support",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}]
}],
"description" : "Clinicians should evaluate benefits and harms with patients within 1 to 4 weeks of starting opioid therapy for chronic pain or of dose escalation. Clinicians should evaluate benefits and harms of continued therapy with patients every 3 months or more frequently.",
"useContext" : [{
"code" : {
"system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code" : "focus",
"display" : "Clinical Focus"
},
"valueCodeableConcept" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "182888003",
"display" : "Medication requested (situation)"
}]
}
},
{
"code" : {
"system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code" : "focus",
"display" : "Clinical Focus"
},
"valueCodeableConcept" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "82423001",
"display" : "Chronic pain (finding)"
}]
}
}],
"jurisdiction" : [{
"coding" : [{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}]
}],
"purpose" : "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.",
"usage" : "If benefits do not outweigh harms of continued opioid therapy, clinicians should optimize other therapies and work with patients to taper opioids to lower dosages or to taper and discontinue opioids.",
"copyright" : "© CDC 2016+.",
"topic" : [{
"text" : "Opioid Prescribing"
}],
"author" : [{
"name" : "Kensaku Kawamoto, MD, PhD, MHS"
},
{
"name" : "Bryn Rhodes"
},
{
"name" : "Floyd Eisenberg, MD, MPH"
},
{
"name" : "Robert McClure, MD, MPH"
}],
"relatedArtifact" : [{
"type" : "documentation",
"display" : "CDC guideline for prescribing opioids for chronic pain",
"document" : {
"url" : "https://guidelines.gov/summaries/summary/50153/cdc-guideline-for-prescribing-opioids-for-chronic-pain---united-states-2016#420"
}
},
{
"type" : "documentation",
"display" : "MME Conversion Tables",
"document" : {
"url" : "https://www.cdc.gov/drugoverdose/pdf/calculating_total_daily_dose-a.pdf"
}
}],
"library" : ["http://example.org/fhir/Library/opioidcds-recommendation-07"],
"action" : [{
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-strengthOfRecommendation",
"valueCodeableConcept" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/recommendation-strength",
"code" : "strong",
"display" : "Strong"
}]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-qualityOfEvidence",
"valueCodeableConcept" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/evidence-quality",
"code" : "low",
"display" : "Low quality"
}]
}
}],
"title" : "Existing patient should be evaluated for risk of continued opioid therapy.",
"description" : "Checking if the trigger prescription meets the inclusion criteria for recommendation #7 workflow.",
"documentation" : [{
"type" : "documentation"
}],
"trigger" : [{
"type" : "named-event",
"name" : "medication-prescribe"
}],
"condition" : [{
"kind" : "applicability",
"expression" : {
"description" : "Check whether the existing patient, without an end of life condition or risk assessment in the past 90 days, has taken an opioid-with-abuse-potential for 7 of the past 10 days or 63 of the past 90 days.",
"language" : "text/cql",
"language" : "text/cql-identifier",
"expression" : "Inclusion Criteria"
}
}],
"groupingBehavior" : "visual-group",
"selectionBehavior" : "exactly-one",
"dynamicValue" : [{
"path" : "action.title",
"expression" : {
"language" : "text/cql",
"language" : "text/cql-identifier",
"expression" : "Get Summary"
}
},
{
"path" : "action.description",
"expression" : {
"language" : "text/cql",
"language" : "text/cql-identifier",
"expression" : "Get Detail"
}
},
{
"path" : "action.extension",
"expression" : {
"language" : "text/cql",
"language" : "text/cql-identifier",
"expression" : "Get Indicator"
}
}],
"action" : [{
"description" : "Will schedule assessment of risk for opioid use for the patient"
},
{
"description" : "Risk of overdose carefully considered and outweighed by benefit; snooze 3 mo"
},
{
"description" : "N/A - see comment; snooze 3 mo"
}]
}]
}
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
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Tue,
Apr
1,
Sat,
Nov
8,
2025
12:26+1100.
00:00+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change