@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleACSOralAntiplatelets> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleACSOralAntiplatelets"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir: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-ExampleClopidogrelCodes.html\">ACS Example Clopidogrel Codes</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-ExampleTicagrelorCodes.html\">ACS Example Ticagrelor Codes</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-ExamplePrasugrelCodes.html\">ACS Example Prasugrel Codes</a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleACSOralAntiplatelets"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ExampleACSOralAntiplatelets"] ; # 
  fhir:title [ fhir:v "ACS Example Oral Antiplatelet Drug Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-05-26T22:53:14+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Biomedical Research & Regulation Work Group"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International - Biomedical Research & Regulation Work Group" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/Special/committees/rcrim" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "An example value set of drug codes for oral antiplatelets for the Acute Coronary Syndrome use case."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:valueSet ( [
         fhir:v "http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleClopidogrelCodes"^^xsd:anyURI ;
         fhir:link <http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleClopidogrelCodes>
       ] )
     ] [
       fhir:valueSet ( [
         fhir:v "http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleTicagrelorCodes"^^xsd:anyURI ;
         fhir:link <http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleTicagrelorCodes>
       ] )
     ] [
       fhir:valueSet ( [
         fhir:v "http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExamplePrasugrelCodes"^^xsd:anyURI ;
         fhir:link <http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExamplePrasugrelCodes>
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

