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 ttl

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

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.