@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/dam/ValueSet/review-event-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "review-event-vs"] ; # 
  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 review-event-vs</b></p><a name=\"review-event-vs\"> </a><a name=\"hcreview-event-vs\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-review-event-cs.html\"><code>http://hl7.org/dam/CodeSystem/review-event-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.org/dam/ValueSet/review-event-vs"^^xsd:anyURI ;
     fhir:l <http://hl7.org/dam/ValueSet/review-event-vs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ReviewEventVS"] ; # 
  fhir:title [ fhir:v "Review Event Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-02-18T18:16:25+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Patient Care WG"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Patient Care WG" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.hl7.org/Special/committees/patientcare" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Value set for review events"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://hl7.org/dam/CodeSystem/review-event-cs"^^xsd:anyURI ;
         fhir:l <http://hl7.org/dam/CodeSystem/review-event-cs>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

