FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.cdc.opioid-cds
Resource TypeCodeSystem
IdCodeSystem-opioidcds-indicator.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/security-rs/opioid-cds-r4/CodeSystem-opioidcds-indicator.html
URLhttp://fhir.org/guides/cdc/opioid-cds/CodeSystem/opioidcds-indicator
Version2022.1.1
Statusactive
Date2026-08-21T15:01:47+00:00
NameCDC_Opioid_Indicator
TitleCodeSystem - CDC 2022 Opioid Indicator
Realmus
Authorityhl7
DescriptionIndicates the urgency/importance of the recommended action
CopyrightCenters for Disease Control and Prevention (CDC)
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

Source1

{
  "resourceType": "CodeSystem",
  "id": "opioidcds-indicator",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/cdc/opioid-cds/CodeSystem/opioidcds-indicator",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.114222.16.1"
    }
  ],
  "version": "2022.1.1",
  "name": "CDC_Opioid_Indicator",
  "title": "CodeSystem - CDC 2022 Opioid Indicator",
  "status": "active",
  "experimental": false,
  "date": "2026-08-21T15:01:47+00:00",
  "publisher": "CDC / Security Risk Solutions, Inc. (SRS)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.securityrisksolutions.com"
        }
      ]
    }
  ],
  "description": "Indicates the urgency/importance of the recommended action",
  "copyright": "Centers for Disease Control and Prevention (CDC)",
  "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"
    }
  ]
}