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 - TTL Representation

Draft as of 2024-02-28

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "codesystem-PDDICDS-indicator"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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\">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>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-indicator"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-ballot"] ; # 
  fhir:name [ fhir:v "Codesystem_PDDICDS_indicator"] ; # 
  fhir:title [ fhir:v "PDDI CDS indicator"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-02-28T21:39:22+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Clinical Decision Support Workgroup"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/dss" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates the importance RequestGroup action and relates to decision tree recommendations for PDDIs"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "info" ] ;
fhir:display [ fhir:v "Information" ] ;
fhir:definition [ fhir:v "Indicates that the workflow result is informational" ]
  ] [
fhir:code [ fhir:v "warning" ] ;
fhir:display [ fhir:v "Warning" ] ;
fhir:definition [ fhir:v "Indicates that the workflow result is a warning" ]
  ] [
fhir:code [ fhir:v "hard-stop" ] ;
fhir:display [ fhir:v "Hard Stop" ] ;
fhir:definition [ fhir:v "Indicates that the workflow should not be allowed to proceed" ]
  ] ) . #