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

valueset-PDDICDS-indicator

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "valueset-PDDICDS-indicator",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>valueset-PDDICDS-indicator</h2><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="CodeSystem-codesystem-PDDICDS-indicator.html"><code>http://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-indicator</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="CodeSystem-codesystem-PDDICDS-indicator.html#codesystem-PDDICDS-indicator-info">info</a></td><td>Information</td><td>Indicates that the workflow result is informational</td></tr><tr><td><a href="CodeSystem-codesystem-PDDICDS-indicator.html#codesystem-PDDICDS-indicator-warning">warning</a></td><td>Warning</td><td>Indicates that the workflow result is a warning</td></tr><tr><td><a href="CodeSystem-codesystem-PDDICDS-indicator.html#codesystem-PDDICDS-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>"
  },
  "url" : "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-PDDICDS-indicator",
  "version" : "0.1.0",
  "name" : "valueset-PDDICDS-indicator",
  "status" : "active",
  "date" : "2018-08-21T16:14:45+10:00",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "International"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-indicator",
        "concept" : [
          {
            "code" : "info",
            "display" : "Information"
          },
          {
            "code" : "warning",
            "display" : "Warning"
          },
          {
            "code" : "hard-stop",
            "display" : "Hard Stop"
          }
        ]
      }
    ]
  }
}