Potential Drug-Drug Interaction (PDDI) CDS IG : STU1 Ballot 2
1.0.0-ballot - STU Ballot International flag

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-paramethasone - TTL Representation

Draft as of 2018-07-02

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-paramethasone"]; # 
  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>7910</td><td>Paramethasone</td></tr><tr><td>32895</td><td>paramethasone acetate</td></tr></table></li></ul></div>"
  ]; # 
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-paramethasone"]; # 
  fhir:ValueSet.version [ fhir:value "1.0.0-ballot"]; # 
  fhir:ValueSet.name [ fhir:value "Valueset_paramethasone"]; # 
  fhir:ValueSet.title [ fhir:value "Paramethasone 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 for paramethasone."]; # 
  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.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 "7910" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Paramethasone" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "32895" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "paramethasone acetate" ]       ]     ]
  ]. # 

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

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