Potential Drug-Drug Interaction (PDDI) CDS IG : STU Ballot 1

This page is part of the Potential Drug-Drug Interaction (PDDI) Clinical Decision Support (CDS) (FHIR IG) (v0.1.0: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v3.5.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

codesystem-PDDICDS-indicator

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-PDDICDS-indicator",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>codesystem-PDDICDS-indicator</h2><div><p>Indicates the importance RequestGroup action and relates to decision tree recommendations for PDDIs</p>
</div><p>This code system http://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-indicator 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">hard-stop<a name="codesystem-PDDICDS-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://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-indicator",
  "version" : "0.1.0",
  "name" : "codesystem-PDDICDS-indicator",
  "status" : "draft",
  "experimental" : false,
  "date" : "2018-08-21T16:14:45+10:00",
  "description" : "Indicates the importance RequestGroup action and relates to decision tree recommendations for PDDIs",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "International"
        }
      ]
    }
  ],
  "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"
    }
  ]
}