This page is part of the Potential Drug-Drug Interaction (PDDI) Clinical Decision Support (CDS) (FHIR IG) (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

(DRAFT) Potential Drug-Drug Interaction (PDDI) CDS IG : Ballot for Comment 2

Codesystem_PDDICDS_indicator

Raw xml


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="codesystem-PDDICDS-indicator"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><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>
  </text>
  <url
       value="http://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-indicator"/>
  <version value="0.2.0"/>
  <name value="Codesystem_PDDICDS_indicator"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2020-08-10T16:57:22+00:00"/>
  <description
               value="Indicates the importance RequestGroup action and relates to decision tree recommendations for PDDIs"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="info"/>
    <display value="Information"/>
    <definition value="Indicates that the workflow result is informational"/>
  </concept>
  <concept>
    <code value="warning"/>
    <display value="Warning"/>
    <definition value="Indicates that the workflow result is a warning"/>
  </concept>
  <concept>
    <code value="hard-stop"/>
    <display value="Hard Stop"/>
    <definition
                value="Indicates that the workflow should not be allowed to proceed"/>
  </concept>
</CodeSystem>