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
@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:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "valueset-PDDICDS-indicator"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-PDDICDS-indicator"]; fhir:ValueSet.version [ fhir:value "0.1.0"]; fhir:ValueSet.name [ fhir:value "valueset-PDDICDS-indicator"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2018-08-21T16:14:45+10:00"^^xsd:dateTime]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "International" ] ] ]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-indicator" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "info" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Information" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "warning" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Warning" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "hard-stop" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Hard Stop" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.