FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/opioidcds-indicator

Packagefhir.cdc.opioid-cds-r4
Resource TypeCodeSystem
Idopioidcds-indicator
FHIR VersionR4
Sourcehttp://fhir.org/guides/cdc/opioid-cds/https://build.fhir.org/ig/cqframework/opioid-cds-r4/CodeSystem-opioidcds-indicator.html
URLhttp://fhir.org/guides/cdc/opioid-cds/CodeSystem/opioidcds-indicator
Version2022.1.0
Statusdraft
Date2025-07-08T22:34:47+00:00
NameCDC_Opioid_Indicator
TitleCodeSystem - CDC 2022 Opioid Indicator
Realmus
Authorityhl7
DescriptionIndicates the urgency/importance of what this RequestGroup action conveys
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem opioidcds-indicator

This case-sensitive code system http://fhir.org/guides/cdc/opioid-cds/CodeSystem/opioidcds-indicator defines the following codes:

CodeDisplayDefinition
info InformationIndicates that the workflow result is informational
warning WarningIndicates that the workflow result is a warning
hard-stop Hard StopIndicates that the workflow should not be allowed to proceed

Source

{
  "resourceType": "CodeSystem",
  "id": "opioidcds-indicator",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "2025-07-08T22:34:47+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"
    }
  ]
}