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-fluocortolone-exclude - 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-fluocortolone-exclude"]; #
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=\"http://www.nlm.nih.gov/research/umls/rxnorm\"><code>http://www.nlm.nih.gov/research/umls/rxnorm</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>103461</td><td>Fluocortolone Caproate 2.5 MG/ML / Fluocortolone Pivalate 2.5 MG/ML Topical Cream</td></tr><tr><td>103462</td><td>Fluocortolone Caproate 0.0025 MG/MG / Fluocortolone Pivalate 0.0025 MG/MG Topical Ointment</td></tr><tr><td>392955</td><td>Fluocortolone Topical Cream</td></tr><tr><td>392957</td><td>Fluocortolone Topical Ointment</td></tr><tr><td>1160822</td><td>Fluocortolone Topical Product</td></tr></table></li></ul></div>"
]; #
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-fluocortolone-exclude"]; #
fhir:ValueSet.version [ fhir:value "1.0.0-ballot"]; #
fhir:ValueSet.name [ fhir:value "Valueset_fluocortolone_exclude"]; #
fhir:ValueSet.title [ fhir:value "Exclude Fluocortolone Medications Value Set"]; #
fhir:ValueSet.status [ fhir:value "draft"]; #
fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean]; #
fhir:ValueSet.date [ fhir:value "2018-07-02"^^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 containing drug identifiers to exclude. Criteria is explicitly stating topical, gel, cream, ointment, otic, or ophthalmic formulations."]; #
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 "To refine valueset for Warfarin + NSAID PDDI-CDS"]; #
fhir:ValueSet.copyright [ fhir:value "(copyright expectations unknown)"]; #
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "103461" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Fluocortolone Caproate 2.5 MG/ML / Fluocortolone Pivalate 2.5 MG/ML Topical Cream" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "103462" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Fluocortolone Caproate 0.0025 MG/MG / Fluocortolone Pivalate 0.0025 MG/MG Topical Ointment" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "392955" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Fluocortolone Topical Cream" ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "392957" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Fluocortolone Topical Ointment" ] ], [
fhir:index 4;
fhir:ValueSet.compose.include.concept.code [ fhir:value "1160822" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Fluocortolone Topical Product" ] ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.