Potential Drug-Drug Interaction (PDDI) CDS IG : STU1 Ballot 2 1.0.0-ballot - STU Ballot
Publication Build: This will be filled in by the publication tooling
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: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 <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:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-indicator"]; # fhir:CodeSystem.version [ fhir:value "1.0.0-ballot"]; # fhir:CodeSystem.name [ fhir:value "Codesystem_PDDICDS_indicator"]; # fhir:CodeSystem.title [ fhir:value "PDDI CDS indicator"]; # fhir:CodeSystem.status [ fhir:value "draft"]; # fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean]; # fhir:CodeSystem.date [ fhir:value "2022-12-07T14:35:48+00:00"^^xsd:dateTime]; # fhir:CodeSystem.publisher [ fhir:value "HL7 Clinical Decision Support Workgroup"]; # fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/dss" ] ] ]; # 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: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.