This page is part of the Potential Drug-Drug Interaction (PDDI) Clinical Decision Support (CDS) (FHIR IG) (v1.0.0-ballot: STU 1 Ballot 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: valueset-LOOPDIURETIC - TTL Representation
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:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "valueset-LOOPDIURETIC"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-valueset-bumetanide.html\">http://hl7.org/fhir/uv/pddi/ValueSet/valueset-bumetanide</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-valueset-ethacrynate.html\">http://hl7.org/fhir/uv/pddi/ValueSet/valueset-ethacrynate</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-valueset-furosemide.html\">http://hl7.org/fhir/uv/pddi/ValueSet/valueset-furosemide</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-valueset-torsemide.html\">http://hl7.org/fhir/uv/pddi/ValueSet/valueset-torsemide</a></li></ul></div>"
]; #
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-LOOPDIURETIC"]; #
fhir:ValueSet.version [ fhir:value "1.0.0-ballot"]; #
fhir:ValueSet.name [ fhir:value "Valueset_LOOPDIURETIC"]; #
fhir:ValueSet.title [ fhir:value "Loop Diuretic Drug Value Set"]; #
fhir:ValueSet.status [ fhir:value "draft"]; #
fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean]; #
fhir:ValueSet.date [ fhir:value "2018-08-06"^^xsd:date]; #
fhir:ValueSet.publisher [ fhir:value "HL7 Clinical Decision Support Workgroup"]; #
fhir:ValueSet.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:ValueSet.description [ fhir:value "ValueSet of ValueSets containing drug identifiers for each member in the Established Pharmacologic Class (EPC) Loop Diuretic drug class (id: N0000175590). Member by RxNorm: getRelatedByType (BN,BPCK,GPCK,IN,MIN,PIN,SBD,SBDC,SBDF,SBDG,SCD,SCDC,SCDF,SCDG)"]; #
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:ValueSet.purpose [ fhir:value "Provide Loop Diuretic drug class terminology for PDDI CDS FHIR resources"]; #
fhir:ValueSet.copyright [ fhir:value "(copyright expectations unknown)"]; #
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-bumetanide";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/pddi/ValueSet/valueset-bumetanide> ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.valueSet [
fhir:value "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-ethacrynate";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/pddi/ValueSet/valueset-ethacrynate> ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.valueSet [
fhir:value "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-furosemide";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/pddi/ValueSet/valueset-furosemide> ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.valueSet [
fhir:value "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-torsemide";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/pddi/ValueSet/valueset-torsemide> ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.