2022 CDC Clinical Practice Guideline for Prescribing Opioids Implementation Guide
2022.1.1 - Release 2022.1

2022 CDC Clinical Practice Guideline for Prescribing Opioids Implementation Guide, published by CDC / Security Risk Solutions, Inc. (SRS). This guide is not an authorized publication; it is the continuous build for version 2022.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/security-rs/opioid-cds-r4/ and changes regularly. See the Directory of published versions

: CodeSystem - CDC 2022 Opioid Indicator - TTL Representation

Active as of 2026-06-27

Raw ttl | Download


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

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

<http://hl7.org/fhir/CodeSystem/opioidcds-indicator> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "opioidcds-indicator"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem opioidcds-indicator</b></p><a name=\"opioidcds-indicator\"> </a><a name=\"hcopioidcds-indicator\"> </a><p>This case-sensitive code system <code>http://fhir.org/guides/cdc/opioid-cds/CodeSystem/opioidcds-indicator</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">info<a name=\"opioidcds-indicator-info\"> </a></td><td>Information</td><td>Indicates that the workflow result is informational</td></tr><tr><td style=\"white-space:nowrap\">warning<a name=\"opioidcds-indicator-warning\"> </a></td><td>Warning</td><td>Indicates that the workflow result is a warning</td></tr><tr><td style=\"white-space:nowrap\">hard-stop<a name=\"opioidcds-indicator-hard-stop\"> </a></td><td>Hard Stop</td><td>Indicates that the workflow should not be allowed to proceed</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://fhir.org/guides/cdc/opioid-cds/CodeSystem/opioidcds-indicator"] ;
  fhir:CodeSystem.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.114222.16.1" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "2022.1.1"] ;
  fhir:CodeSystem.name [ fhir:value "CDC_Opioid_Indicator"] ;
  fhir:CodeSystem.title [ fhir:value "CodeSystem - CDC 2022 Opioid Indicator"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-06-27T04:09:13+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "CDC / Security Risk Solutions, Inc. (SRS)"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.securityrisksolutions.com" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Indicates the urgency/importance of the recommended action"] ;
  fhir:CodeSystem.copyright [ fhir:value "Centers for Disease Control and Prevention (CDC)"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "info" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Information" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Indicates that the workflow result is informational" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "warning" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Warning" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Indicates that the workflow result is a warning" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "hard-stop" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Hard Stop" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Indicates that the workflow should not be allowed to proceed" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/opioidcds-indicator.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/opioidcds-indicator.ttl> .