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
: valueset-PDDICDS-indicator - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "valueset-PDDICDS-indicator"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet valueset-PDDICDS-indicator</b></p><a name=\"valueset-PDDICDS-indicator\"> </a><a name=\"hcvalueset-PDDICDS-indicator\"> </a><a name=\"valueset-PDDICDS-indicator-en-US\"> </a><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><td><b>Definition</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-critical\">critical</a></td><td>Critical</td><td>Indicates that the workflow should not be allowed to proceed</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "cds" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-PDDICDS-indicator"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "Valueset_PDDICDS_indicator"] ; #
fhir:title [ fhir:v "PDDI CDS indicator"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-03-18T20:58:19+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 "ValueSet of indicator values for PDDI CDS"] ; #
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:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-indicator"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "info" ] ;
fhir:display [ fhir:v "Information" ] ] [
fhir:code [ fhir:v "warning" ] ;
fhir:display [ fhir:v "Warning" ] ] [
fhir:code [ fhir:v "critical" ] ;
fhir:display [ fhir:v "Critical" ] ] ) ] )
] . #