Potential Drug-Drug Interaction (PDDI) CDS IG : STU Ballot 1

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

valueset-CYCS

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:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "valueset-CYCS"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Composite Cyclosporine Drug Value Set</h2><div><p>ValueSet of ValueSets containing drug identifiers for cyclosporine</p>\n</div><p><b>Copyright Statement:</b> Attribution CC BY</p><p>This value set includes codes from the following code systems:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-valueset-cyclosporine.html\">http://hl7.org/fhir/uv/pddi/ValueSet/valueset-cyclosporine</a></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-CYCS"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "valueset-CYCS"];
  fhir:ValueSet.title [ fhir:value "Composite Cyclosporine Drug Value Set"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2018-07-28"^^xsd:date];
  fhir:ValueSet.publisher [ fhir:value "PDDI CDS"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Richard Boyce boycerd@upmc.edu" ]
  ];
  fhir:ValueSet.description [ fhir:value "ValueSet of ValueSets containing drug identifiers for cyclosporine"];
  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.purpose [ fhir:value "Provide a refined value set of FHIR resources for cyclosporine to PDDI CDS"];
  fhir:ValueSet.copyright [ fhir:value "Attribution CC BY"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-cyclosporine";
         fhir:index 0;
         fhir:link <http://hl7.org/fhir/uv/pddi/ValueSet/valueset-cyclosporine>       ]     ]
  ].

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

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