Opioid Prescribing Support Implementation Guide
2016.4.0 - CI Build

Opioid Prescribing Support 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 2016.4.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

: ValueSet - Opioid Indicator - JSON Representation

Active as of 2024-08-29

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "opioidcds-indicator",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet opioidcds-indicator</b></p><a name=\"opioidcds-indicator\"> </a><a name=\"hcopioidcds-indicator\"> </a><a name=\"opioidcds-indicator-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-opioidcds-indicator.html\"><code>http://fhir.org/guides/cdc/opioid-cds/CodeSystem/opioidcds-indicator</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-opioidcds-indicator.html#opioidcds-indicator-info\">info</a></td><td>Information</td><td>Indicates that the workflow result is informational</td></tr><tr><td><a href=\"CodeSystem-opioidcds-indicator.html#opioidcds-indicator-warning\">warning</a></td><td>Warning</td><td>Indicates that the workflow result is a warning</td></tr><tr><td><a href=\"CodeSystem-opioidcds-indicator.html#opioidcds-indicator-hard-stop\">hard-stop</a></td><td>Hard Stop</td><td>Indicates that the workflow should not be allowed to proceed</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-warning",
      "valueMarkdown" : "Note that the terminologies included in this implementation guide will need to be updated, because the ideal mechanism for distribution (as an expression) is not currently supported by the content logical definition constructs available in the FHIR ValueSet resource and all known implementations of it. Before use in a production environment, ensure you have the latest value sets based on the definitions for each value set (as defined in the inclusion/exclusion criteria for each one)."
    }
  ],
  "url" : "http://fhir.org/guides/cdc/opioid-cds/ValueSet/opioidcds-indicator",
  "version" : "2016.4.0",
  "name" : "RequestGroupActionIndicator",
  "title" : "ValueSet - Opioid Indicator",
  "status" : "active",
  "experimental" : true,
  "date" : "2024-08-29T04:46:56+00:00",
  "publisher" : "Centers for Disease Control and Prevention (CDC)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.cdc.gov"
        }
      ]
    }
  ],
  "description" : "Identifies the level of importance to be assigned to actioning the request",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.org/guides/cdc/opioid-cds/CodeSystem/opioidcds-indicator",
        "concept" : [
          {
            "code" : "info",
            "display" : "Information"
          },
          {
            "code" : "warning",
            "display" : "Warning"
          },
          {
            "code" : "hard-stop",
            "display" : "Hard Stop"
          }
        ]
      }
    ]
  }
}