@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/pddi/ValueSet/valueset-PPIS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "valueset-PPIS"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet valueset-PPIS</b></p><a name=\"valueset-PPIS\"> </a><a name=\"hcvalueset-PPIS\"> </a><p>This value set includes codes based on the following rules:</p><ul/></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-rules-text"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/valueset-rules-text>
     ] ;
     fhir:value [
       a fhir:Markdown ;
       fhir:v "Query NLM RxClass for [Proton Pump Inhibitor|EPC](https://mor.nlm.nih.gov/RxClass/search?query=Proton%20Pump%20Inhibitor%7CEPC&searchBy=class&sourceIds=&drugSources=atc1-4%7Catc%2Cepc%7Cdailymed%2Cdisease%7Cmedrt%2Cchem%7Cdailymed%2Cmoa%7Cdailymed%2Cpe%7Cdailymed%2Cpk%7Cmedrt%2Ctc%7Cfmtsme%2Cva%7Cva%2Cdispos%7Csnomedct%2Cstruct%7Csnomedct%2Cschedule%7Crxnorm%2Ccvx%7Ccdc#) to identify the class members appropriate for prescribable drug identification. Then use NLM RxClass/RxMix tooling to derive the current RxNorm Semantic Clinical Drug and related prescribable forms needed for implementation, preserving the PDDI CDS semantics expected by downstream functional tests."
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "cds"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "informative" ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>
         ] ;
         fhir:value [
           a fhir:Canonical ;
           fhir:v "http://hl7.org/fhir/uv/pddi/ImplementationGuide/hl7.fhir.uv.pddi"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/pddi/ImplementationGuide/hl7.fhir.uv.pddi>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/uv/pddi/ValueSet/valueset-PPIS"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/uv/pddi/ValueSet/valueset-PPIS>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "Valueset_PPIS"] ; # 
  fhir:title [ fhir:v "Proton Pump Inhibitor Drug Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2018-06-27"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Value set representing the proton pump inhibitor drug class for PDDI CDS. Membership should be maintained using the documented RxClass/RxMix derivation process rather than a locally enumerated expansion."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ]
     ] )
  ] ) ; # 
  fhir:purpose [ fhir:v "Proton Pump Inhibitor drug class terminology for PDDI CDS FHIR resources"] ; # 
  fhir:copyright [ fhir:v "(copyright expectations unknown)"] . # 

# -------------------------------------------------------------------------------------

