Potential Drug-Drug Interaction (PDDI) CDS IG : STU1 Ballot 2
1.0.0-ballot - STU Ballot International flag

Potential Drug-Drug Interaction (PDDI) CDS IG : STU1 Ballot 2, published by HL7 Clinical Decision Support Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/PDDI-CDS/ and changes regularly. See the Directory of published versions

: codesystem-PDDICDS-indicator - JSON Representation

Draft as of 2025-03-18

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-PDDICDS-indicator",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem codesystem-PDDICDS-indicator</b></p><a name=\"codesystem-PDDICDS-indicator\"> </a><a name=\"hccodesystem-PDDICDS-indicator\"> </a><a name=\"codesystem-PDDICDS-indicator-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-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=\"codesystem-PDDICDS-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=\"codesystem-PDDICDS-indicator-warning\"> </a></td><td>Warning</td><td>Indicates that the workflow result is a warning</td></tr><tr><td style=\"white-space:nowrap\">critical<a name=\"codesystem-PDDICDS-indicator-critical\"> </a></td><td>Critical</td><td>Indicates that the workflow should not be allowed to proceed</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cds"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-indicator",
  "version" : "1.0.0-ballot",
  "name" : "Codesystem_PDDICDS_indicator",
  "title" : "PDDI CDS indicator",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-03-18T20:58:19+00:00",
  "publisher" : "HL7 Clinical Decision Support Workgroup",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "Indicates the importance RequestGroup action and relates to decision tree recommendations for PDDIs",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "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" : "critical",
      "display" : "Critical",
      "definition" : "Indicates that the workflow should not be allowed to proceed"
    }
  ]
}