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
@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\"><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.2.0"]; fhir:ValueSet.name [ fhir:value "Valueset_PDDICDS_indicator"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2020-08-10T16:57:22+00:00"^^xsd:dateTime]; fhir:ValueSet.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: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.