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

Draft as of 2024-03-17

Raw json | Download


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