2022 CDC Clinical Practice Guideline for Prescribing Opioids Implementation Guide
2022.1.0 - CI Build

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

: CodeSystem - CDC 2022 Opioid Indicator - TTL Representation

Draft as of 2024-03-17

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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "opioidcds-indicator"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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:url [ fhir:v "http://fhir.org/guides/cdc/opioid-cds/CodeSystem/opioidcds-indicator"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2022.1.0"] ; # 
  fhir:name [ fhir:v "CDC_Opioid_Indicator"] ; # 
  fhir:title [ fhir:v "CodeSystem - CDC 2022 Opioid Indicator"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-03-17T23:03:50+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Centers for Disease Control and Prevention (CDC)"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cdc.gov" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates the urgency/importance of what this RequestGroup action conveys"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "info" ] ;
fhir:display [ fhir:v "Information" ] ;
fhir:definition [ fhir:v "Indicates that the workflow result is informational" ]
  ] [
fhir:code [ fhir:v "warning" ] ;
fhir:display [ fhir:v "Warning" ] ;
fhir:definition [ fhir:v "Indicates that the workflow result is a warning" ]
  ] [
fhir:code [ fhir:v "hard-stop" ] ;
fhir:display [ fhir:v "Hard Stop" ] ;
fhir:definition [ fhir:v "Indicates that the workflow should not be allowed to proceed" ]
  ] ) . #